Polling<B>, RequestBuilder<M,Request<M>>CancelsBuilders.GetCancelRequestBuilderpublic abstract static class AbstractCancelsBuilders.AbstractGetCancelRequestBuilder<B extends AbstractCancelsBuilders.AbstractGetCancelRequestBuilder,R,M extends Cancel> extends RetrofitRequestBuilder<M,R> implements Polling<B>
| Modifier and Type | Field | Description |
|---|---|---|
protected CancelId |
cancelId |
|
protected ChargeId |
chargeId |
|
protected Boolean |
polling |
|
protected StoreId |
storeId |
| Constructor | Description |
|---|---|
AbstractGetCancelRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
ChargeId chargeId,
CancelId cancelId) |
| Modifier and Type | Method | Description |
|---|---|---|
protected CancelId |
getCancelId() |
|
protected ChargeId |
getChargeId() |
|
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 CancelId cancelId
protected Boolean polling
protected StoreId getStoreId()
protected ChargeId getChargeId()
protected CancelId getCancelId()
public B withPolling(boolean polling)
withPolling in interface Polling<B extends AbstractCancelsBuilders.AbstractGetCancelRequestBuilder>Copyright © 2018 The Apache Software Foundation. All rights reserved.