| Package | Description |
|---|---|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
FieldIdentifier |
FieldIdentifier.clone() |
FieldIdentifier |
FieldIdentifier.withId(String id)
Unique identifier of a field.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldIdentifier> |
SearchCasesRequest.getFields()
The list of field identifiers to be returned as part of the response.
|
List<FieldIdentifier> |
GetCaseRequest.getFields()
A list of unique field identifiers.
|
List<FieldIdentifier> |
BatchGetFieldRequest.getFields()
A list of unique field identifiers.
|
List<FieldIdentifier> |
CaseEventIncludedData.getFields()
List of field identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
SearchCasesRequest |
SearchCasesRequest.withFields(FieldIdentifier... fields)
The list of field identifiers to be returned as part of the response.
|
GetCaseRequest |
GetCaseRequest.withFields(FieldIdentifier... fields)
A list of unique field identifiers.
|
BatchGetFieldRequest |
BatchGetFieldRequest.withFields(FieldIdentifier... fields)
A list of unique field identifiers.
|
CaseEventIncludedData |
CaseEventIncludedData.withFields(FieldIdentifier... fields)
List of field identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchCasesRequest.setFields(Collection<FieldIdentifier> fields)
The list of field identifiers to be returned as part of the response.
|
void |
GetCaseRequest.setFields(Collection<FieldIdentifier> fields)
A list of unique field identifiers.
|
void |
BatchGetFieldRequest.setFields(Collection<FieldIdentifier> fields)
A list of unique field identifiers.
|
void |
CaseEventIncludedData.setFields(Collection<FieldIdentifier> fields)
List of field identifiers.
|
SearchCasesRequest |
SearchCasesRequest.withFields(Collection<FieldIdentifier> fields)
The list of field identifiers to be returned as part of the response.
|
GetCaseRequest |
GetCaseRequest.withFields(Collection<FieldIdentifier> fields)
A list of unique field identifiers.
|
BatchGetFieldRequest |
BatchGetFieldRequest.withFields(Collection<FieldIdentifier> fields)
A list of unique field identifiers.
|
CaseEventIncludedData |
CaseEventIncludedData.withFields(Collection<FieldIdentifier> fields)
List of field identifiers.
|
Copyright © 2024. All rights reserved.