Class SharingLink.SharingLinkBuilder
java.lang.Object
com.amilesend.onedrive.resource.item.type.SharingLink.SharingLinkBuilder
-
Method Summary
Modifier and TypeMethodDescriptionapplication(Identity application) The associated application identity.build()Describes the visibility scope of the shared link.toString()The type of link.The embedded HTML for an <iframe> to include in a webpage.URL for the resource shown in a browser.
-
Method Details
-
application
The associated application identity.- Returns:
this.
-
type
The type of link. Valid values include:- view
- edit
- embed
- Returns:
this.
-
scope
Describes the visibility scope of the shared link. Valid values include:- anonymous
- organization
- Returns:
this.
-
webHtml
The embedded HTML for an <iframe> to include in a webpage.- Returns:
this.
-
webUrl
URL for the resource shown in a browser.- Returns:
this.
-
build
-
toString
-