Class BetaMcpToolDefaultConfig
-
- All Implemented Interfaces:
public final class BetaMcpToolDefaultConfigDefault configuration for tools in an MCP toolset.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaMcpToolDefaultConfig.BuilderA builder for BetaMcpToolDefaultConfig.
-
Method Summary
Modifier and Type Method Description final Optional<Boolean>deferLoading()final Optional<Boolean>enabled()final JsonField<Boolean>_deferLoading()Returns the raw JSON value of deferLoading. final JsonField<Boolean>_enabled()Returns the raw JSON value of enabled. final Map<String, JsonValue>_additionalProperties()final BetaMcpToolDefaultConfig.BuildertoBuilder()final BetaMcpToolDefaultConfigvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaMcpToolDefaultConfig.Builderbuilder()Returns a mutable builder for constructing an instance of BetaMcpToolDefaultConfig. -
-
Method Detail
-
deferLoading
final Optional<Boolean> deferLoading()
-
_deferLoading
final JsonField<Boolean> _deferLoading()
Returns the raw JSON value of deferLoading.
Unlike deferLoading, this method doesn't throw if the JSON field has an unexpected type.
-
_enabled
final JsonField<Boolean> _enabled()
Returns the raw JSON value of enabled.
Unlike enabled, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaMcpToolDefaultConfig.Builder toBuilder()
-
validate
final BetaMcpToolDefaultConfig validate()
-
builder
final static BetaMcpToolDefaultConfig.Builder builder()
Returns a mutable builder for constructing an instance of BetaMcpToolDefaultConfig.
-
-
-
-