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