| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
InvisibleFieldInfo |
InvisibleFieldInfo.clone() |
InvisibleFieldInfo |
InvisibleFieldInfo.withId(TaskTemplateFieldIdentifier id)
Identifier of the invisible field.
|
| Modifier and Type | Method and Description |
|---|---|
List<InvisibleFieldInfo> |
TaskTemplateConstraints.getInvisibleFields()
Lists the fields that are invisible to agents.
|
| Modifier and Type | Method and Description |
|---|---|
TaskTemplateConstraints |
TaskTemplateConstraints.withInvisibleFields(InvisibleFieldInfo... invisibleFields)
Lists the fields that are invisible to agents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskTemplateConstraints.setInvisibleFields(Collection<InvisibleFieldInfo> invisibleFields)
Lists the fields that are invisible to agents.
|
TaskTemplateConstraints |
TaskTemplateConstraints.withInvisibleFields(Collection<InvisibleFieldInfo> invisibleFields)
Lists the fields that are invisible to agents.
|
Copyright © 2024. All rights reserved.