public class WebhookList extends PayPalResource
| Constructor and Description |
|---|
WebhookList()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
WebhookList |
getAll(APIContext apiContext)
Retrieves all Webhooks for the application associated with access token.
|
WebhookList |
getAll(String accessToken)
Retrieves all Webhooks for the application associated with access token.
|
List<Webhook> |
getWebhooks()
Getter for webhooks
|
WebhookList |
setWebhooks(List<Webhook> webhooks)
Setter for webhooks
|
configureAndExecute, configureAndExecute, configureAndExecute, createAPICallPreHandler, getClientID, getClientSecret, getConfigurations, getLastRequest, getLastResponse, getOAuthTokenCredential, initConfig, initConfig, initConfig, initializeToDefaultequals, hashCode, toJSON, toStringpublic WebhookList setWebhooks(List<Webhook> webhooks)
public WebhookList getAll(String accessToken) throws PayPalRESTException
accessToken - Access Token used for the API call.PayPalRESTExceptionpublic WebhookList getAll(APIContext apiContext) throws PayPalRESTException
apiContext - APIContext used for the API call.PayPalRESTExceptionCopyright © 2015. All Rights Reserved.