Class MemoryListResponse.Meta.Builder
-
- All Implemented Interfaces:
public final class MemoryListResponse.Meta.BuilderA builder for Meta.
-
-
Method Summary
-
-
Method Detail
-
chars
final MemoryListResponse.Meta.Builder chars(Long chars)
-
chars
final MemoryListResponse.Meta.Builder chars(JsonField<Long> chars)
Sets Builder.chars to an arbitrary JSON value.
You should usually call Builder.chars with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
count
final MemoryListResponse.Meta.Builder count(Long count)
-
count
final MemoryListResponse.Meta.Builder count(JsonField<Long> count)
Sets Builder.count to an arbitrary JSON value.
You should usually call Builder.count with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
maxChars
final MemoryListResponse.Meta.Builder maxChars(Long maxChars)
-
maxChars
final MemoryListResponse.Meta.Builder maxChars(JsonField<Long> maxChars)
Sets Builder.maxChars to an arbitrary JSON value.
You should usually call Builder.maxChars with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
updatedAt
final MemoryListResponse.Meta.Builder updatedAt(OffsetDateTime updatedAt)
-
updatedAt
final MemoryListResponse.Meta.Builder updatedAt(Optional<OffsetDateTime> updatedAt)
Alias for calling Builder.updatedAt with
updatedAt.orElse(null).
-
updatedAt
final MemoryListResponse.Meta.Builder updatedAt(JsonField<OffsetDateTime> updatedAt)
Sets Builder.updatedAt to an arbitrary JSON value.
You should usually call Builder.updatedAt with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final MemoryListResponse.Meta.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final MemoryListResponse.Meta.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final MemoryListResponse.Meta.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final MemoryListResponse.Meta.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final MemoryListResponse.Meta.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final MemoryListResponse.Meta build()
Returns an immutable instance of Meta.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-