Uses of Class
odata.msgraph.client.beta.complex.BinaryManagementConditionExpression
-
Packages that use BinaryManagementConditionExpression Package Description odata.msgraph.client.beta.complex -
-
Uses of BinaryManagementConditionExpression in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return BinaryManagementConditionExpression Modifier and Type Method Description BinaryManagementConditionExpressionBinaryManagementConditionExpression.Builder. build()BinaryManagementConditionExpressionBinaryManagementConditionExpression. withFirstOperand(ManagementConditionExpressionModel firstOperand)Returns an immutable copy ofthiswith just thefirstOperandfield changed.BinaryManagementConditionExpressionBinaryManagementConditionExpression. withOperator(BinaryManagementConditionExpressionOperatorType operator)Returns an immutable copy ofthiswith just theoperatorfield changed.BinaryManagementConditionExpressionBinaryManagementConditionExpression. withSecondOperand(ManagementConditionExpressionModel secondOperand)Returns an immutable copy ofthiswith just thesecondOperandfield changed.BinaryManagementConditionExpressionBinaryManagementConditionExpression. withUnmappedField(String name, String value)
-