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