| Package | Description |
|---|---|
| com.paypal.api.payments |
| Modifier and Type | Method and Description |
|---|---|
Webhook |
Webhook.create(APIContext apiContext,
Webhook webhook)
Creates the Webhook for the application associated with the access token.
|
Webhook |
Webhook.create(String accessToken,
Webhook webhook)
Creates the Webhook for the application associated with the access token.
|
Webhook |
Webhook.get(APIContext apiContext,
String webhookId)
Retrieves the Webhook identified by webhook_id for the application associated with access token.
|
Webhook |
Webhook.get(String accessToken,
String webhookId)
Retrieves the Webhook identified by webhook_id for the application associated with access token.
|
Webhook |
Webhook.setEventTypes(List<EventType> eventTypes)
Setter for eventTypes
|
Webhook |
Webhook.setId(String id)
Setter for id
|
Webhook |
Webhook.setLinks(List<Links> links)
Setter for links
|
Webhook |
Webhook.setUrl(String url)
Setter for url
|
Webhook |
Webhook.update(APIContext apiContext,
String webhookId,
String patchRequest)
Updates the Webhook identified by webhook_id for the application associated with access token.
|
Webhook |
Webhook.update(String accessToken,
String webhookId,
String patchRequest)
Updates the Webhook identified by webhook_id for the application associated with access token.
|
| Modifier and Type | Method and Description |
|---|---|
List<Webhook> |
WebhookList.getWebhooks()
Getter for webhooks
|
| Modifier and Type | Method and Description |
|---|---|
Webhook |
Webhook.create(APIContext apiContext,
Webhook webhook)
Creates the Webhook for the application associated with the access token.
|
Webhook |
Webhook.create(String accessToken,
Webhook webhook)
Creates the Webhook for the application associated with the access token.
|
| Modifier and Type | Method and Description |
|---|---|
WebhookList |
WebhookList.setWebhooks(List<Webhook> webhooks)
Setter for webhooks
|
Copyright © 2015. All Rights Reserved.