public static interface QueueSearchCriteria.Builder extends SdkPojo, CopyableBuilder<QueueSearchCriteria.Builder,QueueSearchCriteria>
| Modifier and Type | Method and Description |
|---|---|
QueueSearchCriteria.Builder |
andConditions(Collection<QueueSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
QueueSearchCriteria.Builder |
andConditions(Consumer<QueueSearchCriteria.Builder>... andConditions)
A list of conditions which would be applied together with an AND condition.
|
QueueSearchCriteria.Builder |
andConditions(QueueSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
QueueSearchCriteria.Builder |
orConditions(Collection<QueueSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
QueueSearchCriteria.Builder |
orConditions(Consumer<QueueSearchCriteria.Builder>... orConditions)
A list of conditions which would be applied together with an OR condition.
|
QueueSearchCriteria.Builder |
orConditions(QueueSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
QueueSearchCriteria.Builder |
queueTypeCondition(SearchableQueueType queueTypeCondition)
The type of queue.
|
QueueSearchCriteria.Builder |
queueTypeCondition(String queueTypeCondition)
The type of queue.
|
default QueueSearchCriteria.Builder |
stringCondition(Consumer<StringCondition.Builder> stringCondition)
A leaf node condition which can be used to specify a string condition.
|
QueueSearchCriteria.Builder |
stringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQueueSearchCriteria.Builder orConditions(Collection<QueueSearchCriteria> 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.QueueSearchCriteria.Builder orConditions(QueueSearchCriteria... 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.QueueSearchCriteria.Builder orConditions(Consumer<QueueSearchCriteria.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 theQueueSearchCriteria.Builder avoiding the need to create
one manually via QueueSearchCriteria.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
QueueSearchCriteria.Builder#orConditions(java.util.Collection) QueueSearchCriteria.Builder andConditions(Collection<QueueSearchCriteria> 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.QueueSearchCriteria.Builder andConditions(QueueSearchCriteria... 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.QueueSearchCriteria.Builder andConditions(Consumer<QueueSearchCriteria.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 theQueueSearchCriteria.Builder avoiding the need to create
one manually via QueueSearchCriteria.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
QueueSearchCriteria.Builder#andConditions(java.util.Collection) QueueSearchCriteria.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,
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, and resourceID.
default QueueSearchCriteria.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,
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)QueueSearchCriteria.Builder queueTypeCondition(String queueTypeCondition)
The type of queue.
queueTypeCondition - The type of queue.SearchableQueueType,
SearchableQueueTypeQueueSearchCriteria.Builder queueTypeCondition(SearchableQueueType queueTypeCondition)
The type of queue.
queueTypeCondition - The type of queue.SearchableQueueType,
SearchableQueueTypeCopyright © 2023. All rights reserved.