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