Class RootLinks

  • Direct Known Subclasses:
    Gdc

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

      • getHomeLink

        @Deprecated
        public String getHomeLink()
        Deprecated.
        use getHomeUri() instead
        Get GoodData API root URI string
        Returns:
        GoodData API root URI string
        Throws:
        com.gooddata.GoodDataException - in case no link with such category found
      • getHomeUri

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

        @Deprecated
        public String getTokenLink()
        Deprecated.
        use getTokenUri() instead
        Get temporary token generator URI string
        Returns:
        temporary token generator URI string
        Throws:
        com.gooddata.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.GoodDataException - in case no link with such category found
      • getLoginLink

        @Deprecated
        public String getLoginLink()
        Deprecated.
        use getLoginUri() instead
        Get authentication service URI string
        Returns:
        authentication service URI string
        Throws:
        com.gooddata.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.GoodDataException - in case no link with such category found
      • getMetadataLink

        @Deprecated
        public String getMetadataLink()
        Deprecated.
        use getMetadataUri() instead
        Get metadata resources URI string
        Returns:
        metadata resources URI string
        Throws:
        com.gooddata.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.GoodDataException - in case no link with such category found
      • getXTabLink

        @Deprecated
        public String getXTabLink()
        Deprecated.
        use getXTabUri() instead
        Get report execution resource URI string
        Returns:
        report execution resource URI string
        Throws:
        com.gooddata.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.GoodDataException - in case no link with such category found
      • getAvailableElementsLink

        @Deprecated
        public String getAvailableElementsLink()
        Deprecated.
        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.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.GoodDataException - in case no link with such category found
      • getReportExporterLink

        @Deprecated
        public String getReportExporterLink()
        Deprecated.
        Get report exporting resource URI string
        Returns:
        report exporting resource URI string
        Throws:
        com.gooddata.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.GoodDataException - in case no link with such category found
      • getAccountLink

        @Deprecated
        public String getAccountLink()
        Deprecated.
        use getAccountUri() instead
        Get account manipulation resource URI string
        Returns:
        account manipulation resource URI string
        Throws:
        com.gooddata.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.GoodDataException - in case no link with such category found
      • getProjectsLink

        @Deprecated
        public String getProjectsLink()
        Deprecated.
        use getProjectsUri() instead
        Get user and project management resource URI string
        Returns:
        user and project management resource URI string
        Throws:
        com.gooddata.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.GoodDataException - in case no link with such category found
      • getToolLink

        @Deprecated
        public String getToolLink()
        Deprecated.
        use getToolUri() instead
        Get miscellaneous tool resource URI string
        Returns:
        miscellaneous tool resource URI string
        Throws:
        com.gooddata.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.GoodDataException - in case no link with such category found
      • getTemplatesLink

        @Deprecated
        public String getTemplatesLink()
        Deprecated.
        use getTemplatesUri() instead
        Get template resource URI string
        Returns:
        template resource URI string
        Throws:
        com.gooddata.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.GoodDataException - in case no link with such category found
      • getReleaseInfoLink

        @Deprecated
        public String getReleaseInfoLink()
        Deprecated.
        Get release information URI string
        Returns:
        release information URI string
        Throws:
        com.gooddata.GoodDataException - in case no link with such category found
      • getReleaseInfoUri

        public String getReleaseInfoUri()
        Get release information URI string
        Returns:
        release information URI string
        Throws:
        com.gooddata.GoodDataException - in case no link with such category found
      • getUserStagingLink

        @Deprecated
        public String getUserStagingLink()
        Deprecated.
        Get user data staging area URI string
        Returns:
        user data staging area URI string
        Throws:
        com.gooddata.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.GoodDataException - in case no link with such category found