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