Class SharingLink
java.lang.Object
com.amilesend.onedrive.resource.item.type.SharingLink
Describes a shared link to a resource.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanThe associated application identity.getScope()Describes the visibility scope of the shared link.getType()The type of link.The embedded HTML for an <iframe> to include in a webpage.URL for the resource shown in a browser.inthashCode()toString()
-
Method Details
-
builder
-
getApplication
The associated application identity. -
getType
The type of link. Valid values include:- view
- edit
- embed
-
getScope
Describes the visibility scope of the shared link. Valid values include:- anonymous
- organization
-
getWebHtml
The embedded HTML for an <iframe> to include in a webpage. -
getWebUrl
URL for the resource shown in a browser. -
equals
-
hashCode
-
toString
-