Class UnaryManagementConditionExpression.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.UnaryManagementConditionExpression.Builder
-
- Enclosing class:
- UnaryManagementConditionExpression
public static final class UnaryManagementConditionExpression.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnaryManagementConditionExpressionbuild()UnaryManagementConditionExpression.Builderoperand(ManagementConditionExpressionModel operand)“The operand of the unary operation.”UnaryManagementConditionExpression.Builderoperator(UnaryManagementConditionExpressionOperatorType operator)“The operator used in the evaluation of the unary operation.”
-
-
-
Method Detail
-
operand
public UnaryManagementConditionExpression.Builder operand(ManagementConditionExpressionModel operand)
“The operand of the unary operation.”- Parameters:
operand- value ofoperandproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
operator
public UnaryManagementConditionExpression.Builder operator(UnaryManagementConditionExpressionOperatorType operator)
“The operator used in the evaluation of the unary operation.”- Parameters:
operator- value ofoperatorproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public UnaryManagementConditionExpression build()
-
-