Package com.anthropic.models
Class BetaRawMessageDeltaEvent.Delta.Builder
-
- All Implemented Interfaces:
public final class BetaRawMessageDeltaEvent.Delta.BuilderA builder for Delta.
-
-
Method Summary
-
-
Method Detail
-
stopReason
final BetaRawMessageDeltaEvent.Delta.Builder stopReason(BetaRawMessageDeltaEvent.Delta.StopReason stopReason)
-
stopReason
final BetaRawMessageDeltaEvent.Delta.Builder stopReason(Optional<BetaRawMessageDeltaEvent.Delta.StopReason> stopReason)
-
stopReason
final BetaRawMessageDeltaEvent.Delta.Builder stopReason(JsonField<BetaRawMessageDeltaEvent.Delta.StopReason> stopReason)
-
stopSequence
final BetaRawMessageDeltaEvent.Delta.Builder stopSequence(String stopSequence)
-
stopSequence
final BetaRawMessageDeltaEvent.Delta.Builder stopSequence(Optional<String> stopSequence)
-
stopSequence
final BetaRawMessageDeltaEvent.Delta.Builder stopSequence(JsonField<String> stopSequence)
-
additionalProperties
final BetaRawMessageDeltaEvent.Delta.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaRawMessageDeltaEvent.Delta.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaRawMessageDeltaEvent.Delta.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaRawMessageDeltaEvent.Delta.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaRawMessageDeltaEvent.Delta.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaRawMessageDeltaEvent.Delta build()
-
-
-
-