| Package | Description |
|---|---|
| microsoft.dynamics.crm.entity |
| Modifier and Type | Method and Description |
|---|---|
Attachment.Builder |
Attachment.Builder.attachmentid(String attachmentid) |
Attachment.Builder |
Attachment.Builder.body_binary(byte[] body_binary) |
Attachment.Builder |
Attachment.Builder.body(String body) |
static Attachment.Builder |
Attachment.builderAttachment()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Attachment.Builder |
Attachment.Builder.filename(String filename) |
Attachment.Builder |
Attachment.Builder.filesize(Integer filesize) |
Attachment.Builder |
Attachment.Builder.mimetype(String mimetype) |
Attachment.Builder |
Attachment.Builder.prefix(String prefix) |
Attachment.Builder |
Attachment.Builder.subject(String subject) |
Attachment.Builder |
Attachment.Builder.versionnumber(Long versionnumber) |
Copyright © 2018–2020. All rights reserved.