Paginator<M,B,LedgerId>, RequestBuilder<PaginatedList<M>,Request<PaginatedList<M>>>LedgersBuilders.ListLedgersRequestBuilderpublic abstract static class AbstractLedgersBuilders.AbstractListLedgersRequestBuilder<B extends AbstractLedgersBuilders.AbstractListLedgersRequestBuilder,R,M extends Ledger> extends RetrofitRequestBuilderPaginated<M,R,B,LedgerId>
| Modifier and Type | Field | Description |
|---|---|---|
protected Boolean |
all |
|
protected String |
currency |
|
protected String |
from |
|
protected Integer |
max |
|
protected Integer |
min |
|
protected String |
to |
|
protected TransferId |
transferId |
| Constructor | Description |
|---|---|
AbstractListLedgersRequestBuilder(retrofit2.Retrofit retrofit,
TransferId transferId) |
| Modifier and Type | Method | Description |
|---|---|---|
protected String |
getCurrency() |
|
protected String |
getFrom() |
|
protected Integer |
getMax() |
|
protected Integer |
getMin() |
|
protected String |
getTo() |
|
protected TransferId |
getTransferId() |
|
protected Boolean |
isAll() |
|
B |
withAll(Boolean all) |
|
B |
withCurrency(String currency) |
|
B |
withFrom(String from) |
|
B |
withMax(Integer max) |
|
B |
withMin(Integer min) |
|
B |
withTo(String to) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild, getRequestasIterable, asIterable, asIterable, getCursor, getCursorDirection, getLimit, setCursor, setCursorDirection, setLimitprotected Boolean all
protected String from
protected String to
protected Integer min
protected Integer max
protected String currency
protected TransferId transferId
public AbstractListLedgersRequestBuilder(retrofit2.Retrofit retrofit,
TransferId transferId)
Copyright © 2018 The Apache Software Foundation. All rights reserved.