Uses of Class
com.paypal.api.payments.Webhook

Packages that use Webhook
com.paypal.api.payments   
 

Uses of Webhook in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return Webhook
 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.
 

Methods in com.paypal.api.payments that return types with arguments of type Webhook
 List<Webhook> WebhookList.getWebhooks()
          Getter for webhooks
 

Methods in com.paypal.api.payments with parameters of type Webhook
 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.
 

Method parameters in com.paypal.api.payments with type arguments of type Webhook
 WebhookList WebhookList.setWebhooks(List<Webhook> webhooks)
          Setter for webhooks
 



Copyright © 2015. All Rights Reserved.