Paginator<M,B,TransactionTokenId>, RequestBuilder<PaginatedList<M>,Request<PaginatedList<M>>>TransactionTokensBuilders.ListTransactionTokensRequestBuilderpublic abstract static class AbstractTransactionTokensBuilders.AbstractListTransactionTokensRequestBuilder<B extends AbstractTransactionTokensBuilders.AbstractListTransactionTokensRequestBuilder,R,M extends TransactionToken> extends RetrofitRequestBuilderPaginated<M,R,B,TransactionTokenId>
| Modifier and Type | Field | Description |
|---|---|---|
protected Boolean |
all |
|
protected GopayCustomerId |
customerId |
|
protected ProcessingMode |
mode |
|
protected String |
search |
|
protected StoreId |
storeId |
|
protected TransactionTokenType |
type |
| Constructor | Description |
|---|---|
AbstractListTransactionTokensRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId) |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getAll() |
|
GopayCustomerId |
getCustomerId() |
|
ProcessingMode |
getMode() |
|
String |
getSearch() |
|
protected StoreId |
getStoreId() |
|
TransactionTokenType |
getType() |
|
B |
withCustomerId(GopayCustomerId customerId) |
|
B |
withListAll(Boolean all) |
|
B |
withMode(ProcessingMode mode) |
|
B |
withSearch(String searchString) |
|
B |
withType(TransactionTokenType type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild, getRequestasIterable, asIterable, asIterable, getCursor, getCursorDirection, getLimit, setCursor, setCursorDirection, setLimitprotected StoreId storeId
protected Boolean all
protected String search
protected GopayCustomerId customerId
protected ProcessingMode mode
protected TransactionTokenType type
public AbstractListTransactionTokensRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId)
public Boolean getAll()
public String getSearch()
public GopayCustomerId getCustomerId()
public ProcessingMode getMode()
public TransactionTokenType getType()
protected StoreId getStoreId()
public B withCustomerId(GopayCustomerId customerId)
public B withMode(ProcessingMode mode)
public B withType(TransactionTokenType type)
Copyright © 2018 The Apache Software Foundation. All rights reserved.