PurchaseArray
(
ptr
)
|
Signature
com.meta.horizon.platform.ovr.models.PurchaseArray.PurchaseArray(final long ptr) Parameters ptr: final long |
getElements
()
| |
getNextPage
()
|
Retrieves the next page of PurchaseArray. If there is no next page, this field will be empty.
Signature
Request<PurchaseArray> com.meta.horizon.platform.ovr.models.PurchaseArray.getNextPage() Returns Request< PurchaseArray > |
getNextUrl
()
|
The URL to request the next paginated list of elements.
Signature
String com.meta.horizon.platform.ovr.models.PurchaseArray.getNextUrl() Returns StringÂ
String
|
getSize
()
|
The number of elements contained within this list. This is not equal to the total number of elements across multiple pages.
Signature
long com.meta.horizon.platform.ovr.models.PurchaseArray.getSize() Returns longÂ
long
|
hasNextPage
()
|
Indicates whether there is a next page of elements that can be retrieved. If this value is true, you can use the next_url field to request the next page of elements.
Signature
boolean com.meta.horizon.platform.ovr.models.PurchaseArray.hasNextPage() Returns booleanÂ
boolean
|