This field represents an individual element within the challenge array. Each element is of type com.meta.horizon.platform.ovr.models.Challenge, which contains detailed information about a specific challenge.
This field indicates whether there is a next page of challenges available in the array. If this value is true, it means that there are more challenges to retrieve beyond the current page.
Retrieves the next page of ChallengeArray. If there is no next page, this field will be empty.
boolean hasPreviousPage ( )
This field indicates whether there is a previous page of challenges available in the array. If this value is true, it means that there are more challenges to retrieve before the current page.
Retrieves the previous page of ChallengeArray. If there is no previous page, this field will be empty.
String getNextUrl ( )
This field contains the URL of the next page of challenges. If there is no next page, this field will be empty.
Returns
String
String getPreviousUrl ( )
The URL of the previous page of challenges. If has_previous_page is true, this field provides the URL that the client can use to request the previous page of results.
Returns
String
long getSize ( )
This field indicates the total size of the challenge array in bytes.
Returns
long
long getTotalCount ( )
The total count of challenges contained in the array, across all pages. This field provides the total number of challenges that match the search criteria, regardless of the current page or pagination settings.