| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex | |
| microsoft.dynamics.crm.enums |
| Modifier and Type | Field and Description |
|---|---|
protected ConditionOperator |
ConditionExpression.operator |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConditionOperator> |
ConditionExpression.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
ConditionExpression.Builder |
ConditionExpression.Builder.operator(ConditionOperator operator) |
ConditionExpression |
ConditionExpression.withOperator(ConditionOperator operator) |
| Modifier and Type | Method and Description |
|---|---|
static ConditionOperator |
ConditionOperator.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.
|
Copyright © 2018–2020. All rights reserved.