IdempotentRequestBuilder<B>, RequestBuilder<M,Request<M>>WebhookBuilders.UpdateWebhookMerchantRequestBuilderpublic abstract static class AbstractWebhookBuilders.AbstractUpdateWebhookMerchantRequestBuilder<B extends AbstractWebhookBuilders.AbstractUpdateWebhookMerchantRequestBuilder,R,M extends Webhook> extends IdempotentRetrofitRequestBuilder<M,R,B>
| Modifier and Type | Field | Description |
|---|---|---|
protected List<PaymentSystemEvent> |
triggers |
|
protected URL |
url |
|
protected WebhookId |
webhookId |
idempotencyKey| Constructor | Description |
|---|---|
AbstractUpdateWebhookMerchantRequestBuilder(retrofit2.Retrofit retrofit,
WebhookId webhookId) |
| Modifier and Type | Method | Description |
|---|---|---|
protected List<PaymentSystemEvent> |
getTriggers() |
|
protected URL |
getUrl() |
|
protected WebhookId |
getWebhookId() |
|
B |
withTriggers(List<PaymentSystemEvent> triggers) |
|
B |
withURL(URL url) |
getIdempotencyKey, withIdempotencyKeyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild, getRequestprotected final WebhookId webhookId
protected URL url
protected List<PaymentSystemEvent> triggers
public AbstractUpdateWebhookMerchantRequestBuilder(retrofit2.Retrofit retrofit,
WebhookId webhookId)
protected WebhookId getWebhookId()
protected URL getUrl()
protected List<PaymentSystemEvent> getTriggers()
public B withTriggers(List<PaymentSystemEvent> triggers)
Copyright © 2018 The Apache Software Foundation. All rights reserved.