Paginator<M,B,TransactionTokenId>, RequestBuilder<PaginatedList<M>,Request<PaginatedList<M>>>TransactionTokensBuilders.ListTransactionTokensMerchantRequestBuilderpublic abstract static class AbstractTransactionTokensBuilders.AbstractListTransactionTokensMerchantRequestBuilder<B extends AbstractTransactionTokensBuilders.AbstractListTransactionTokensMerchantRequestBuilder,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 TransactionTokenType |
type |
| Constructor | Description |
|---|---|
AbstractListTransactionTokensMerchantRequestBuilder(retrofit2.Retrofit retrofit) |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getAll() |
|
protected GopayCustomerId |
getCustomerId() |
|
protected ProcessingMode |
getMode() |
|
protected String |
getSearch() |
|
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 Boolean all
protected String search
protected GopayCustomerId customerId
protected ProcessingMode mode
protected TransactionTokenType type
public AbstractListTransactionTokensMerchantRequestBuilder(retrofit2.Retrofit retrofit)
protected String getSearch()
protected GopayCustomerId getCustomerId()
protected ProcessingMode getMode()
public TransactionTokenType getType()
public Boolean getAll()
public B withCustomerId(GopayCustomerId customerId)
public B withMode(ProcessingMode mode)
public B withType(TransactionTokenType type)
Copyright © 2018 The Apache Software Foundation. All rights reserved.