| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex | |
| microsoft.dynamics.crm.enums |
| Modifier and Type | Field and Description |
|---|---|
protected JoinOperator |
LinkEntity.joinOperator |
| Modifier and Type | Method and Description |
|---|---|
Optional<JoinOperator> |
LinkEntity.getJoinOperator() |
| Modifier and Type | Method and Description |
|---|---|
LinkEntity.Builder |
LinkEntity.Builder.joinOperator(JoinOperator joinOperator) |
LinkEntity |
LinkEntity.withJoinOperator(JoinOperator joinOperator) |
| Modifier and Type | Method and Description |
|---|---|
static JoinOperator |
JoinOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinOperator[] |
JoinOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2021. All rights reserved.