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