PredefinedAttributeSearchCriteria.Builder |
PredefinedAttributeSearchCriteria.Builder.andConditions(Collection<PredefinedAttributeSearchCriteria> andConditions) |
A list of conditions which would be applied together with an AND condition.
|
PredefinedAttributeSearchCriteria.Builder |
PredefinedAttributeSearchCriteria.Builder.andConditions(Consumer<PredefinedAttributeSearchCriteria.Builder>... andConditions) |
A list of conditions which would be applied together with an AND condition.
|
PredefinedAttributeSearchCriteria.Builder |
PredefinedAttributeSearchCriteria.Builder.andConditions(PredefinedAttributeSearchCriteria... andConditions) |
A list of conditions which would be applied together with an AND condition.
|
static PredefinedAttributeSearchCriteria.Builder |
PredefinedAttributeSearchCriteria.builder() |
|
PredefinedAttributeSearchCriteria.Builder |
PredefinedAttributeSearchCriteria.Builder.orConditions(Collection<PredefinedAttributeSearchCriteria> orConditions) |
A list of conditions which would be applied together with an OR condition.
|
PredefinedAttributeSearchCriteria.Builder |
PredefinedAttributeSearchCriteria.Builder.orConditions(Consumer<PredefinedAttributeSearchCriteria.Builder>... orConditions) |
A list of conditions which would be applied together with an OR condition.
|
PredefinedAttributeSearchCriteria.Builder |
PredefinedAttributeSearchCriteria.Builder.orConditions(PredefinedAttributeSearchCriteria... orConditions) |
A list of conditions which would be applied together with an OR condition.
|
default PredefinedAttributeSearchCriteria.Builder |
PredefinedAttributeSearchCriteria.Builder.stringCondition(Consumer<StringCondition.Builder> stringCondition) |
Sets the value of the StringCondition property for this object.
|
PredefinedAttributeSearchCriteria.Builder |
PredefinedAttributeSearchCriteria.Builder.stringCondition(StringCondition stringCondition) |
Sets the value of the StringCondition property for this object.
|
PredefinedAttributeSearchCriteria.Builder |
PredefinedAttributeSearchCriteria.toBuilder() |
|