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