MicrosoftGraphSharingLink |
MicrosoftGraphPermission.link() |
Get the link property: sharingLink.
|
MicrosoftGraphSharingLink |
MicrosoftGraphSharingLink.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: sharingLink.
|
MicrosoftGraphSharingLink |
MicrosoftGraphSharingLink.withApplication(MicrosoftGraphIdentity application) |
Set the application property: identity.
|
MicrosoftGraphSharingLink |
MicrosoftGraphSharingLink.withPreventsDownload(Boolean preventsDownload) |
Set the preventsDownload property: If true then the user can only use this link to view the item on the web, and
cannot use it to download the contents of the item.
|
MicrosoftGraphSharingLink |
MicrosoftGraphSharingLink.withScope(String scope) |
Set the scope property: The scope of the link represented by this permission.
|
MicrosoftGraphSharingLink |
MicrosoftGraphSharingLink.withType(String type) |
Set the type property: The type of the link created.
|
MicrosoftGraphSharingLink |
MicrosoftGraphSharingLink.withWebHtml(String webHtml) |
Set the webHtml property: For embed links, this property contains the HTML code for an <iframe> element
that will embed the item in a webpage.
|
MicrosoftGraphSharingLink |
MicrosoftGraphSharingLink.withWebUrl(String webUrl) |
Set the webUrl property: A URL that opens the item in the browser on the OneDrive website.
|