public static interface FilterCondition.Builder extends SdkPojo, CopyableBuilder<FilterCondition.Builder,FilterCondition>
| Modifier and Type | Method and Description |
|---|---|
FilterCondition.Builder |
equalsValue(String equalsValue)
Represents an equal condition to be applied to a single field when querying for scan entries.
|
FilterCondition.Builder |
greaterThan(Long greaterThan)
Represents a greater than condition to be applied to a single field when querying for scan entries.
|
FilterCondition.Builder |
lessThan(Long lessThan)
Represents a less than condition to be applied to a single field when querying for scan entries.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilterCondition.Builder equalsValue(String equalsValue)
Represents an equal condition to be applied to a single field when querying for scan entries.
equalsValue - Represents an equal condition to be applied to a single field when querying for scan
entries.FilterCondition.Builder greaterThan(Long greaterThan)
Represents a greater than condition to be applied to a single field when querying for scan entries.
greaterThan - Represents a greater than condition to be applied to a single field when querying for scan
entries.FilterCondition.Builder lessThan(Long lessThan)
Represents a less than condition to be applied to a single field when querying for scan entries.
lessThan - Represents a less than condition to be applied to a single field when querying for scan
entries.Copyright © 2022. All rights reserved.