Class RootLinks

java.lang.Object
com.gooddata.sdk.model.gdc.AboutLinks
com.gooddata.sdk.model.gdc.RootLinks

public class RootLinks extends AboutLinks
GoodData API root links (aka "about" or "home"). Deserialization only.
  • Field Details

  • Constructor Details

  • Method Details

    • getHomeUri

      public String getHomeUri()
      Get GoodData API root URI string
      Returns:
      GoodData API root URI string
      Throws:
      com.gooddata.sdk.common.GoodDataException - in case no link with such category found
    • getTokenUri

      public String getTokenUri()
      Get temporary token generator URI string
      Returns:
      temporary token generator URI string
      Throws:
      com.gooddata.sdk.common.GoodDataException - in case no link with such category found
    • getLoginUri

      public String getLoginUri()
      Get authentication service URI string
      Returns:
      authentication service URI string
      Throws:
      com.gooddata.sdk.common.GoodDataException - in case no link with such category found
    • getMetadataUri

      public String getMetadataUri()
      Get metadata resources URI string
      Returns:
      metadata resources URI string
      Throws:
      com.gooddata.sdk.common.GoodDataException - in case no link with such category found
    • getXTabUri

      public String getXTabUri()
      Get report execution resource URI string
      Returns:
      report execution resource URI string
      Throws:
      com.gooddata.sdk.common.GoodDataException - in case no link with such category found
    • getAvailableElementsUri

      public String getAvailableElementsUri()
      Get URI string of resource used to determine valid attribute values in the context of a report
      Returns:
      URI string of resource used to determine valid attribute values in the context of a report
      Throws:
      com.gooddata.sdk.common.GoodDataException - in case no link with such category found
    • getReportExporterUri

      public String getReportExporterUri()
      Get report exporting resource URI string
      Returns:
      report exporting resource URI string
      Throws:
      com.gooddata.sdk.common.GoodDataException - in case no link with such category found
    • getAccountUri

      public String getAccountUri()
      Get account manipulation resource URI string
      Returns:
      account manipulation resource URI string
      Throws:
      com.gooddata.sdk.common.GoodDataException - in case no link with such category found
    • getProjectsUri

      public String getProjectsUri()
      Get user and project management resource URI string
      Returns:
      user and project management resource URI string
      Throws:
      com.gooddata.sdk.common.GoodDataException - in case no link with such category found
    • getToolUri

      public String getToolUri()
      Get miscellaneous tool resource URI string
      Returns:
      miscellaneous tool resource URI string
      Throws:
      com.gooddata.sdk.common.GoodDataException - in case no link with such category found
    • getTemplatesUri

      public String getTemplatesUri()
      Get template resource URI string
      Returns:
      template resource URI string
      Throws:
      com.gooddata.sdk.common.GoodDataException - in case no link with such category found
    • getUserStagingUri

      public String getUserStagingUri()
      Get user data staging area URI string
      Returns:
      user data staging area URI string
      Throws:
      com.gooddata.sdk.common.GoodDataException - in case no link with such category found