public static interface TaskTemplateConstraints.Builder extends SdkPojo, CopyableBuilder<TaskTemplateConstraints.Builder,TaskTemplateConstraints>
| Modifier and Type | Method and Description |
|---|---|
TaskTemplateConstraints.Builder |
invisibleFields(Collection<InvisibleFieldInfo> invisibleFields)
Lists the fields that are invisible to agents.
|
TaskTemplateConstraints.Builder |
invisibleFields(Consumer<InvisibleFieldInfo.Builder>... invisibleFields)
Lists the fields that are invisible to agents.
|
TaskTemplateConstraints.Builder |
invisibleFields(InvisibleFieldInfo... invisibleFields)
Lists the fields that are invisible to agents.
|
TaskTemplateConstraints.Builder |
readOnlyFields(Collection<ReadOnlyFieldInfo> readOnlyFields)
Lists the fields that are read-only to agents, and cannot be edited.
|
TaskTemplateConstraints.Builder |
readOnlyFields(Consumer<ReadOnlyFieldInfo.Builder>... readOnlyFields)
Lists the fields that are read-only to agents, and cannot be edited.
|
TaskTemplateConstraints.Builder |
readOnlyFields(ReadOnlyFieldInfo... readOnlyFields)
Lists the fields that are read-only to agents, and cannot be edited.
|
TaskTemplateConstraints.Builder |
requiredFields(Collection<RequiredFieldInfo> requiredFields)
Lists the fields that are required to be filled by agents.
|
TaskTemplateConstraints.Builder |
requiredFields(Consumer<RequiredFieldInfo.Builder>... requiredFields)
Lists the fields that are required to be filled by agents.
|
TaskTemplateConstraints.Builder |
requiredFields(RequiredFieldInfo... requiredFields)
Lists the fields that are required to be filled by agents.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTaskTemplateConstraints.Builder requiredFields(Collection<RequiredFieldInfo> requiredFields)
Lists the fields that are required to be filled by agents.
requiredFields - Lists the fields that are required to be filled by agents.TaskTemplateConstraints.Builder requiredFields(RequiredFieldInfo... requiredFields)
Lists the fields that are required to be filled by agents.
requiredFields - Lists the fields that are required to be filled by agents.TaskTemplateConstraints.Builder requiredFields(Consumer<RequiredFieldInfo.Builder>... requiredFields)
Lists the fields that are required to be filled by agents.
This is a convenience method that creates an instance of theRequiredFieldInfo.Builder avoiding the need to create
one manually via RequiredFieldInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #requiredFields(List.
requiredFields - a consumer that will call methods on
RequiredFieldInfo.Builder#requiredFields(java.util.Collection) TaskTemplateConstraints.Builder readOnlyFields(Collection<ReadOnlyFieldInfo> readOnlyFields)
Lists the fields that are read-only to agents, and cannot be edited.
readOnlyFields - Lists the fields that are read-only to agents, and cannot be edited.TaskTemplateConstraints.Builder readOnlyFields(ReadOnlyFieldInfo... readOnlyFields)
Lists the fields that are read-only to agents, and cannot be edited.
readOnlyFields - Lists the fields that are read-only to agents, and cannot be edited.TaskTemplateConstraints.Builder readOnlyFields(Consumer<ReadOnlyFieldInfo.Builder>... readOnlyFields)
Lists the fields that are read-only to agents, and cannot be edited.
This is a convenience method that creates an instance of theReadOnlyFieldInfo.Builder avoiding the need to create
one manually via ReadOnlyFieldInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #readOnlyFields(List.
readOnlyFields - a consumer that will call methods on
ReadOnlyFieldInfo.Builder#readOnlyFields(java.util.Collection) TaskTemplateConstraints.Builder invisibleFields(Collection<InvisibleFieldInfo> invisibleFields)
Lists the fields that are invisible to agents.
invisibleFields - Lists the fields that are invisible to agents.TaskTemplateConstraints.Builder invisibleFields(InvisibleFieldInfo... invisibleFields)
Lists the fields that are invisible to agents.
invisibleFields - Lists the fields that are invisible to agents.TaskTemplateConstraints.Builder invisibleFields(Consumer<InvisibleFieldInfo.Builder>... invisibleFields)
Lists the fields that are invisible to agents.
This is a convenience method that creates an instance of theInvisibleFieldInfo.Builder avoiding the need to create
one manually via InvisibleFieldInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #invisibleFields(List.
invisibleFields - a consumer that will call methods on
InvisibleFieldInfo.Builder#invisibleFields(java.util.Collection) Copyright © 2023. All rights reserved.