Uses of Class
microsoft.dynamics.crm.enums.ConditionOperator
-
Packages that use ConditionOperator Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.enums -
-
Uses of ConditionOperator in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as ConditionOperator Modifier and Type Field Description protected ConditionOperatorConditionExpression. operatorMethods in microsoft.dynamics.crm.complex that return types with arguments of type ConditionOperator Modifier and Type Method Description Optional<ConditionOperator>ConditionExpression. getOperator()Methods in microsoft.dynamics.crm.complex with parameters of type ConditionOperator Modifier and Type Method Description ConditionExpression.BuilderConditionExpression.Builder. operator(ConditionOperator operator)ConditionExpressionConditionExpression. withOperator(ConditionOperator operator) -
Uses of ConditionOperator in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return ConditionOperator Modifier and Type Method Description static ConditionOperatorConditionOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static ConditionOperator[]ConditionOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-