Uses of Class
microsoft.dynamics.crm.entity.MemoAttributeMetadata
-
Packages that use MemoAttributeMetadata Package Description microsoft.dynamics.crm.entity -
-
Uses of MemoAttributeMetadata in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return MemoAttributeMetadata Modifier and Type Method Description MemoAttributeMetadataMemoAttributeMetadata.Builder. build()MemoAttributeMetadataMemoAttributeMetadata. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.MemoAttributeMetadataMemoAttributeMetadata. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).MemoAttributeMetadataMemoAttributeMetadata. withFormat(StringFormat format)MemoAttributeMetadataMemoAttributeMetadata. withImeMode(ImeMode imeMode)MemoAttributeMetadataMemoAttributeMetadata. withIsLocalizable(Boolean isLocalizable)MemoAttributeMetadataMemoAttributeMetadata. withMaxLength(Integer maxLength)MemoAttributeMetadataMemoAttributeMetadata. withUnmappedField(String name, Object value)
-