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

Packages that use EventTypeList
com.paypal.api.payments   
 

Uses of EventTypeList in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return EventTypeList
static EventTypeList EventType.availableEventTypes(APIContext apiContext)
          Retrieves the master list of available Webhooks events-types resources for any webhook to subscribe to.
static EventTypeList EventType.availableEventTypes(String accessToken)
          Retrieves the master list of available Webhooks events-types resources for any webhook to subscribe to.
 EventTypeList EventTypeList.setEventTypes(List<EventType> eventTypes)
          Setter for eventTypes
static EventTypeList EventType.subscribedEventTypes(APIContext apiContext, String webhookId)
          Retrieves the list of events-types subscribed by the given Webhook.
static EventTypeList EventType.subscribedEventTypes(String accessToken, String webhookId)
          Retrieves the list of events-types subscribed by the given Webhook.
 



Copyright © 2015. All Rights Reserved.