ProfileConditionsBuilder
Functions
Link copied to clipboard
fun add(property: ProfileConditionValue, operator: ProfileConditionType, value: String?, required: Boolean): ProfileCondition
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun equals(property: ProfileConditionValue, value: Boolean, required: Boolean = false): ProfileCondition
fun equals(property: ProfileConditionValue, value: Number, required: Boolean = false): ProfileCondition
fun equals(property: ProfileConditionValue, value: String?, required: Boolean = false): ProfileCondition
Link copied to clipboard
fun greaterThanOrEquals(property: ProfileConditionValue, value: Number, required: Boolean = false): ProfileCondition
Link copied to clipboard
fun inCollection(property: ProfileConditionValue, value: Collection<Boolean>, required: Boolean = false): ProfileCondition
fun inCollection(property: ProfileConditionValue, value: Collection<Number>, required: Boolean = false): ProfileCondition
fun inCollection(property: ProfileConditionValue, value: Collection<String>, required: Boolean = false): ProfileCondition
Link copied to clipboard
fun lowerThanOrEquals(property: ProfileConditionValue, value: Number, required: Boolean = false): ProfileCondition
Link copied to clipboard
fun notEquals(property: ProfileConditionValue, value: Boolean, required: Boolean = false): ProfileCondition
fun notEquals(property: ProfileConditionValue, value: Number, required: Boolean = false): ProfileCondition
fun notEquals(property: ProfileConditionValue, value: String, required: Boolean = false): ProfileCondition