Class BetaRequestMcpServerToolConfiguration
-
- All Implemented Interfaces:
public final class BetaRequestMcpServerToolConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaRequestMcpServerToolConfiguration.BuilderA builder for BetaRequestMcpServerToolConfiguration.
-
Method Summary
Modifier and Type Method Description final Optional<List<String>>allowedTools()final Optional<Boolean>enabled()final JsonField<List<String>>_allowedTools()Returns the raw JSON value of allowedTools. final JsonField<Boolean>_enabled()Returns the raw JSON value of enabled. final Map<String, JsonValue>_additionalProperties()final BetaRequestMcpServerToolConfiguration.BuildertoBuilder()final BetaRequestMcpServerToolConfigurationvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaRequestMcpServerToolConfiguration.Builderbuilder()Returns a mutable builder for constructing an instance of BetaRequestMcpServerToolConfiguration. -
-
Method Detail
-
allowedTools
final Optional<List<String>> allowedTools()
-
_allowedTools
final JsonField<List<String>> _allowedTools()
Returns the raw JSON value of allowedTools.
Unlike allowedTools, 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 BetaRequestMcpServerToolConfiguration.Builder toBuilder()
-
validate
final BetaRequestMcpServerToolConfiguration validate()
-
builder
final static BetaRequestMcpServerToolConfiguration.Builder builder()
Returns a mutable builder for constructing an instance of BetaRequestMcpServerToolConfiguration.
-
-
-
-