public class WebhookList extends PayPalResource
| Constructor and Description |
|---|
WebhookList()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
WebhookList |
getAll(APIContext apiContext)
Retrieves all Webhooks for the application associated with access token.
|
WebhookList |
getAll(java.lang.String accessToken)
Deprecated.
Please use
getAll(APIContext) instead. |
java.util.List<Webhook> |
getWebhooks()
A list of webhooks.
|
int |
hashCode() |
WebhookList |
setWebhooks(java.util.List<Webhook> webhooks)
A list of webhooks.
|
configureAndExecute, configureAndExecute, configureAndExecute, configureAndExecute, createAPICallPreHandler, getClientCredential, getClientID, getClientSecret, getConfigurations, getCredential, getLastRequest, getLastResponse, getOAuthTokenCredential, initConfig, initConfig, initConfig, initializeToDefaulttoJSON, toStringpublic WebhookList getAll(java.lang.String accessToken) throws PayPalRESTException
getAll(APIContext) instead.accessToken - Access Token used for the API call.PayPalRESTExceptionpublic WebhookList getAll(APIContext apiContext) throws PayPalRESTException
apiContext - APIContext used for the API call.PayPalRESTExceptionpublic java.util.List<Webhook> getWebhooks()
public WebhookList setWebhooks(java.util.List<Webhook> webhooks)
public boolean equals(java.lang.Object o)
equals in class PayPalModelprotected boolean canEqual(java.lang.Object other)
canEqual in class PayPalModelpublic int hashCode()
hashCode in class PayPalModel