| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
FileAttachment |
class |
ItemAttachment |
class |
ReferenceAttachment |
| Modifier and Type | Method and Description |
|---|---|
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.withContentType(String contentType) |
Attachment |
Attachment.withIsInline(Boolean isInline) |
Attachment |
Attachment.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Attachment |
Attachment.withName(String name) |
Attachment |
Attachment.withSize(Integer size) |
Copyright © 2018–2020. All rights reserved.