| Package | Description |
|---|---|
| com.paypal.api.payments |
| Modifier and Type | Method and Description |
|---|---|
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.