public static final class BinaryManagementConditionExpression.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
BinaryManagementConditionExpression |
build() |
BinaryManagementConditionExpression.Builder |
firstOperand(ManagementConditionExpressionModel firstOperand)
“The first operand of the binary operation.”
|
BinaryManagementConditionExpression.Builder |
operator(BinaryManagementConditionExpressionOperatorType operator)
“The operator used in the evaluation of the binary operation.”
|
BinaryManagementConditionExpression.Builder |
secondOperand(ManagementConditionExpressionModel secondOperand)
“The second operand of the binary operation.”
|
public BinaryManagementConditionExpression.Builder operator(BinaryManagementConditionExpressionOperatorType operator)
operator - value of operator property (as defined in service metadata)this (for method chaining)public BinaryManagementConditionExpression.Builder firstOperand(ManagementConditionExpressionModel firstOperand)
firstOperand - value of firstOperand property (as defined in service metadata)this (for method chaining)public BinaryManagementConditionExpression.Builder secondOperand(ManagementConditionExpressionModel secondOperand)
secondOperand - value of secondOperand property (as defined in service metadata)this (for method chaining)public BinaryManagementConditionExpression build()
Copyright © 2018–2020. All rights reserved.