Uses of Class
odata.msgraph.client.complex.SharingLink
-
Packages that use SharingLink Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of SharingLink in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return SharingLink Modifier and Type Method Description SharingLinkSharingLink.Builder. build()SharingLinkSharingLink. withApplication(Identity application)SharingLinkSharingLink. withPreventsDownload(Boolean preventsDownload)SharingLinkSharingLink. withScope(String scope)SharingLinkSharingLink. withType(String type)SharingLinkSharingLink. withUnmappedField(String name, Object value)SharingLinkSharingLink. withWebHtml(String webHtml)SharingLinkSharingLink. withWebUrl(String webUrl) -
Uses of SharingLink in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as SharingLink Modifier and Type Field Description protected SharingLinkPermission. linkMethods in odata.msgraph.client.entity that return types with arguments of type SharingLink Modifier and Type Method Description Optional<SharingLink>Permission. getLink()Methods in odata.msgraph.client.entity with parameters of type SharingLink Modifier and Type Method Description Permission.BuilderPermission.Builder. link(SharingLink link)PermissionPermission. withLink(SharingLink link)
-