public static interface HoursOfOperationSearchCriteria.Builder extends SdkPojo, CopyableBuilder<HoursOfOperationSearchCriteria.Builder,HoursOfOperationSearchCriteria>
| Modifier and Type | Method and Description |
|---|---|
HoursOfOperationSearchCriteria.Builder |
andConditions(Collection<HoursOfOperationSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
HoursOfOperationSearchCriteria.Builder |
andConditions(Consumer<HoursOfOperationSearchCriteria.Builder>... andConditions)
A list of conditions which would be applied together with an AND condition.
|
HoursOfOperationSearchCriteria.Builder |
andConditions(HoursOfOperationSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
HoursOfOperationSearchCriteria.Builder |
orConditions(Collection<HoursOfOperationSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
HoursOfOperationSearchCriteria.Builder |
orConditions(Consumer<HoursOfOperationSearchCriteria.Builder>... orConditions)
A list of conditions which would be applied together with an OR condition.
|
HoursOfOperationSearchCriteria.Builder |
orConditions(HoursOfOperationSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
default HoursOfOperationSearchCriteria.Builder |
stringCondition(Consumer<StringCondition.Builder> stringCondition)
A leaf node condition which can be used to specify a string condition.
|
HoursOfOperationSearchCriteria.Builder |
stringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHoursOfOperationSearchCriteria.Builder orConditions(Collection<HoursOfOperationSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
orConditions - A list of conditions which would be applied together with an OR condition.HoursOfOperationSearchCriteria.Builder orConditions(HoursOfOperationSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
orConditions - A list of conditions which would be applied together with an OR condition.HoursOfOperationSearchCriteria.Builder orConditions(Consumer<HoursOfOperationSearchCriteria.Builder>... orConditions)
A list of conditions which would be applied together with an OR condition.
This is a convenience method that creates an instance of theHoursOfOperationSearchCriteria.Builder avoiding the
need to create one manually via
HoursOfOperationSearchCriteria.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #orConditions(List.
orConditions - a consumer that will call methods on
HoursOfOperationSearchCriteria.Builder#orConditions(java.util.Collection) HoursOfOperationSearchCriteria.Builder andConditions(Collection<HoursOfOperationSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
andConditions - A list of conditions which would be applied together with an AND condition.HoursOfOperationSearchCriteria.Builder andConditions(HoursOfOperationSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
andConditions - A list of conditions which would be applied together with an AND condition.HoursOfOperationSearchCriteria.Builder andConditions(Consumer<HoursOfOperationSearchCriteria.Builder>... andConditions)
A list of conditions which would be applied together with an AND condition.
This is a convenience method that creates an instance of theHoursOfOperationSearchCriteria.Builder avoiding the
need to create one manually via
HoursOfOperationSearchCriteria.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #andConditions(List.
andConditions - a consumer that will call methods on
HoursOfOperationSearchCriteria.Builder#andConditions(java.util.Collection) HoursOfOperationSearchCriteria.Builder stringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are name, description,
timezone, and resourceID.
stringCondition - A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are name,
description, timezone, and resourceID.
default HoursOfOperationSearchCriteria.Builder stringCondition(Consumer<StringCondition.Builder> stringCondition)
A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are name, description,
timezone, and resourceID.
StringCondition.Builder avoiding
the need to create one manually via StringCondition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to stringCondition(StringCondition).
stringCondition - a consumer that will call methods on StringCondition.BuilderstringCondition(StringCondition)Copyright © 2023. All rights reserved.