Polling<B>, RequestBuilder<M,Request<M>>RefundBuilders.GetRefundRequestBuilderpublic abstract static class AbstractRefundBuilders.AbstractGetRefundRequestBuilder<B extends AbstractRefundBuilders.AbstractGetRefundRequestBuilder,R,M extends Refund> extends RetrofitRequestBuilder<M,R> implements Polling<B>
| Modifier and Type | Field | Description |
|---|---|---|
protected ChargeId |
chargeId |
|
protected Boolean |
polling |
|
protected RefundId |
refundId |
|
protected StoreId |
storeId |
| Constructor | Description |
|---|---|
AbstractGetRefundRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
ChargeId chargeId,
RefundId refundId) |
| Modifier and Type | Method | Description |
|---|---|---|
protected ChargeId |
getChargeId() |
|
protected RefundId |
getRefundId() |
|
protected StoreId |
getStoreId() |
|
B |
withPolling(boolean polling) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild, getRequestprotected StoreId storeId
protected ChargeId chargeId
protected RefundId refundId
protected Boolean polling
protected StoreId getStoreId()
protected ChargeId getChargeId()
protected RefundId getRefundId()
public B withPolling(boolean polling)
withPolling in interface Polling<B extends AbstractRefundBuilders.AbstractGetRefundRequestBuilder>Copyright © 2018 The Apache Software Foundation. All rights reserved.