Package com.gooddata.gdc
Class RootLinks
- java.lang.Object
-
- com.gooddata.gdc.AboutLinks
-
- com.gooddata.gdc.RootLinks
-
- Direct Known Subclasses:
Gdc
public class RootLinks extends AboutLinks
GoodData API root links (aka "about" or "home"). Deserialization only.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.gooddata.gdc.AboutLinks
AboutLinks.Link
-
-
Constructor Summary
Constructors Constructor Description RootLinks(List<AboutLinks.Link> links)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetAccountLink()Deprecated.usegetAccountUri()insteadStringgetAccountUri()Get account manipulation resource URI stringStringgetAvailableElementsLink()Deprecated.usegetAvailableElementsUri()insteadStringgetAvailableElementsUri()Get URI string of resource used to determine valid attribute values in the context of a reportStringgetHomeLink()Deprecated.usegetHomeUri()insteadStringgetHomeUri()Get GoodData API root URI stringStringgetLoginLink()Deprecated.usegetLoginUri()insteadStringgetLoginUri()Get authentication service URI stringStringgetMetadataLink()Deprecated.usegetMetadataUri()insteadStringgetMetadataUri()Get metadata resources URI stringStringgetProjectsLink()Deprecated.usegetProjectsUri()insteadStringgetProjectsUri()Get user and project management resource URI stringStringgetReleaseInfoLink()Deprecated.usegetReleaseInfoUri()insteadStringgetReleaseInfoUri()Get release information URI stringStringgetReportExporterLink()Deprecated.usegetReportExporterUri()insteadStringgetReportExporterUri()Get report exporting resource URI stringStringgetTemplatesLink()Deprecated.usegetTemplatesUri()insteadStringgetTemplatesUri()Get template resource URI stringStringgetTokenLink()Deprecated.usegetTokenUri()insteadStringgetTokenUri()Get temporary token generator URI stringStringgetToolLink()Deprecated.usegetToolUri()insteadStringgetToolUri()Get miscellaneous tool resource URI stringStringgetUserStagingLink()Deprecated.usegetUserStagingUri()insteadStringgetUserStagingUri()Get user data staging area URI stringStringgetXTabLink()Deprecated.usegetXTabUri()insteadStringgetXTabUri()Get report execution resource URI string-
Methods inherited from class com.gooddata.gdc.AboutLinks
getCategory, getInstance, getLinks, getSummary, toString
-
-
-
-
Field Detail
-
URI
public static final String URI
URI of GoodData API root- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RootLinks
public RootLinks(List<AboutLinks.Link> links)
-
-
Method Detail
-
getHomeLink
@Deprecated public String getHomeLink()
Deprecated.usegetHomeUri()insteadGet 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.usegetTokenUri()insteadGet 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.usegetLoginUri()insteadGet 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.usegetMetadataUri()insteadGet 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.usegetXTabUri()insteadGet 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.usegetAvailableElementsUri()insteadGet 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.usegetReportExporterUri()insteadGet 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.usegetAccountUri()insteadGet 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.usegetProjectsUri()insteadGet 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.usegetToolUri()insteadGet 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.usegetTemplatesUri()insteadGet 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.usegetReleaseInfoUri()insteadGet 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.usegetUserStagingUri()insteadGet 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
-
-