Class AlloyListResponse.PaginationMetadata.Builder
-
- All Implemented Interfaces:
public final class AlloyListResponse.PaginationMetadata.BuilderA builder for PaginationMetadata.
-
-
Method Summary
-
-
Method Detail
-
next
final AlloyListResponse.PaginationMetadata.Builder next(String next)
Cursor for next page
-
next
final AlloyListResponse.PaginationMetadata.Builder next(JsonField<String> next)
Sets Builder.next to an arbitrary JSON value.
You should usually call Builder.next with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
previous
final AlloyListResponse.PaginationMetadata.Builder previous(String previous)
Cursor for previous page
-
previous
final AlloyListResponse.PaginationMetadata.Builder previous(JsonField<String> previous)
Sets Builder.previous to an arbitrary JSON value.
You should usually call Builder.previous with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final AlloyListResponse.PaginationMetadata.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AlloyListResponse.PaginationMetadata.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AlloyListResponse.PaginationMetadata.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AlloyListResponse.PaginationMetadata.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AlloyListResponse.PaginationMetadata.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AlloyListResponse.PaginationMetadata build()
Returns an immutable instance of PaginationMetadata.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-