public class PaginationRequest
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaginationRequest.Order |
| Modifier and Type | Field and Description |
|---|---|
java.lang.Long |
cursor |
java.lang.Long |
limit |
PaginationRequest.Order |
order |
boolean |
returnCount |
| Constructor and Description |
|---|
PaginationRequest() |
public java.lang.Long cursor
public PaginationRequest.Order order
public java.lang.Long limit
public boolean returnCount