ContactFlowModuleSearchCriteria.Builder |
ContactFlowModuleSearchCriteria.Builder.andConditions(Collection<ContactFlowModuleSearchCriteria> andConditions) |
A list of conditions which would be applied together with an AND condition.
|
ContactFlowModuleSearchCriteria.Builder |
ContactFlowModuleSearchCriteria.Builder.andConditions(Consumer<ContactFlowModuleSearchCriteria.Builder>... andConditions) |
A list of conditions which would be applied together with an AND condition.
|
ContactFlowModuleSearchCriteria.Builder |
ContactFlowModuleSearchCriteria.Builder.andConditions(ContactFlowModuleSearchCriteria... andConditions) |
A list of conditions which would be applied together with an AND condition.
|
static ContactFlowModuleSearchCriteria.Builder |
ContactFlowModuleSearchCriteria.builder() |
|
ContactFlowModuleSearchCriteria.Builder |
ContactFlowModuleSearchCriteria.Builder.orConditions(Collection<ContactFlowModuleSearchCriteria> orConditions) |
A list of conditions which would be applied together with an OR condition.
|
ContactFlowModuleSearchCriteria.Builder |
ContactFlowModuleSearchCriteria.Builder.orConditions(Consumer<ContactFlowModuleSearchCriteria.Builder>... orConditions) |
A list of conditions which would be applied together with an OR condition.
|
ContactFlowModuleSearchCriteria.Builder |
ContactFlowModuleSearchCriteria.Builder.orConditions(ContactFlowModuleSearchCriteria... orConditions) |
A list of conditions which would be applied together with an OR condition.
|
default ContactFlowModuleSearchCriteria.Builder |
ContactFlowModuleSearchCriteria.Builder.stringCondition(Consumer<StringCondition.Builder> stringCondition) |
Sets the value of the StringCondition property for this object.
|
ContactFlowModuleSearchCriteria.Builder |
ContactFlowModuleSearchCriteria.Builder.stringCondition(StringCondition stringCondition) |
Sets the value of the StringCondition property for this object.
|
ContactFlowModuleSearchCriteria.Builder |
ContactFlowModuleSearchCriteria.toBuilder() |
|