Package com.openai.models.responses
Class ResponseTextAnnotationDeltaEvent.Annotation.FilePath
-
- All Implemented Interfaces:
public final class ResponseTextAnnotationDeltaEvent.Annotation.FilePathA path to a file.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResponseTextAnnotationDeltaEvent.Annotation.FilePath.BuilderA builder for FilePath.
-
Method Summary
Modifier and Type Method Description final StringfileId()The ID of the file. final Longindex()The index of the file in the list of files. final JsonValue_type()The type of the file path. final JsonField<String>_fileId()The ID of the file. final JsonField<Long>_index()The index of the file in the list of files. final Map<String, JsonValue>_additionalProperties()final ResponseTextAnnotationDeltaEvent.Annotation.FilePathvalidate()final ResponseTextAnnotationDeltaEvent.Annotation.FilePath.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseTextAnnotationDeltaEvent.Annotation.FilePath.Builderbuilder()Returns a mutable builder for constructing an instance of FilePath. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ResponseTextAnnotationDeltaEvent.Annotation.FilePath validate()
-
toBuilder
final ResponseTextAnnotationDeltaEvent.Annotation.FilePath.Builder toBuilder()
-
builder
final static ResponseTextAnnotationDeltaEvent.Annotation.FilePath.Builder builder()
Returns a mutable builder for constructing an instance of FilePath.
The following fields are required:
.fileId() .index()
-
-
-
-