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