Class BinaryManagementConditionExpression.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.BinaryManagementConditionExpression.Builder
-
- Enclosing class:
- BinaryManagementConditionExpression
public static final class BinaryManagementConditionExpression.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BinaryManagementConditionExpressionbuild()BinaryManagementConditionExpression.BuilderfirstOperand(ManagementConditionExpressionModel firstOperand)“The first operand of the binary operation.”BinaryManagementConditionExpression.Builderoperator(BinaryManagementConditionExpressionOperatorType operator)“The operator used in the evaluation of the binary operation.”BinaryManagementConditionExpression.BuildersecondOperand(ManagementConditionExpressionModel secondOperand)“The second operand of the binary operation.”
-
-
-
Method Detail
-
firstOperand
public BinaryManagementConditionExpression.Builder firstOperand(ManagementConditionExpressionModel firstOperand)
“The first operand of the binary operation.”- Parameters:
firstOperand- value offirstOperandproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
operator
public BinaryManagementConditionExpression.Builder operator(BinaryManagementConditionExpressionOperatorType operator)
“The operator used in the evaluation of the binary operation.”- Parameters:
operator- value ofoperatorproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
secondOperand
public BinaryManagementConditionExpression.Builder secondOperand(ManagementConditionExpressionModel secondOperand)
“The second operand of the binary operation.”- Parameters:
secondOperand- value ofsecondOperandproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public BinaryManagementConditionExpression build()
-
-