| Package | Description |
|---|---|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
Sort |
Sort.clone() |
Sort |
Sort.withFieldId(String fieldId)
Unique identifier of a field.
|
Sort |
Sort.withSortOrder(Order sortOrder)
A structured set of sort terms
|
Sort |
Sort.withSortOrder(String sortOrder)
A structured set of sort terms
|
| Modifier and Type | Method and Description |
|---|---|
List<Sort> |
SearchCasesRequest.getSorts()
A list of sorts where each sort specifies a field and their sort order to be applied to the results.
|
| Modifier and Type | Method and Description |
|---|---|
SearchCasesRequest |
SearchCasesRequest.withSorts(Sort... sorts)
A list of sorts where each sort specifies a field and their sort order to be applied to the results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchCasesRequest.setSorts(Collection<Sort> sorts)
A list of sorts where each sort specifies a field and their sort order to be applied to the results.
|
SearchCasesRequest |
SearchCasesRequest.withSorts(Collection<Sort> sorts)
A list of sorts where each sort specifies a field and their sort order to be applied to the results.
|
Copyright © 2024. All rights reserved.