DestinationArray
(
ptr
)
|
Signature
com.meta.horizon.platform.ovr.models.DestinationArray.DestinationArray(final long ptr) Parameters ptr: final long |
getElements
()
|
Access the indexed element in this list. Note that the index is zero-based, so the first element has an index of 0.
Signature
List<Destination> com.meta.horizon.platform.ovr.models.DestinationArray.getElements() |
getNextPage
()
|
Retrieves the next page of DestinationArray. If there is no next page, this field will be empty.
Signature
Request<DestinationArray> com.meta.horizon.platform.ovr.models.DestinationArray.getNextPage() Returns Request< DestinationArray > |
getNextUrl
()
|
The URL to request the next paginated list of elements.
Signature
String com.meta.horizon.platform.ovr.models.DestinationArray.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.DestinationArray.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.DestinationArray.hasNextPage() Returns booleanÂ
boolean
|