| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
static FileAttachment.Builder |
FileAttachment.builderFileAttachment()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
FileAttachment.Builder |
FileAttachment.Builder.contentBytes(byte[] contentBytes) |
FileAttachment.Builder |
FileAttachment.Builder.contentId(String contentId) |
FileAttachment.Builder |
FileAttachment.Builder.contentLocation(String contentLocation) |
FileAttachment.Builder |
FileAttachment.Builder.contentType(String contentType) |
FileAttachment.Builder |
FileAttachment.Builder.id(String id) |
FileAttachment.Builder |
FileAttachment.Builder.isInline(Boolean isInline) |
FileAttachment.Builder |
FileAttachment.Builder.lastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
FileAttachment.Builder |
FileAttachment.Builder.name(String name) |
FileAttachment.Builder |
FileAttachment.Builder.size(Integer size) |
Copyright © 2018–2020. All rights reserved.