static TaskTemplateConstraints.Builder |
TaskTemplateConstraints.builder() |
|
TaskTemplateConstraints.Builder |
TaskTemplateConstraints.Builder.invisibleFields(Collection<InvisibleFieldInfo> invisibleFields) |
Lists the fields that are invisible to agents.
|
TaskTemplateConstraints.Builder |
TaskTemplateConstraints.Builder.invisibleFields(Consumer<InvisibleFieldInfo.Builder>... invisibleFields) |
Lists the fields that are invisible to agents.
|
TaskTemplateConstraints.Builder |
TaskTemplateConstraints.Builder.invisibleFields(InvisibleFieldInfo... invisibleFields) |
Lists the fields that are invisible to agents.
|
TaskTemplateConstraints.Builder |
TaskTemplateConstraints.Builder.readOnlyFields(Collection<ReadOnlyFieldInfo> readOnlyFields) |
Lists the fields that are read-only to agents, and cannot be edited.
|
TaskTemplateConstraints.Builder |
TaskTemplateConstraints.Builder.readOnlyFields(Consumer<ReadOnlyFieldInfo.Builder>... readOnlyFields) |
Lists the fields that are read-only to agents, and cannot be edited.
|
TaskTemplateConstraints.Builder |
TaskTemplateConstraints.Builder.readOnlyFields(ReadOnlyFieldInfo... readOnlyFields) |
Lists the fields that are read-only to agents, and cannot be edited.
|
TaskTemplateConstraints.Builder |
TaskTemplateConstraints.Builder.requiredFields(Collection<RequiredFieldInfo> requiredFields) |
Lists the fields that are required to be filled by agents.
|
TaskTemplateConstraints.Builder |
TaskTemplateConstraints.Builder.requiredFields(Consumer<RequiredFieldInfo.Builder>... requiredFields) |
Lists the fields that are required to be filled by agents.
|
TaskTemplateConstraints.Builder |
TaskTemplateConstraints.Builder.requiredFields(RequiredFieldInfo... requiredFields) |
Lists the fields that are required to be filled by agents.
|
TaskTemplateConstraints.Builder |
TaskTemplateConstraints.toBuilder() |
|