static ComponentConditionProperty.Builder |
ComponentConditionProperty.builder() |
|
default ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.elseValue(Consumer<ComponentProperty.Builder> elseValue) |
The value to assign to the property if the condition is not met.
|
ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.elseValue(ComponentProperty elseValue) |
The value to assign to the property if the condition is not met.
|
ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.field(String field) |
The name of a field.
|
ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.operand(String operand) |
The value of the property to evaluate.
|
ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.operandType(String operandType) |
The type of the property to evaluate.
|
ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.operator(String operator) |
The operator to use to perform the evaluation, such as eq to represent equals.
|
ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.property(String property) |
The name of the conditional property.
|
default ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.then(Consumer<ComponentProperty.Builder> then) |
The value to assign to the property if the condition is met.
|
ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.then(ComponentProperty then) |
The value to assign to the property if the condition is met.
|
ComponentConditionProperty.Builder |
ComponentConditionProperty.toBuilder() |
|