Package com.openai.models.beta.responses
Class BetaResponseOutputItem.AgentMessage.Content.EncryptedContent.Builder
-
- All Implemented Interfaces:
public final class BetaResponseOutputItem.AgentMessage.Content.EncryptedContent.BuilderA builder for EncryptedContent.
-
-
Method Summary
-
-
Method Detail
-
encryptedContent
final BetaResponseOutputItem.AgentMessage.Content.EncryptedContent.Builder encryptedContent(String encryptedContent)
Opaque encrypted content.
-
encryptedContent
final BetaResponseOutputItem.AgentMessage.Content.EncryptedContent.Builder encryptedContent(JsonField<String> encryptedContent)
Sets Builder.encryptedContent to an arbitrary JSON value.
You should usually call Builder.encryptedContent 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 BetaResponseOutputItem.AgentMessage.Content.EncryptedContent.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("encrypted_content")This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaResponseOutputItem.AgentMessage.Content.EncryptedContent.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaResponseOutputItem.AgentMessage.Content.EncryptedContent.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaResponseOutputItem.AgentMessage.Content.EncryptedContent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaResponseOutputItem.AgentMessage.Content.EncryptedContent.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaResponseOutputItem.AgentMessage.Content.EncryptedContent.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaResponseOutputItem.AgentMessage.Content.EncryptedContent build()
Returns an immutable instance of EncryptedContent.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.encryptedContent()
-
-
-
-