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