Package com.openai.models
Class FilePathDeltaAnnotation.Builder
-
- All Implemented Interfaces:
public final class FilePathDeltaAnnotation.Builder
-
-
Constructor Summary
Constructors Constructor Description FilePathDeltaAnnotation.Builder()
-
Method Summary
-
-
Method Detail
-
index
final FilePathDeltaAnnotation.Builder index(Long index)
The index of the annotation in the text content part.
-
index
final FilePathDeltaAnnotation.Builder index(JsonField<Long> index)
The index of the annotation in the text content part.
-
type
final FilePathDeltaAnnotation.Builder type(FilePathDeltaAnnotation.Type type)
Always
file_path
.
-
type
final FilePathDeltaAnnotation.Builder type(JsonField<FilePathDeltaAnnotation.Type> type)
Always
file_path
.
-
endIndex
final FilePathDeltaAnnotation.Builder endIndex(Long endIndex)
-
endIndex
final FilePathDeltaAnnotation.Builder endIndex(JsonField<Long> endIndex)
-
filePath
final FilePathDeltaAnnotation.Builder filePath(FilePathDeltaAnnotation.FilePath filePath)
-
filePath
final FilePathDeltaAnnotation.Builder filePath(JsonField<FilePathDeltaAnnotation.FilePath> filePath)
-
startIndex
final FilePathDeltaAnnotation.Builder startIndex(Long startIndex)
-
startIndex
final FilePathDeltaAnnotation.Builder startIndex(JsonField<Long> startIndex)
-
text
final FilePathDeltaAnnotation.Builder text(String text)
The text in the message content that needs to be replaced.
-
text
final FilePathDeltaAnnotation.Builder text(JsonField<String> text)
The text in the message content that needs to be replaced.
-
additionalProperties
final FilePathDeltaAnnotation.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final FilePathDeltaAnnotation.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final FilePathDeltaAnnotation.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final FilePathDeltaAnnotation.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final FilePathDeltaAnnotation.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final FilePathDeltaAnnotation build()
-
-
-
-