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