public class PayoutsList extends Object
| Constructor and Description |
|---|
PayoutsList() |
| Modifier and Type | Method and Description |
|---|---|
PayoutsList |
addDataItem(PayoutResponse dataItem) |
PayoutsList |
data(List<PayoutResponse> data) |
PayoutsList |
hasMore(Boolean hasMore) |
void |
setData(List<PayoutResponse> data) |
void |
setHasMore(Boolean hasMore) |
String |
toString() |
public void setData(List<PayoutResponse> data)
public PayoutsList data(List<PayoutResponse> data)
data - List of found objectspublic PayoutsList addDataItem(PayoutResponse dataItem)
public void setHasMore(Boolean hasMore)
public PayoutsList hasMore(Boolean hasMore)
hasMore - Indicates if there are more elements for this period than were returnedCopyright © 2022. All rights reserved.