| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyFieldInfo |
ReadOnlyFieldInfo.clone() |
ReadOnlyFieldInfo |
ReadOnlyFieldInfo.withId(TaskTemplateFieldIdentifier id)
Identifier of the read-only field.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReadOnlyFieldInfo> |
TaskTemplateConstraints.getReadOnlyFields()
Lists the fields that are read-only to agents, and cannot be edited.
|
| Modifier and Type | Method and Description |
|---|---|
TaskTemplateConstraints |
TaskTemplateConstraints.withReadOnlyFields(ReadOnlyFieldInfo... readOnlyFields)
Lists the fields that are read-only to agents, and cannot be edited.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskTemplateConstraints.setReadOnlyFields(Collection<ReadOnlyFieldInfo> readOnlyFields)
Lists the fields that are read-only to agents, and cannot be edited.
|
TaskTemplateConstraints |
TaskTemplateConstraints.withReadOnlyFields(Collection<ReadOnlyFieldInfo> readOnlyFields)
Lists the fields that are read-only to agents, and cannot be edited.
|
Copyright © 2022. All rights reserved.