Package com.openai.models.responses
Class ResponseApplyPatchToolCall.Operation.DeleteFile.Builder
-
- All Implemented Interfaces:
public final class ResponseApplyPatchToolCall.Operation.DeleteFile.BuilderA builder for DeleteFile.
-
-
Method Summary
-
-
Method Detail
-
path
final ResponseApplyPatchToolCall.Operation.DeleteFile.Builder path(String path)
Path of the file to delete.
-
path
final ResponseApplyPatchToolCall.Operation.DeleteFile.Builder path(JsonField<String> path)
Sets Builder.path to an arbitrary JSON value.
You should usually call Builder.path with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final ResponseApplyPatchToolCall.Operation.DeleteFile.Builder type(JsonValue type)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("delete_file")This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final ResponseApplyPatchToolCall.Operation.DeleteFile.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ResponseApplyPatchToolCall.Operation.DeleteFile.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ResponseApplyPatchToolCall.Operation.DeleteFile.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ResponseApplyPatchToolCall.Operation.DeleteFile.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ResponseApplyPatchToolCall.Operation.DeleteFile.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ResponseApplyPatchToolCall.Operation.DeleteFile build()
Returns an immutable instance of DeleteFile.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.path()
-
-
-
-