ContactFlowSearchCriteria.Builder |
ContactFlowSearchCriteria.Builder.andConditions(Collection<ContactFlowSearchCriteria> andConditions) |
A list of conditions which would be applied together with an AND condition.
|
ContactFlowSearchCriteria.Builder |
ContactFlowSearchCriteria.Builder.andConditions(Consumer<ContactFlowSearchCriteria.Builder>... andConditions) |
A list of conditions which would be applied together with an AND condition.
|
ContactFlowSearchCriteria.Builder |
ContactFlowSearchCriteria.Builder.andConditions(ContactFlowSearchCriteria... andConditions) |
A list of conditions which would be applied together with an AND condition.
|
static ContactFlowSearchCriteria.Builder |
ContactFlowSearchCriteria.builder() |
|
ContactFlowSearchCriteria.Builder |
ContactFlowSearchCriteria.Builder.orConditions(Collection<ContactFlowSearchCriteria> orConditions) |
A list of conditions which would be applied together with an OR condition.
|
ContactFlowSearchCriteria.Builder |
ContactFlowSearchCriteria.Builder.orConditions(Consumer<ContactFlowSearchCriteria.Builder>... orConditions) |
A list of conditions which would be applied together with an OR condition.
|
ContactFlowSearchCriteria.Builder |
ContactFlowSearchCriteria.Builder.orConditions(ContactFlowSearchCriteria... orConditions) |
A list of conditions which would be applied together with an OR condition.
|
ContactFlowSearchCriteria.Builder |
ContactFlowSearchCriteria.Builder.stateCondition(String stateCondition) |
The state of the flow.
|
ContactFlowSearchCriteria.Builder |
ContactFlowSearchCriteria.Builder.stateCondition(ContactFlowState stateCondition) |
The state of the flow.
|
ContactFlowSearchCriteria.Builder |
ContactFlowSearchCriteria.Builder.statusCondition(String statusCondition) |
The status of the flow.
|
ContactFlowSearchCriteria.Builder |
ContactFlowSearchCriteria.Builder.statusCondition(ContactFlowStatus statusCondition) |
The status of the flow.
|
default ContactFlowSearchCriteria.Builder |
ContactFlowSearchCriteria.Builder.stringCondition(Consumer<StringCondition.Builder> stringCondition) |
Sets the value of the StringCondition property for this object.
|
ContactFlowSearchCriteria.Builder |
ContactFlowSearchCriteria.Builder.stringCondition(StringCondition stringCondition) |
Sets the value of the StringCondition property for this object.
|
ContactFlowSearchCriteria.Builder |
ContactFlowSearchCriteria.toBuilder() |
|
ContactFlowSearchCriteria.Builder |
ContactFlowSearchCriteria.Builder.typeCondition(String typeCondition) |
The type of flow.
|
ContactFlowSearchCriteria.Builder |
ContactFlowSearchCriteria.Builder.typeCondition(ContactFlowType typeCondition) |
The type of flow.
|