Class BetaManagedAgentsSearchResultContent.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsSearchResultContent.BuilderA builder for BetaManagedAgentsSearchResultContent.
-
-
Method Summary
-
-
Method Detail
-
text
final BetaManagedAgentsSearchResultContent.Builder text(String text)
The text content.
-
text
final BetaManagedAgentsSearchResultContent.Builder text(JsonField<String> text)
Sets Builder.text to an arbitrary JSON value.
You should usually call Builder.text 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 BetaManagedAgentsSearchResultContent.Builder type(BetaManagedAgentsSearchResultContent.Type type)
-
type
final BetaManagedAgentsSearchResultContent.Builder type(JsonField<BetaManagedAgentsSearchResultContent.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsSearchResultContent.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsSearchResultContent.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsSearchResultContent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsSearchResultContent.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsSearchResultContent.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsSearchResultContent build()
Returns an immutable instance of BetaManagedAgentsSearchResultContent.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.text() .type()
-
-
-
-