Uses of Class
microsoft.dynamics.crm.entity.Attachment
-
Packages that use Attachment Package Description microsoft.dynamics.crm.entity microsoft.dynamics.crm.entity.collection.request microsoft.dynamics.crm.entity.request -
-
Uses of Attachment in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Attachment Modifier and Type Method Description AttachmentAttachment.Builder. build()AttachmentAttachment. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AttachmentAttachment. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AttachmentAttachment. withAttachmentid(UUID attachmentid)AttachmentAttachment. withBody(String body)AttachmentAttachment. withBody_binary(byte[] body_binary)AttachmentAttachment. withFilename(String filename)AttachmentAttachment. withFilesize(Integer filesize)AttachmentAttachment. withMimetype(String mimetype)AttachmentAttachment. withPrefix(String prefix)AttachmentAttachment. withSubject(String subject)AttachmentAttachment. withUnmappedField(String name, Object value)AttachmentAttachment. withVersionnumber(Long versionnumber)Method parameters in microsoft.dynamics.crm.entity with type arguments of type Attachment Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Email>Email. deliverPromoteEmail(String messageId, String subject, String from, String to, String cc, String bcc, OffsetDateTime receivedOn, String submittedBy, String importance, String body, List<Attachment> attachments, Crmbaseentity extraProperties) -
Uses of Attachment in microsoft.dynamics.crm.entity.collection.request
Method parameters in microsoft.dynamics.crm.entity.collection.request with type arguments of type Attachment Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Email>EmailCollectionRequest. deliverIncomingEmail(String messageId, String subject, String from, String to, String cc, String bcc, OffsetDateTime receivedOn, String submittedBy, String importance, String body, List<Attachment> attachments, Crmbaseentity extraProperties, Boolean validateBeforeCreate) -
Uses of Attachment in microsoft.dynamics.crm.entity.request
Method parameters in microsoft.dynamics.crm.entity.request with type arguments of type Attachment Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Email>EmailRequest. deliverPromoteEmail(String messageId, String subject, String from, String to, String cc, String bcc, OffsetDateTime receivedOn, String submittedBy, String importance, String body, List<Attachment> attachments, Crmbaseentity extraProperties)
-