| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
ReferenceAttachment |
ReferenceAttachment.Builder.build() |
ReferenceAttachment |
ReferenceAttachment.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ReferenceAttachment |
ReferenceAttachment.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ReferenceAttachment |
ReferenceAttachment.withIsFolder(Boolean isFolder) |
ReferenceAttachment |
ReferenceAttachment.withPermission(ReferenceAttachmentPermission permission) |
ReferenceAttachment |
ReferenceAttachment.withPreviewUrl(String previewUrl)
Returns an immutable copy of
this with just the previewUrl field
changed. |
ReferenceAttachment |
ReferenceAttachment.withProviderType(ReferenceAttachmentProvider providerType) |
ReferenceAttachment |
ReferenceAttachment.withSourceUrl(String sourceUrl)
Returns an immutable copy of
this with just the sourceUrl field
changed. |
ReferenceAttachment |
ReferenceAttachment.withThumbnailUrl(String thumbnailUrl)
Returns an immutable copy of
this with just the thumbnailUrl
field changed. |
Copyright © 2018–2020. All rights reserved.