Uses of Class
microsoft.dynamics.crm.entity.ImageAttributeMetadata
-
Packages that use ImageAttributeMetadata Package Description microsoft.dynamics.crm.entity -
-
Uses of ImageAttributeMetadata in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return ImageAttributeMetadata Modifier and Type Method Description ImageAttributeMetadataImageAttributeMetadata.Builder. build()ImageAttributeMetadataImageAttributeMetadata. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ImageAttributeMetadataImageAttributeMetadata. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ImageAttributeMetadataImageAttributeMetadata. withCanStoreFullImage(Boolean canStoreFullImage)ImageAttributeMetadataImageAttributeMetadata. withIsPrimaryImage(Boolean isPrimaryImage)ImageAttributeMetadataImageAttributeMetadata. withMaxHeight(Short maxHeight)ImageAttributeMetadataImageAttributeMetadata. withMaxSizeInKB(Integer maxSizeInKB)ImageAttributeMetadataImageAttributeMetadata. withMaxWidth(Short maxWidth)ImageAttributeMetadataImageAttributeMetadata. withUnmappedField(String name, String value)
-