Package com.anthropic.models
Class BetaRawMessageDeltaEvent.Delta
-
- All Implemented Interfaces:
public final class BetaRawMessageDeltaEvent.Delta
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaRawMessageDeltaEvent.Delta.BuilderA builder for Delta.
public final classBetaRawMessageDeltaEvent.Delta.StopReason
-
Method Summary
Modifier and Type Method Description final Optional<BetaRawMessageDeltaEvent.Delta.StopReason>stopReason()final Optional<String>stopSequence()final JsonField<BetaRawMessageDeltaEvent.Delta.StopReason>_stopReason()final JsonField<String>_stopSequence()final Map<String, JsonValue>_additionalProperties()final BetaRawMessageDeltaEvent.Deltavalidate()final BetaRawMessageDeltaEvent.Delta.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaRawMessageDeltaEvent.Delta.Builderbuilder()-
-
Method Detail
-
stopReason
final Optional<BetaRawMessageDeltaEvent.Delta.StopReason> stopReason()
-
stopSequence
final Optional<String> stopSequence()
-
_stopReason
final JsonField<BetaRawMessageDeltaEvent.Delta.StopReason> _stopReason()
-
_stopSequence
final JsonField<String> _stopSequence()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaRawMessageDeltaEvent.Delta validate()
-
toBuilder
final BetaRawMessageDeltaEvent.Delta.Builder toBuilder()
-
builder
final static BetaRawMessageDeltaEvent.Delta.Builder builder()
-
-
-
-