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) |
|
static FieldFilter |
FieldFilter.fromGreaterThanOrEqualTo(FieldValue greaterThanOrEqualTo) |
|
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) |
|
static FieldFilter |
FieldFilter.fromLessThanOrEqualTo(FieldValue lessThanOrEqualTo) |
|