public class Pagination
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
Long |
getMatched()
Gets the matched.
|
String |
getNextCursor()
Gets the nextCursor.
|
String |
getNextUrl()
Gets the nextUrl.
|
String |
getRefreshCursor()
Gets the refreshCursor.
|
String |
getRefreshUrl()
Gets the refreshUrl.
|
Long |
getTotal()
Gets the total.
|
public String getRefreshUrl()
The URL that will return the same page of results.
public String getNextUrl()
The URL that will return the next page of results.
public Long getTotal()
The total number of objects that satisfy the request. This total includes all results, not just those included in the current page.
public Long getMatched()
Reserved for future use.
public String getRefreshCursor()
A token identifying the current page of results.
public String getNextCursor()
A token identifying the next page of results.
Copyright © 2023 IBM Cloud. All rights reserved.