Class AlloyListResponse.PaginationMetadata
-
- All Implemented Interfaces:
public final class AlloyListResponse.PaginationMetadataPagination metadata
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAlloyListResponse.PaginationMetadata.BuilderA builder for PaginationMetadata.
-
Method Summary
Modifier and Type Method Description final Optional<String>next()Cursor for next page final Optional<String>previous()Cursor for previous page final JsonField<String>_next()Returns the raw JSON value of next. final JsonField<String>_previous()Returns the raw JSON value of previous. final Map<String, JsonValue>_additionalProperties()final AlloyListResponse.PaginationMetadata.BuildertoBuilder()final AlloyListResponse.PaginationMetadatavalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AlloyListResponse.PaginationMetadata.Builderbuilder()Returns a mutable builder for constructing an instance of PaginationMetadata. -
-
Method Detail
-
_next
final JsonField<String> _next()
Returns the raw JSON value of next.
Unlike next, this method doesn't throw if the JSON field has an unexpected type.
-
_previous
final JsonField<String> _previous()
Returns the raw JSON value of previous.
Unlike previous, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AlloyListResponse.PaginationMetadata.Builder toBuilder()
-
validate
final AlloyListResponse.PaginationMetadata validate()
-
builder
final static AlloyListResponse.PaginationMetadata.Builder builder()
Returns a mutable builder for constructing an instance of PaginationMetadata.
-
-
-
-