Class TypeUpdateParams.Body.Builder
-
- All Implemented Interfaces:
public final class TypeUpdateParams.Body.BuilderA builder for Body.
-
-
Method Summary
-
-
Method Detail
-
defaultAgentTypeId
final TypeUpdateParams.Body.Builder defaultAgentTypeId(String defaultAgentTypeId)
-
defaultAgentTypeId
final TypeUpdateParams.Body.Builder defaultAgentTypeId(Optional<String> defaultAgentTypeId)
Alias for calling Builder.defaultAgentTypeId with
defaultAgentTypeId.orElse(null).
-
defaultAgentTypeId
final TypeUpdateParams.Body.Builder defaultAgentTypeId(JsonField<String> defaultAgentTypeId)
Sets Builder.defaultAgentTypeId to an arbitrary JSON value.
You should usually call Builder.defaultAgentTypeId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
defaultMetadata
final TypeUpdateParams.Body.Builder defaultMetadata(TypeUpdateParams.DefaultMetadata defaultMetadata)
-
defaultMetadata
final TypeUpdateParams.Body.Builder defaultMetadata(JsonField<TypeUpdateParams.DefaultMetadata> defaultMetadata)
Sets Builder.defaultMetadata to an arbitrary JSON value.
You should usually call Builder.defaultMetadata with a well-typed DefaultMetadata value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
defaultWorkItems
final TypeUpdateParams.Body.Builder defaultWorkItems(List<TypeUpdateParams.DefaultWorkItem> defaultWorkItems)
-
defaultWorkItems
final TypeUpdateParams.Body.Builder defaultWorkItems(JsonField<List<TypeUpdateParams.DefaultWorkItem>> defaultWorkItems)
Sets Builder.defaultWorkItems to an arbitrary JSON value.
You should usually call Builder.defaultWorkItems with a well-typed
List<DefaultWorkItem>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addDefaultWorkItem
final TypeUpdateParams.Body.Builder addDefaultWorkItem(TypeUpdateParams.DefaultWorkItem defaultWorkItem)
Adds a single DefaultWorkItem to defaultWorkItems.
-
description
final TypeUpdateParams.Body.Builder description(String description)
-
description
final TypeUpdateParams.Body.Builder description(Optional<String> description)
Alias for calling Builder.description with
description.orElse(null).
-
description
final TypeUpdateParams.Body.Builder description(JsonField<String> description)
Sets Builder.description to an arbitrary JSON value.
You should usually call Builder.description with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
exitCriteria
final TypeUpdateParams.Body.Builder exitCriteria(List<String> exitCriteria)
-
exitCriteria
final TypeUpdateParams.Body.Builder exitCriteria(JsonField<List<String>> exitCriteria)
Sets Builder.exitCriteria to an arbitrary JSON value.
You should usually call Builder.exitCriteria with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addExitCriterion
final TypeUpdateParams.Body.Builder addExitCriterion(String exitCriterion)
Adds a single String to exitCriteria.
-
instructions
final TypeUpdateParams.Body.Builder instructions(String instructions)
-
instructions
final TypeUpdateParams.Body.Builder instructions(Optional<String> instructions)
Alias for calling Builder.instructions with
instructions.orElse(null).
-
instructions
final TypeUpdateParams.Body.Builder instructions(JsonField<String> instructions)
Sets Builder.instructions to an arbitrary JSON value.
You should usually call Builder.instructions with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
intakeRequirements
final TypeUpdateParams.Body.Builder intakeRequirements(List<String> intakeRequirements)
-
intakeRequirements
final TypeUpdateParams.Body.Builder intakeRequirements(JsonField<List<String>> intakeRequirements)
Sets Builder.intakeRequirements to an arbitrary JSON value.
You should usually call Builder.intakeRequirements with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addIntakeRequirement
final TypeUpdateParams.Body.Builder addIntakeRequirement(String intakeRequirement)
Adds a single String to intakeRequirements.
-
isActive
final TypeUpdateParams.Body.Builder isActive(Boolean isActive)
-
isActive
final TypeUpdateParams.Body.Builder isActive(JsonField<Boolean> isActive)
Sets Builder.isActive to an arbitrary JSON value.
You should usually call Builder.isActive with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
name
final TypeUpdateParams.Body.Builder name(String name)
-
name
final TypeUpdateParams.Body.Builder name(JsonField<String> name)
Sets Builder.name to an arbitrary JSON value.
You should usually call Builder.name with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
orchestrationMode
final TypeUpdateParams.Body.Builder orchestrationMode(TypeUpdateParams.OrchestrationMode orchestrationMode)
-
orchestrationMode
final TypeUpdateParams.Body.Builder orchestrationMode(JsonField<TypeUpdateParams.OrchestrationMode> orchestrationMode)
Sets Builder.orchestrationMode to an arbitrary JSON value.
You should usually call Builder.orchestrationMode with a well-typed OrchestrationMode value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
reviewAgentTypeId
final TypeUpdateParams.Body.Builder reviewAgentTypeId(String reviewAgentTypeId)
-
reviewAgentTypeId
final TypeUpdateParams.Body.Builder reviewAgentTypeId(Optional<String> reviewAgentTypeId)
Alias for calling Builder.reviewAgentTypeId with
reviewAgentTypeId.orElse(null).
-
reviewAgentTypeId
final TypeUpdateParams.Body.Builder reviewAgentTypeId(JsonField<String> reviewAgentTypeId)
Sets Builder.reviewAgentTypeId to an arbitrary JSON value.
You should usually call Builder.reviewAgentTypeId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
reviewCriteria
final TypeUpdateParams.Body.Builder reviewCriteria(List<String> reviewCriteria)
-
reviewCriteria
final TypeUpdateParams.Body.Builder reviewCriteria(JsonField<List<String>> reviewCriteria)
Sets Builder.reviewCriteria to an arbitrary JSON value.
You should usually call Builder.reviewCriteria with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addReviewCriterion
final TypeUpdateParams.Body.Builder addReviewCriterion(String reviewCriterion)
Adds a single String to reviewCriteria.
-
skillRefs
final TypeUpdateParams.Body.Builder skillRefs(List<String> skillRefs)
-
skillRefs
final TypeUpdateParams.Body.Builder skillRefs(JsonField<List<String>> skillRefs)
Sets Builder.skillRefs to an arbitrary JSON value.
You should usually call Builder.skillRefs with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addSkillRef
final TypeUpdateParams.Body.Builder addSkillRef(String skillRef)
-
slug
final TypeUpdateParams.Body.Builder slug(String slug)
-
slug
final TypeUpdateParams.Body.Builder slug(JsonField<String> slug)
Sets Builder.slug to an arbitrary JSON value.
You should usually call Builder.slug with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final TypeUpdateParams.Body.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final TypeUpdateParams.Body.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final TypeUpdateParams.Body.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final TypeUpdateParams.Body.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final TypeUpdateParams.Body.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final TypeUpdateParams.Body build()
Returns an immutable instance of Body.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-