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