Class BetaRawMessageStopEvent.Builder
-
- All Implemented Interfaces:
public final class BetaRawMessageStopEvent.BuilderA builder for BetaRawMessageStopEvent.
-
-
Method Summary
Modifier and Type Method Description final BetaRawMessageStopEvent.Buildertype(JsonValue type)Sets the field to an arbitrary JSON value. final BetaRawMessageStopEvent.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final BetaRawMessageStopEvent.BuilderputAdditionalProperty(String key, JsonValue value)final BetaRawMessageStopEvent.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final BetaRawMessageStopEvent.BuilderremoveAdditionalProperty(String key)final BetaRawMessageStopEvent.BuilderremoveAllAdditionalProperties(Set<String> keys)final BetaRawMessageStopEventbuild()Returns an immutable instance of BetaRawMessageStopEvent. -
-
Method Detail
-
type
final BetaRawMessageStopEvent.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("message_stop")This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaRawMessageStopEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaRawMessageStopEvent.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaRawMessageStopEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaRawMessageStopEvent.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaRawMessageStopEvent.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaRawMessageStopEvent build()
Returns an immutable instance of BetaRawMessageStopEvent.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-