| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
FieldFilter |
CaseFilter.field()
A list of fields to filter on.
|
static FieldFilter |
FieldFilter.fromContains(Consumer<FieldValue.Builder> contains)
Create an instance of this class with
contains() initialized to the given value. |
static FieldFilter |
FieldFilter.fromContains(FieldValue contains)
Create an instance of this class with
contains() initialized to the given value. |
static FieldFilter |
FieldFilter.fromEqualTo(Consumer<FieldValue.Builder> equalTo)
Create an instance of this class with
equalTo() initialized to the given value. |
static FieldFilter |
FieldFilter.fromEqualTo(FieldValue equalTo)
Create an instance of this class with
equalTo() initialized to the given value. |
static FieldFilter |
FieldFilter.fromGreaterThan(Consumer<FieldValue.Builder> greaterThan)
Create an instance of this class with
greaterThan() initialized to the given value. |
static FieldFilter |
FieldFilter.fromGreaterThan(FieldValue greaterThan)
Create an instance of this class with
greaterThan() initialized to the given value. |
static FieldFilter |
FieldFilter.fromGreaterThanOrEqualTo(Consumer<FieldValue.Builder> greaterThanOrEqualTo)
Create an instance of this class with
greaterThanOrEqualTo() initialized to the given value. |
static FieldFilter |
FieldFilter.fromGreaterThanOrEqualTo(FieldValue greaterThanOrEqualTo)
Create an instance of this class with
greaterThanOrEqualTo() initialized to the given value. |
static FieldFilter |
FieldFilter.fromLessThan(Consumer<FieldValue.Builder> lessThan)
Create an instance of this class with
lessThan() initialized to the given value. |
static FieldFilter |
FieldFilter.fromLessThan(FieldValue lessThan)
Create an instance of this class with
lessThan() initialized to the given value. |
static FieldFilter |
FieldFilter.fromLessThanOrEqualTo(Consumer<FieldValue.Builder> lessThanOrEqualTo)
Create an instance of this class with
lessThanOrEqualTo() initialized to the given value. |
static FieldFilter |
FieldFilter.fromLessThanOrEqualTo(FieldValue lessThanOrEqualTo)
Create an instance of this class with
lessThanOrEqualTo() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
CaseFilter.Builder |
CaseFilter.Builder.field(FieldFilter field)
A list of fields to filter on.
|
static CaseFilter |
CaseFilter.fromField(FieldFilter field)
Create an instance of this class with
CaseFilter.field() initialized to the given value. |
Copyright © 2023. All rights reserved.