| Package | Description |
|---|---|
| microsoft.dynamics.crm.entity |
| Modifier and Type | Method and Description |
|---|---|
MemoAttributeMetadata |
MemoAttributeMetadata.Builder.build() |
MemoAttributeMetadata |
MemoAttributeMetadata.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
MemoAttributeMetadata |
MemoAttributeMetadata.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
MemoAttributeMetadata |
MemoAttributeMetadata.withFormat(StringFormat format) |
MemoAttributeMetadata |
MemoAttributeMetadata.withImeMode(ImeMode imeMode) |
MemoAttributeMetadata |
MemoAttributeMetadata.withIsLocalizable(Boolean isLocalizable) |
MemoAttributeMetadata |
MemoAttributeMetadata.withMaxLength(Integer maxLength) |
MemoAttributeMetadata |
MemoAttributeMetadata.withUnmappedField(String name,
String value) |
Copyright © 2018–2020. All rights reserved.