MicrosoftGraphAttachmentItem |
MicrosoftGraphAttachmentItem.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: attachmentItem.
|
MicrosoftGraphAttachmentItem |
MicrosoftGraphAttachmentItem.withAttachmentType(MicrosoftGraphAttachmentType attachmentType) |
Set the attachmentType property: attachmentType.
|
MicrosoftGraphAttachmentItem |
MicrosoftGraphAttachmentItem.withContentType(String contentType) |
Set the contentType property: The nature of the data in the attachment.
|
MicrosoftGraphAttachmentItem |
MicrosoftGraphAttachmentItem.withIsInline(Boolean isInline) |
Set the isInline property: true if the attachment is an inline attachment; otherwise, false.
|
MicrosoftGraphAttachmentItem |
MicrosoftGraphAttachmentItem.withName(String name) |
Set the name property: The display name of the attachment.
|
MicrosoftGraphAttachmentItem |
MicrosoftGraphAttachmentItem.withSize(Long size) |
Set the size property: The length of the attachment in bytes.
|