|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.WebhookList
public class WebhookList
| Constructor Summary | |
|---|---|
WebhookList()
Default Constructor |
|
| Method Summary | |
|---|---|
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 |
String |
toJSON()
Returns a JSON string corresponding to object state |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WebhookList()
| Method Detail |
|---|
public WebhookList setWebhooks(List<Webhook> webhooks)
public List<Webhook> getWebhooks()
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.
PayPalRESTExceptionpublic String toJSON()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||