| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
CaseFilter |
SearchCasesRequest.filter()
A list of filter objects.
|
static CaseFilter |
CaseFilter.fromAndAll(List<CaseFilter> andAll)
Create an instance of this class with
andAll() initialized to the given value. |
static CaseFilter |
CaseFilter.fromField(Consumer<FieldFilter.Builder> field)
Create an instance of this class with
field() initialized to the given value. |
static CaseFilter |
CaseFilter.fromField(FieldFilter field)
Create an instance of this class with
field() initialized to the given value. |
static CaseFilter |
CaseFilter.fromNot(CaseFilter not)
Create an instance of this class with
not() initialized to the given value. |
static CaseFilter |
CaseFilter.fromNot(Consumer<CaseFilter.Builder> not)
Create an instance of this class with
not() initialized to the given value. |
static CaseFilter |
CaseFilter.fromOrAll(List<CaseFilter> orAll)
Create an instance of this class with
orAll() initialized to the given value. |
CaseFilter |
CaseFilter.not()
Returns the value of the Not property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<CaseFilter> |
CaseFilter.andAll()
Provides "and all" filtering.
|
List<CaseFilter> |
CaseFilter.orAll()
Provides "or all" filtering.
|
| Modifier and Type | Method and Description |
|---|---|
CaseFilter.Builder |
CaseFilter.Builder.andAll(CaseFilter... andAll)
Provides "and all" filtering.
|
SearchCasesRequest.Builder |
SearchCasesRequest.Builder.filter(CaseFilter filter)
A list of filter objects.
|
static CaseFilter |
CaseFilter.fromNot(CaseFilter not)
Create an instance of this class with
not() initialized to the given value. |
CaseFilter.Builder |
CaseFilter.Builder.not(CaseFilter not)
Sets the value of the Not property for this object.
|
CaseFilter.Builder |
CaseFilter.Builder.orAll(CaseFilter... orAll)
Provides "or all" filtering.
|
| Modifier and Type | Method and Description |
|---|---|
CaseFilter.Builder |
CaseFilter.Builder.andAll(Collection<CaseFilter> andAll)
Provides "and all" filtering.
|
static CaseFilter |
CaseFilter.fromAndAll(List<CaseFilter> andAll)
Create an instance of this class with
andAll() initialized to the given value. |
static CaseFilter |
CaseFilter.fromOrAll(List<CaseFilter> orAll)
Create an instance of this class with
orAll() initialized to the given value. |
CaseFilter.Builder |
CaseFilter.Builder.orAll(Collection<CaseFilter> orAll)
Provides "or all" filtering.
|
Copyright © 2023. All rights reserved.