public class Pagination
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
Pagination() |
Modifier and Type | Method and Description |
---|---|
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 getRefreshCursor()
A token identifying the current page of results.
public String getNextCursor()
A token identifying the next page of results.
public String getRefreshUrl()
The URL that returns the current page of results.
public String getNextUrl()
The URL that returns the next page of results.
public Long getTotal()
Reserved for future use.
Copyright © 2021 IBM Cloud. All rights reserved.