Uses of Class
odata.msgraph.client.beta.complex.BinaryManagementConditionExpression.Builder
-
Packages that use BinaryManagementConditionExpression.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of BinaryManagementConditionExpression.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return BinaryManagementConditionExpression.Builder Modifier and Type Method Description static BinaryManagementConditionExpression.BuilderBinaryManagementConditionExpression. builderBinaryManagementConditionExpression()Returns a builder which is used to create a new instance of this class (given that this class is immutable).BinaryManagementConditionExpression.BuilderBinaryManagementConditionExpression.Builder. firstOperand(ManagementConditionExpressionModel firstOperand)“The first operand of the binary operation.”BinaryManagementConditionExpression.BuilderBinaryManagementConditionExpression.Builder. operator(BinaryManagementConditionExpressionOperatorType operator)“The operator used in the evaluation of the binary operation.”BinaryManagementConditionExpression.BuilderBinaryManagementConditionExpression.Builder. secondOperand(ManagementConditionExpressionModel secondOperand)“The second operand of the binary operation.”
-