| Package | Description |
|---|---|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
RequiredField |
RequiredField.clone() |
RequiredField |
RequiredField.withFieldId(String fieldId)
Unique identifier of a field.
|
| Modifier and Type | Method and Description |
|---|---|
List<RequiredField> |
UpdateTemplateRequest.getRequiredFields()
A list of fields that must contain a value for a case to be successfully created with this template.
|
List<RequiredField> |
CreateTemplateRequest.getRequiredFields()
A list of fields that must contain a value for a case to be successfully created with this template.
|
List<RequiredField> |
GetTemplateResult.getRequiredFields()
A list of fields that must contain a value for a case to be successfully created with this template.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTemplateRequest |
UpdateTemplateRequest.withRequiredFields(RequiredField... requiredFields)
A list of fields that must contain a value for a case to be successfully created with this template.
|
CreateTemplateRequest |
CreateTemplateRequest.withRequiredFields(RequiredField... requiredFields)
A list of fields that must contain a value for a case to be successfully created with this template.
|
GetTemplateResult |
GetTemplateResult.withRequiredFields(RequiredField... requiredFields)
A list of fields that must contain a value for a case to be successfully created with this template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTemplateRequest.setRequiredFields(Collection<RequiredField> requiredFields)
A list of fields that must contain a value for a case to be successfully created with this template.
|
void |
CreateTemplateRequest.setRequiredFields(Collection<RequiredField> requiredFields)
A list of fields that must contain a value for a case to be successfully created with this template.
|
void |
GetTemplateResult.setRequiredFields(Collection<RequiredField> requiredFields)
A list of fields that must contain a value for a case to be successfully created with this template.
|
UpdateTemplateRequest |
UpdateTemplateRequest.withRequiredFields(Collection<RequiredField> requiredFields)
A list of fields that must contain a value for a case to be successfully created with this template.
|
CreateTemplateRequest |
CreateTemplateRequest.withRequiredFields(Collection<RequiredField> requiredFields)
A list of fields that must contain a value for a case to be successfully created with this template.
|
GetTemplateResult |
GetTemplateResult.withRequiredFields(Collection<RequiredField> requiredFields)
A list of fields that must contain a value for a case to be successfully created with this template.
|
Copyright © 2023. All rights reserved.