Class SharingLink


  • @Scriptable
    public class SharingLink
    extends Object
    • Constructor Detail

      • SharingLink

        public SharingLink()
        Object to hold the information about a sharing link, e.g. a link to access an one drive file or folder.
    • Method Detail

      • setApplication

        public void setApplication​(String p_appDisplayName,
                                   String p_appId)
      • setType

        public void setType​(String p_type)
      • setScope

        public void setScope​(String p_scope)
      • setWebHtml

        public void setWebHtml​(String p_webHtml)
      • setWebUri

        public void setWebUri​(URI p_webUri)
      • getAppDisplayName

        public String getAppDisplayName()
      • getAppId

        public String getAppId()
      • getType

        public String getType()
      • getScope

        public String getScope()
      • getWebHtml

        public String getWebHtml()
      • getWebUri

        public URI getWebUri()