Package com.anthropic.models
Class BetaRawMessageStopEvent.Builder
-
- All Implemented Interfaces:
public final class BetaRawMessageStopEvent.BuilderA builder for BetaRawMessageStopEvent.
-
-
Method Summary
Modifier and Type Method Description final BetaRawMessageStopEvent.Buildertype(BetaRawMessageStopEvent.Type type)final BetaRawMessageStopEvent.Buildertype(JsonField<BetaRawMessageStopEvent.Type> type)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()-
-
Method Detail
-
type
final BetaRawMessageStopEvent.Builder type(BetaRawMessageStopEvent.Type type)
-
type
final BetaRawMessageStopEvent.Builder type(JsonField<BetaRawMessageStopEvent.Type> type)
-
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()
-
-
-
-