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