Uses of Class
com.paypal.api.payments.EventList

Packages that use EventList
com.paypal.api.payments   
 

Uses of EventList in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return EventList
static EventList Event.list(APIContext apiContext, String queryParams)
          Retrieves the list of Webhooks events resources for the application associated with token.
static EventList Event.list(String accessToken, String queryParams)
          Retrieves the list of Webhooks events resources for the application associated with token.
 EventList EventList.setCount(int count)
          Setter for count
 EventList EventList.setEvents(List<Event> events)
          Setter for events
 EventList EventList.setLinks(List<Links> links)
          Setter for links
 



Copyright © 2015. All Rights Reserved.