|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||