Package com.anthropic.models.beta.agents
Class BetaManagedAgentsMultiagentSelfParams.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsMultiagentSelfParams.BuilderA builder for BetaManagedAgentsMultiagentSelfParams.
-
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsMultiagentSelfParams.Buildertype(BetaManagedAgentsMultiagentSelfParams.Type type)final BetaManagedAgentsMultiagentSelfParams.Buildertype(JsonField<BetaManagedAgentsMultiagentSelfParams.Type> type)Sets Builder.type to an arbitrary JSON value. final BetaManagedAgentsMultiagentSelfParams.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final BetaManagedAgentsMultiagentSelfParams.BuilderputAdditionalProperty(String key, JsonValue value)final BetaManagedAgentsMultiagentSelfParams.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final BetaManagedAgentsMultiagentSelfParams.BuilderremoveAdditionalProperty(String key)final BetaManagedAgentsMultiagentSelfParams.BuilderremoveAllAdditionalProperties(Set<String> keys)final BetaManagedAgentsMultiagentSelfParamsbuild()Returns an immutable instance of BetaManagedAgentsMultiagentSelfParams. -
-
Method Detail
-
type
final BetaManagedAgentsMultiagentSelfParams.Builder type(BetaManagedAgentsMultiagentSelfParams.Type type)
-
type
final BetaManagedAgentsMultiagentSelfParams.Builder type(JsonField<BetaManagedAgentsMultiagentSelfParams.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsMultiagentSelfParams.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsMultiagentSelfParams.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsMultiagentSelfParams.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsMultiagentSelfParams.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsMultiagentSelfParams.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsMultiagentSelfParams build()
Returns an immutable instance of BetaManagedAgentsMultiagentSelfParams.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.type()
-
-
-
-