Uses of Class
microsoft.dynamics.crm.entity.Attachment.Builder
-
Packages that use Attachment.Builder Package Description microsoft.dynamics.crm.entity -
-
Uses of Attachment.Builder in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Attachment.Builder Modifier and Type Method Description Attachment.BuilderAttachment.Builder. attachmentid(UUID attachmentid)Attachment.BuilderAttachment.Builder. body(String body)Attachment.BuilderAttachment.Builder. body_binary(byte[] body_binary)static Attachment.BuilderAttachment. builderAttachment()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Attachment.BuilderAttachment.Builder. filename(String filename)Attachment.BuilderAttachment.Builder. filesize(Integer filesize)Attachment.BuilderAttachment.Builder. mimetype(String mimetype)Attachment.BuilderAttachment.Builder. prefix(String prefix)Attachment.BuilderAttachment.Builder. subject(String subject)Attachment.BuilderAttachment.Builder. versionnumber(Long versionnumber)
-