public static interface PropertyFilter.Builder extends SdkPojo, CopyableBuilder<PropertyFilter.Builder,PropertyFilter>
| Modifier and Type | Method and Description |
|---|---|
PropertyFilter.Builder |
operator(String operator)
The operator associated with this property filter.
|
PropertyFilter.Builder |
propertyName(String propertyName)
The property name associated with this property filter.
|
default PropertyFilter.Builder |
value(Consumer<DataValue.Builder> value)
The value associated with this property filter.
|
PropertyFilter.Builder |
value(DataValue value)
The value associated with this property filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPropertyFilter.Builder propertyName(String propertyName)
The property name associated with this property filter.
propertyName - The property name associated with this property filter.PropertyFilter.Builder operator(String operator)
The operator associated with this property filter.
operator - The operator associated with this property filter.PropertyFilter.Builder value(DataValue value)
The value associated with this property filter.
value - The value associated with this property filter.default PropertyFilter.Builder value(Consumer<DataValue.Builder> value)
The value associated with this property filter.
This is a convenience method that creates an instance of theDataValue.Builder avoiding the need to
create one manually via DataValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to value(DataValue).
value - a consumer that will call methods on DataValue.Buildervalue(DataValue)Copyright © 2023. All rights reserved.