Class BetaManagedAgentsSearchResultContent
-
- All Implemented Interfaces:
public final class BetaManagedAgentsSearchResultContentText content within a search result.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsSearchResultContent.BuilderA builder for BetaManagedAgentsSearchResultContent.
public final classBetaManagedAgentsSearchResultContent.Type
-
Method Summary
Modifier and Type Method Description final Stringtext()The text content. final BetaManagedAgentsSearchResultContent.Typetype()final JsonField<String>_text()Returns the raw JSON value of text. final JsonField<BetaManagedAgentsSearchResultContent.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsSearchResultContent.BuildertoBuilder()final BetaManagedAgentsSearchResultContentvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsSearchResultContent.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsSearchResultContent. -
-
Method Detail
-
type
final BetaManagedAgentsSearchResultContent.Type type()
-
_text
final JsonField<String> _text()
Returns the raw JSON value of text.
Unlike text, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsSearchResultContent.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsSearchResultContent.Builder toBuilder()
-
validate
final BetaManagedAgentsSearchResultContent validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaManagedAgentsSearchResultContent.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsSearchResultContent.
The following fields are required:
.text() .type()
-
-
-
-