Uses of Class
odata.msgraph.client.beta.enums.BinaryManagementConditionExpressionOperatorType
-
Packages that use BinaryManagementConditionExpressionOperatorType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of BinaryManagementConditionExpressionOperatorType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as BinaryManagementConditionExpressionOperatorType Modifier and Type Field Description protected BinaryManagementConditionExpressionOperatorTypeBinaryManagementConditionExpression. operatorMethods in odata.msgraph.client.beta.complex that return types with arguments of type BinaryManagementConditionExpressionOperatorType Modifier and Type Method Description Optional<BinaryManagementConditionExpressionOperatorType>BinaryManagementConditionExpression. getOperator()“The operator used in the evaluation of the binary operation.”Methods in odata.msgraph.client.beta.complex with parameters of type BinaryManagementConditionExpressionOperatorType Modifier and Type Method Description BinaryManagementConditionExpression.BuilderBinaryManagementConditionExpression.Builder. operator(BinaryManagementConditionExpressionOperatorType operator)“The operator used in the evaluation of the binary operation.”BinaryManagementConditionExpressionBinaryManagementConditionExpression. withOperator(BinaryManagementConditionExpressionOperatorType operator)Returns an immutable copy ofthiswith just theoperatorfield changed. -
Uses of BinaryManagementConditionExpressionOperatorType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return BinaryManagementConditionExpressionOperatorType Modifier and Type Method Description static BinaryManagementConditionExpressionOperatorTypeBinaryManagementConditionExpressionOperatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static BinaryManagementConditionExpressionOperatorType[]BinaryManagementConditionExpressionOperatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-