Uses of Class
microsoft.dynamics.crm.entity.StringAttributeMetadata
-
Packages that use StringAttributeMetadata Package Description microsoft.dynamics.crm.entity -
-
Uses of StringAttributeMetadata in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return StringAttributeMetadata Modifier and Type Method Description StringAttributeMetadataStringAttributeMetadata.Builder. build()StringAttributeMetadataStringAttributeMetadata. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.StringAttributeMetadataStringAttributeMetadata. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringAttributeMetadataStringAttributeMetadata. withDatabaseLength(Integer databaseLength)StringAttributeMetadataStringAttributeMetadata. withFormat(StringFormat format)StringAttributeMetadataStringAttributeMetadata. withFormatName(StringFormatName formatName)StringAttributeMetadataStringAttributeMetadata. withFormulaDefinition(String formulaDefinition)StringAttributeMetadataStringAttributeMetadata. withImeMode(ImeMode imeMode)StringAttributeMetadataStringAttributeMetadata. withIsLocalizable(Boolean isLocalizable)StringAttributeMetadataStringAttributeMetadata. withMaxLength(Integer maxLength)StringAttributeMetadataStringAttributeMetadata. withSourceTypeMask(Integer sourceTypeMask)StringAttributeMetadataStringAttributeMetadata. withUnmappedField(String name, String value)StringAttributeMetadataStringAttributeMetadata. withYomiOf(String yomiOf)
-