Package com.openai.models
Class TextDelta
-
- All Implemented Interfaces:
public final class TextDelta
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
TextDelta.Builder
A builder for TextDelta.
-
Method Summary
Modifier and Type Method Description final Optional<List<AnnotationDelta>>
annotations()
final Optional<String>
value()
The data that makes up the text. final JsonField<List<AnnotationDelta>>
_annotations()
final JsonField<String>
_value()
The data that makes up the text. final Map<String, JsonValue>
_additionalProperties()
final TextDelta
validate()
final TextDelta.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static TextDelta.Builder
builder()
-
-
Method Detail
-
annotations
final Optional<List<AnnotationDelta>> annotations()
-
_annotations
final JsonField<List<AnnotationDelta>> _annotations()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final TextDelta.Builder toBuilder()
-
builder
final static TextDelta.Builder builder()
-
-
-
-