Uses of Class
odata.msgraph.client.beta.entity.ReferenceAttachment
-
Packages that use ReferenceAttachment Package Description odata.msgraph.client.beta.entity -
-
Uses of ReferenceAttachment in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ReferenceAttachment Modifier and Type Method Description ReferenceAttachmentReferenceAttachment.Builder. build()ReferenceAttachmentReferenceAttachment. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ReferenceAttachmentReferenceAttachment. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ReferenceAttachmentReferenceAttachment. withIsFolder(Boolean isFolder)ReferenceAttachmentReferenceAttachment. withPermission(ReferenceAttachmentPermission permission)ReferenceAttachmentReferenceAttachment. withPreviewUrl(String previewUrl)Returns an immutable copy ofthiswith just thepreviewUrlfield changed.ReferenceAttachmentReferenceAttachment. withProviderType(ReferenceAttachmentProvider providerType)ReferenceAttachmentReferenceAttachment. withSourceUrl(String sourceUrl)Returns an immutable copy ofthiswith just thesourceUrlfield changed.ReferenceAttachmentReferenceAttachment. withThumbnailUrl(String thumbnailUrl)Returns an immutable copy ofthiswith just thethumbnailUrlfield changed.ReferenceAttachmentReferenceAttachment. withUnmappedField(String name, String value)
-