| Package | Description |
|---|---|
| microsoft.dynamics.crm.entity | |
| microsoft.dynamics.crm.entity.collection.request | |
| microsoft.dynamics.crm.entity.request |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Attachment.Builder.build() |
Attachment |
Attachment.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Attachment |
Attachment.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Attachment |
Attachment.withAttachmentid(String attachmentid) |
Attachment |
Attachment.withBody_binary(byte[] body_binary) |
Attachment |
Attachment.withBody(String body) |
Attachment |
Attachment.withFilename(String filename) |
Attachment |
Attachment.withFilesize(Integer filesize) |
Attachment |
Attachment.withMimetype(String mimetype) |
Attachment |
Attachment.withPrefix(String prefix) |
Attachment |
Attachment.withSubject(String subject) |
Attachment |
Attachment.withUnmappedField(String name,
String value) |
Attachment |
Attachment.withVersionnumber(Long versionnumber) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and 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) |
Copyright © 2018–2021. All rights reserved.