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 theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #requiredFields(List) .requiredFields - a consumer that will call methods on List.Builder #requiredFields(List) 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 theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #readOnlyFields(List) .readOnlyFields - a consumer that will call methods on List.Builder #readOnlyFields(List) 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 theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #invisibleFields(List) .invisibleFields - a consumer that will call methods on List.Builder #invisibleFields(List) Copyright © 2022. All rights reserved.