HoursOfOperationOverrideSearchCriteria.Builder |
HoursOfOperationOverrideSearchCriteria.Builder.andConditions(Collection<HoursOfOperationOverrideSearchCriteria> andConditions) |
A list of conditions which would be applied together with an AND condition.
|
HoursOfOperationOverrideSearchCriteria.Builder |
HoursOfOperationOverrideSearchCriteria.Builder.andConditions(Consumer<HoursOfOperationOverrideSearchCriteria.Builder>... andConditions) |
A list of conditions which would be applied together with an AND condition.
|
HoursOfOperationOverrideSearchCriteria.Builder |
HoursOfOperationOverrideSearchCriteria.Builder.andConditions(HoursOfOperationOverrideSearchCriteria... andConditions) |
A list of conditions which would be applied together with an AND condition.
|
static HoursOfOperationOverrideSearchCriteria.Builder |
HoursOfOperationOverrideSearchCriteria.builder() |
|
default HoursOfOperationOverrideSearchCriteria.Builder |
HoursOfOperationOverrideSearchCriteria.Builder.dateCondition(Consumer<DateCondition.Builder> dateCondition) |
A leaf node condition which can be used to specify a date condition.
|
HoursOfOperationOverrideSearchCriteria.Builder |
HoursOfOperationOverrideSearchCriteria.Builder.dateCondition(DateCondition dateCondition) |
A leaf node condition which can be used to specify a date condition.
|
HoursOfOperationOverrideSearchCriteria.Builder |
HoursOfOperationOverrideSearchCriteria.Builder.orConditions(Collection<HoursOfOperationOverrideSearchCriteria> orConditions) |
A list of conditions which would be applied together with an OR condition.
|
HoursOfOperationOverrideSearchCriteria.Builder |
HoursOfOperationOverrideSearchCriteria.Builder.orConditions(Consumer<HoursOfOperationOverrideSearchCriteria.Builder>... orConditions) |
A list of conditions which would be applied together with an OR condition.
|
HoursOfOperationOverrideSearchCriteria.Builder |
HoursOfOperationOverrideSearchCriteria.Builder.orConditions(HoursOfOperationOverrideSearchCriteria... orConditions) |
A list of conditions which would be applied together with an OR condition.
|
default HoursOfOperationOverrideSearchCriteria.Builder |
HoursOfOperationOverrideSearchCriteria.Builder.stringCondition(Consumer<StringCondition.Builder> stringCondition) |
Sets the value of the StringCondition property for this object.
|
HoursOfOperationOverrideSearchCriteria.Builder |
HoursOfOperationOverrideSearchCriteria.Builder.stringCondition(StringCondition stringCondition) |
Sets the value of the StringCondition property for this object.
|
HoursOfOperationOverrideSearchCriteria.Builder |
HoursOfOperationOverrideSearchCriteria.toBuilder() |
|