java.lang.Object
de.uplanet.lucy.server.odata.consumer.office365.json.SharingLink

@Scriptable public class SharingLink extends Object
  • Constructor Details

    • 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 Details

    • 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()
    • toString

      public String toString()
      Overrides:
      toString in class Object