Class Pagination
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.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
The pagination data for the returned objects.
- 
Constructor SummaryConstructors Constructor Description Pagination()
- 
Method SummaryModifier and Type Method Description LonggetMatched()Gets the matched.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.GenericModelequals, hashCode, toString
- 
Constructor Details- 
Paginationpublic Pagination()
 
- 
- 
Method Details- 
getRefreshUrlGets the refreshUrl.The URL that will return the same page of results. - Returns:
- the refreshUrl
 
- 
getNextUrlGets the nextUrl.The URL that will return the next page of results. - Returns:
- the nextUrl
 
- 
getTotalGets the total.The total number of objects that satisfy the request. This total includes all results, not just those included in the current page. - Returns:
- the total
 
- 
getMatchedGets the matched.Reserved for future use. - Returns:
- the matched
 
- 
getRefreshCursorGets the refreshCursor.A token identifying the current page of results. - Returns:
- the refreshCursor
 
- 
getNextCursorGets the nextCursor.A token identifying the next page of results. - Returns:
- the nextCursor
 
 
-