API reference
API reference
Select your platform
No SDKs available
No versions available

PidArray Class

Represents a paginated list of com.meta.horizon.platform.ovr.models.Pid elements. It allows you to easily access and manipulate the elements in the paginated list, such as the size of the list and if there is a next page of elements available.

Constructors

PidArray ( ptr )
Signature
com.meta.horizon.platform.ovr.models.PidArray.PidArray(final long ptr)
Parameters
ptr: final long

Methods

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<Pid> com.meta.horizon.platform.ovr.models.PidArray.getElements()
Returns
List< Pid > Pid
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.PidArray.getSize()
Returns
long  long