HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.Builder.andConditions(Collection<HoursOfOperationSearchCriteria> andConditions) |
A list of conditions which would be applied together with an AND condition.
|
HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.Builder.andConditions(Consumer<HoursOfOperationSearchCriteria.Builder>... andConditions) |
A list of conditions which would be applied together with an AND condition.
|
HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.Builder.andConditions(HoursOfOperationSearchCriteria... andConditions) |
A list of conditions which would be applied together with an AND condition.
|
static HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.builder() |
|
HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.Builder.orConditions(Collection<HoursOfOperationSearchCriteria> orConditions) |
A list of conditions which would be applied together with an OR condition.
|
HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.Builder.orConditions(Consumer<HoursOfOperationSearchCriteria.Builder>... orConditions) |
A list of conditions which would be applied together with an OR condition.
|
HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.Builder.orConditions(HoursOfOperationSearchCriteria... orConditions) |
A list of conditions which would be applied together with an OR condition.
|
default HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.Builder.stringCondition(Consumer<StringCondition.Builder> stringCondition) |
A leaf node condition which can be used to specify a string condition.
|
HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.Builder.stringCondition(StringCondition stringCondition) |
A leaf node condition which can be used to specify a string condition.
|
HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.toBuilder() |
|