IdempotentRequestBuilder<AbstractWebhookBuilders.AbstractCreateWebhookRequestBuilder>, RequestBuilder<M,Request<M>>WebhookBuilders.CreateWebhookRequestBuilderpublic abstract static class AbstractWebhookBuilders.AbstractCreateWebhookRequestBuilder<B extends AbstractWebhookBuilders.AbstractCreateWebhookRequestBuilder,R,M extends Webhook> extends IdempotentRetrofitRequestBuilder<M,R,AbstractWebhookBuilders.AbstractCreateWebhookRequestBuilder>
| Modifier and Type | Field | Description |
|---|---|---|
protected StoreId |
storeId |
|
protected List<PaymentSystemEvent> |
triggers |
|
protected URL |
url |
idempotencyKey| Constructor | Description |
|---|---|
AbstractCreateWebhookRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
URL url) |
| Modifier and Type | Method | Description |
|---|---|---|
protected StoreId |
getStoreId() |
|
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 StoreId storeId
protected URL url
protected List<PaymentSystemEvent> triggers
protected StoreId getStoreId()
protected URL getUrl()
protected List<PaymentSystemEvent> getTriggers()
public B withTriggers(List<PaymentSystemEvent> triggers)
Copyright © 2018 The Apache Software Foundation. All rights reserved.