Class BetaManagedAgentsMcpServerUrlDefinition
-
- All Implemented Interfaces:
public final class BetaManagedAgentsMcpServerUrlDefinitionURL-based MCP server connection as returned in API responses.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsMcpServerUrlDefinition.BuilderA builder for BetaManagedAgentsMcpServerUrlDefinition.
public final classBetaManagedAgentsMcpServerUrlDefinition.Type
-
Method Summary
Modifier and Type Method Description final Stringname()final BetaManagedAgentsMcpServerUrlDefinition.Typetype()final Stringurl()final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<BetaManagedAgentsMcpServerUrlDefinition.Type>_type()Returns the raw JSON value of type. final JsonField<String>_url()Returns the raw JSON value of url. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsMcpServerUrlDefinition.BuildertoBuilder()final BetaManagedAgentsMcpServerUrlDefinitionvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsMcpServerUrlDefinition.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpServerUrlDefinition. -
-
Method Detail
-
type
final BetaManagedAgentsMcpServerUrlDefinition.Type type()
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsMcpServerUrlDefinition.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_url
final JsonField<String> _url()
Returns the raw JSON value of url.
Unlike url, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsMcpServerUrlDefinition.Builder toBuilder()
-
validate
final BetaManagedAgentsMcpServerUrlDefinition 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 BetaManagedAgentsMcpServerUrlDefinition.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpServerUrlDefinition.
The following fields are required:
.name() .type() .url()
-
-
-
-