| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
FieldFilter.contains()
Object containing field identifier and value information.
|
FieldValue |
FieldFilter.equalTo()
Object containing field identifier and value information.
|
FieldValue |
FieldFilter.greaterThan()
Object containing field identifier and value information.
|
FieldValue |
FieldFilter.greaterThanOrEqualTo()
Object containing field identifier and value information.
|
FieldValue |
FieldFilter.lessThan()
Object containing field identifier and value information.
|
FieldValue |
FieldFilter.lessThanOrEqualTo()
Object containing field identifier and value information.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldValue> |
GetCaseResponse.fields()
A list of detailed field information.
|
List<FieldValue> |
UpdateCaseRequest.fields()
An array of objects with
fieldId (matching ListFields/DescribeField) and value union data,
structured identical to CreateCase. |
List<FieldValue> |
CreateCaseRequest.fields()
An array of objects with field ID (matching ListFields/DescribeField) and value union data.
|
List<FieldValue> |
SearchCasesResponseItem.fields()
List of case field values.
|
| Modifier and Type | Method and Description |
|---|---|
FieldFilter.Builder |
FieldFilter.Builder.contains(FieldValue contains)
Object containing field identifier and value information.
|
FieldFilter.Builder |
FieldFilter.Builder.equalTo(FieldValue equalTo)
Object containing field identifier and value information.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.fields(FieldValue... fields)
A list of detailed field information.
|
UpdateCaseRequest.Builder |
UpdateCaseRequest.Builder.fields(FieldValue... fields)
An array of objects with
fieldId (matching ListFields/DescribeField) and value union data,
structured identical to CreateCase. |
CreateCaseRequest.Builder |
CreateCaseRequest.Builder.fields(FieldValue... fields)
An array of objects with field ID (matching ListFields/DescribeField) and value union data.
|
SearchCasesResponseItem.Builder |
SearchCasesResponseItem.Builder.fields(FieldValue... fields)
List of case field values.
|
static FieldFilter |
FieldFilter.fromContains(FieldValue contains)
Create an instance of this class with
FieldFilter.contains() initialized to the given value. |
static FieldFilter |
FieldFilter.fromEqualTo(FieldValue equalTo)
Create an instance of this class with
FieldFilter.equalTo() initialized to the given value. |
static FieldFilter |
FieldFilter.fromGreaterThan(FieldValue greaterThan)
Create an instance of this class with
FieldFilter.greaterThan() initialized to the given value. |
static FieldFilter |
FieldFilter.fromGreaterThanOrEqualTo(FieldValue greaterThanOrEqualTo)
Create an instance of this class with
FieldFilter.greaterThanOrEqualTo() initialized to the given value. |
static FieldFilter |
FieldFilter.fromLessThan(FieldValue lessThan)
Create an instance of this class with
FieldFilter.lessThan() initialized to the given value. |
static FieldFilter |
FieldFilter.fromLessThanOrEqualTo(FieldValue lessThanOrEqualTo)
Create an instance of this class with
FieldFilter.lessThanOrEqualTo() initialized to the given value. |
FieldFilter.Builder |
FieldFilter.Builder.greaterThan(FieldValue greaterThan)
Object containing field identifier and value information.
|
FieldFilter.Builder |
FieldFilter.Builder.greaterThanOrEqualTo(FieldValue greaterThanOrEqualTo)
Object containing field identifier and value information.
|
FieldFilter.Builder |
FieldFilter.Builder.lessThan(FieldValue lessThan)
Object containing field identifier and value information.
|
FieldFilter.Builder |
FieldFilter.Builder.lessThanOrEqualTo(FieldValue lessThanOrEqualTo)
Object containing field identifier and value information.
|
| Modifier and Type | Method and Description |
|---|---|
GetCaseResponse.Builder |
GetCaseResponse.Builder.fields(Collection<FieldValue> fields)
A list of detailed field information.
|
UpdateCaseRequest.Builder |
UpdateCaseRequest.Builder.fields(Collection<FieldValue> fields)
An array of objects with
fieldId (matching ListFields/DescribeField) and value union data,
structured identical to CreateCase. |
CreateCaseRequest.Builder |
CreateCaseRequest.Builder.fields(Collection<FieldValue> fields)
An array of objects with field ID (matching ListFields/DescribeField) and value union data.
|
SearchCasesResponseItem.Builder |
SearchCasesResponseItem.Builder.fields(Collection<FieldValue> fields)
List of case field values.
|
Copyright © 2023. All rights reserved.