Paginator<M,B,ResourceId>, RequestBuilder<PaginatedList<M>,Request<PaginatedList<M>>>MerchantsBuilders.GetTransactionHistoryRequestBuilderpublic abstract static class AbstractMerchantsBuilders.AbstractGetTransactionHistoryRequestBuilder<B extends AbstractMerchantsBuilders.AbstractGetTransactionHistoryRequestBuilder,R,M extends Transaction> extends RetrofitRequestBuilderPaginated<M,R,B,ResourceId>
| Modifier and Type | Field | Description |
|---|---|---|
protected Boolean |
all |
|
protected Date |
from |
|
protected ProcessingMode |
mode |
|
protected String |
search |
|
protected TransactionStatus |
status |
|
protected StoreId |
storeId |
|
protected Date |
to |
|
protected TransactionType |
type |
| Constructor | Description |
|---|---|
AbstractGetTransactionHistoryRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId) |
| Modifier and Type | Method | Description |
|---|---|---|
protected StoreId |
getStoreId() |
|
B |
withAll(Boolean all) |
|
B |
withFromDate(Date from) |
|
B |
withProcessingMode(ProcessingMode mode) |
|
B |
withSearch(String search) |
|
B |
withStatus(TransactionStatus status) |
|
B |
withToDate(Date to) |
|
B |
withTransactionType(TransactionType type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild, getRequestasIterable, asIterable, asIterable, getCursor, getCursorDirection, getLimit, setCursor, setCursorDirection, setLimitprotected StoreId storeId
protected Date from
protected Date to
protected TransactionStatus status
protected TransactionType type
protected ProcessingMode mode
protected String search
protected Boolean all
protected StoreId getStoreId()
public B withStatus(TransactionStatus status)
public B withTransactionType(TransactionType type)
public B withProcessingMode(ProcessingMode mode)
Copyright © 2018 The Apache Software Foundation. All rights reserved.