Package com.openai.models.responses
Class ResponseComputerToolCall.PendingSafetyCheck.Builder
-
- All Implemented Interfaces:
public final class ResponseComputerToolCall.PendingSafetyCheck.Builder
A builder for PendingSafetyCheck.
-
-
Method Summary
-
-
Method Detail
-
id
final ResponseComputerToolCall.PendingSafetyCheck.Builder id(String id)
The ID of the pending safety check.
-
id
final ResponseComputerToolCall.PendingSafetyCheck.Builder id(JsonField<String> id)
The ID of the pending safety check.
-
code
final ResponseComputerToolCall.PendingSafetyCheck.Builder code(String code)
The type of the pending safety check.
-
code
final ResponseComputerToolCall.PendingSafetyCheck.Builder code(JsonField<String> code)
The type of the pending safety check.
-
message
final ResponseComputerToolCall.PendingSafetyCheck.Builder message(String message)
Details about the pending safety check.
-
message
final ResponseComputerToolCall.PendingSafetyCheck.Builder message(JsonField<String> message)
Details about the pending safety check.
-
additionalProperties
final ResponseComputerToolCall.PendingSafetyCheck.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ResponseComputerToolCall.PendingSafetyCheck.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ResponseComputerToolCall.PendingSafetyCheck.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ResponseComputerToolCall.PendingSafetyCheck.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ResponseComputerToolCall.PendingSafetyCheck.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ResponseComputerToolCall.PendingSafetyCheck build()
-
-
-
-