public static interface PropertyPredicate.Builder extends SdkPojo, CopyableBuilder<PropertyPredicate.Builder,PropertyPredicate>
| Modifier and Type | Method and Description |
|---|---|
PropertyPredicate.Builder |
comparator(Comparator comparator)
The comparator used to compare this property to others.
|
PropertyPredicate.Builder |
comparator(String comparator)
The comparator used to compare this property to others.
|
PropertyPredicate.Builder |
key(String key)
The key of the property.
|
PropertyPredicate.Builder |
value(String value)
The value of the property.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPropertyPredicate.Builder key(String key)
The key of the property.
key - The key of the property.PropertyPredicate.Builder value(String value)
The value of the property.
value - The value of the property.PropertyPredicate.Builder comparator(String comparator)
The comparator used to compare this property to others.
comparator - The comparator used to compare this property to others.Comparator,
ComparatorPropertyPredicate.Builder comparator(Comparator comparator)
The comparator used to compare this property to others.
comparator - The comparator used to compare this property to others.Comparator,
ComparatorCopyright © 2023. All rights reserved.