public class PaginationCursor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaginationCursor.Builder
Class to build instances of
PaginationCursor. |
| Modifier | Constructor and Description |
|---|---|
protected |
PaginationCursor(io.apimatic.core.types.OptionalNullable<String> orderValue)
Initialization constructor.
|
|
PaginationCursor(String orderValue)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getOrderValue()
Getter for OrderValue.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetOrderValue()
Internal Getter for OrderValue.
|
PaginationCursor.Builder |
toBuilder()
Builds a new
PaginationCursor.Builder object. |
String |
toString()
Converts this PaginationCursor into string format.
|
public PaginationCursor(String orderValue)
orderValue - String value for orderValue.protected PaginationCursor(io.apimatic.core.types.OptionalNullable<String> orderValue)
orderValue - String value for orderValue.protected io.apimatic.core.types.OptionalNullable<String> internalGetOrderValue()
public String getOrderValue()
public String toString()
public PaginationCursor.Builder toBuilder()
PaginationCursor.Builder object.
Creates the instance with the state of the current model.PaginationCursor.Builder objectCopyright © 2024. All rights reserved.