Uses of Class
microsoft.dynamics.crm.entity.FileAttributeMetadata
-
Packages that use FileAttributeMetadata Package Description microsoft.dynamics.crm.entity -
-
Uses of FileAttributeMetadata in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return FileAttributeMetadata Modifier and Type Method Description FileAttributeMetadataFileAttributeMetadata.Builder. build()FileAttributeMetadataFileAttributeMetadata. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.FileAttributeMetadataFileAttributeMetadata. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).FileAttributeMetadataFileAttributeMetadata. withMaxSizeInKB(Integer maxSizeInKB)FileAttributeMetadataFileAttributeMetadata. withUnmappedField(String name, String value)
-