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