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, getClientCredential, getClientID, getClientSecret, getConfigurations, getLastRequest, getLastResponse, getOAuthTokenCredential, initConfig, initConfig, initConfig, initializeToDefault
equals, hashCode, toJSON, toString
public WebhookList setWebhooks(List<Webhook> webhooks)
public WebhookList getAll(String accessToken) throws PayPalRESTException
accessToken
- Access Token used for the API call.PayPalRESTException
public WebhookList getAll(APIContext apiContext) throws PayPalRESTException
apiContext
- APIContext
used for the API call.PayPalRESTException
Copyright © 2016. All Rights Reserved.