Class BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.BuilderA builder for BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.
-
-
Method Summary
-
-
Method Detail
-
type
final BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Builder type(BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Type type)
-
type
final BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Builder type(JsonField<BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.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 BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError build()
Returns an immutable instance of BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.type()
-
-
-
-