Class BetaMcpToolDefaultConfig.Builder
-
- All Implemented Interfaces:
public final class BetaMcpToolDefaultConfig.BuilderA builder for BetaMcpToolDefaultConfig.
-
-
Method Summary
-
-
Method Detail
-
deferLoading
final BetaMcpToolDefaultConfig.Builder deferLoading(Boolean deferLoading)
-
deferLoading
final BetaMcpToolDefaultConfig.Builder deferLoading(JsonField<Boolean> deferLoading)
Sets Builder.deferLoading to an arbitrary JSON value.
You should usually call Builder.deferLoading with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
enabled
final BetaMcpToolDefaultConfig.Builder enabled(Boolean enabled)
-
enabled
final BetaMcpToolDefaultConfig.Builder enabled(JsonField<Boolean> enabled)
Sets Builder.enabled to an arbitrary JSON value.
You should usually call Builder.enabled with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaMcpToolDefaultConfig.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaMcpToolDefaultConfig.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaMcpToolDefaultConfig.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaMcpToolDefaultConfig.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaMcpToolDefaultConfig.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaMcpToolDefaultConfig build()
Returns an immutable instance of BetaMcpToolDefaultConfig.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-