| Package | Description |
|---|---|
| com.mulesoft.connectivity.rest.sdk.internal.connectormodel.builder | |
| com.mulesoft.connectivity.rest.sdk.internal.connectormodel.pagination |
| Modifier and Type | Method and Description |
|---|---|
PaginationBuilder |
PaginationBuilder.type(PaginationType type) |
| Modifier and Type | Method and Description |
|---|---|
static PaginationType |
PaginationType.forName(String name) |
PaginationType |
Pagination.getType() |
static PaginationType |
PaginationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaginationType[] |
PaginationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Pagination(String name,
PaginationType type,
String paginationParameter,
String nextTokenExpression,
String initialOffset,
String initialPageNumber,
String paginationResponseExpression,
String pageCountExpression,
String nextUrlExpression) |
Copyright © 2021. All rights reserved.