Class BetaCacheMissPreviousMessageNotFound.Builder
-
- All Implemented Interfaces:
public final class BetaCacheMissPreviousMessageNotFound.BuilderA builder for BetaCacheMissPreviousMessageNotFound.
-
-
Method Summary
Modifier and Type Method Description final BetaCacheMissPreviousMessageNotFound.Buildertype(JsonValue type)Sets the field to an arbitrary JSON value. final BetaCacheMissPreviousMessageNotFound.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final BetaCacheMissPreviousMessageNotFound.BuilderputAdditionalProperty(String key, JsonValue value)final BetaCacheMissPreviousMessageNotFound.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final BetaCacheMissPreviousMessageNotFound.BuilderremoveAdditionalProperty(String key)final BetaCacheMissPreviousMessageNotFound.BuilderremoveAllAdditionalProperties(Set<String> keys)final BetaCacheMissPreviousMessageNotFoundbuild()Returns an immutable instance of BetaCacheMissPreviousMessageNotFound. -
-
Method Detail
-
type
final BetaCacheMissPreviousMessageNotFound.Builder type(JsonValue type)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("previous_message_not_found")This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaCacheMissPreviousMessageNotFound.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaCacheMissPreviousMessageNotFound.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaCacheMissPreviousMessageNotFound.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaCacheMissPreviousMessageNotFound.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaCacheMissPreviousMessageNotFound.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaCacheMissPreviousMessageNotFound build()
Returns an immutable instance of BetaCacheMissPreviousMessageNotFound.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-