Class Pagination
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.Pagination
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Pagination
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Pagination details, if required by the length of the output.
-
Constructor Summary
Constructors Constructor Description Pagination() -
Method Summary
Modifier and Type Method Description StringgetNextCursor()Gets the nextCursor.StringgetNextUrl()Gets the nextUrl.StringgetRefreshCursor()Gets the refreshCursor.StringgetRefreshUrl()Gets the refreshUrl.LonggetTotal()Gets the total.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
Pagination
public Pagination()
-
-
Method Details
-
getRefreshCursor
Gets the refreshCursor.A token identifying the current page of results.
- Returns:
- the refreshCursor
-
getNextCursor
Gets the nextCursor.A token identifying the next page of results.
- Returns:
- the nextCursor
-
getRefreshUrl
Gets the refreshUrl.The URL that returns the current page of results.
- Returns:
- the refreshUrl
-
getNextUrl
Gets the nextUrl.The URL that returns the next page of results.
- Returns:
- the nextUrl
-
getTotal
Gets the total.Reserved for future use.
- Returns:
- the total
-