public class RootLinks extends AboutLinks
AboutLinks.Link| Modifier and Type | Field and Description |
|---|---|
static String |
URI
URI of GoodData API root
|
| Constructor and Description |
|---|
RootLinks(List<AboutLinks.Link> links) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountLink()
Deprecated.
use
getAccountUri() instead |
String |
getAccountUri()
Get account manipulation resource URI string
|
String |
getAvailableElementsLink()
Deprecated.
use
getAvailableElementsUri() instead |
String |
getAvailableElementsUri()
Get URI string of resource used to determine valid attribute values in the context of a report
|
String |
getHomeLink()
Deprecated.
use
getHomeUri() instead |
String |
getHomeUri()
Get GoodData API root URI string
|
String |
getLoginLink()
Deprecated.
use
getLoginUri() instead |
String |
getLoginUri()
Get authentication service URI string
|
String |
getMetadataLink()
Deprecated.
use
getMetadataUri() instead |
String |
getMetadataUri()
Get metadata resources URI string
|
String |
getProjectsLink()
Deprecated.
use
getProjectsUri() instead |
String |
getProjectsUri()
Get user and project management resource URI string
|
String |
getReleaseInfoLink()
Deprecated.
use
getReleaseInfoUri() instead |
String |
getReleaseInfoUri()
Get release information URI string
|
String |
getReportExporterLink()
Deprecated.
use
getReportExporterUri() instead |
String |
getReportExporterUri()
Get report exporting resource URI string
|
String |
getTemplatesLink()
Deprecated.
use
getTemplatesUri() instead |
String |
getTemplatesUri()
Get template resource URI string
|
String |
getTokenLink()
Deprecated.
use
getTokenUri() instead |
String |
getTokenUri()
Get temporary token generator URI string
|
String |
getToolLink()
Deprecated.
use
getToolUri() instead |
String |
getToolUri()
Get miscellaneous tool resource URI string
|
String |
getUserStagingLink()
Deprecated.
use
getUserStagingUri() instead |
String |
getUserStagingUri()
Get user data staging area URI string
|
String |
getXTabLink()
Deprecated.
use
getXTabUri() instead |
String |
getXTabUri()
Get report execution resource URI string
|
getCategory, getInstance, getLinks, getSummary, toStringpublic static final String URI
public RootLinks(List<AboutLinks.Link> links)
@Deprecated public String getHomeLink()
getHomeUri() insteadGoodDataException - in case no link with such category foundpublic String getHomeUri()
GoodDataException - in case no link with such category found@Deprecated public String getTokenLink()
getTokenUri() insteadGoodDataException - in case no link with such category foundpublic String getTokenUri()
GoodDataException - in case no link with such category found@Deprecated public String getLoginLink()
getLoginUri() insteadGoodDataException - in case no link with such category foundpublic String getLoginUri()
GoodDataException - in case no link with such category found@Deprecated public String getMetadataLink()
getMetadataUri() insteadGoodDataException - in case no link with such category foundpublic String getMetadataUri()
GoodDataException - in case no link with such category found@Deprecated public String getXTabLink()
getXTabUri() insteadGoodDataException - in case no link with such category foundpublic String getXTabUri()
GoodDataException - in case no link with such category found@Deprecated public String getAvailableElementsLink()
getAvailableElementsUri() insteadGoodDataException - in case no link with such category foundpublic String getAvailableElementsUri()
GoodDataException - in case no link with such category found@Deprecated public String getReportExporterLink()
getReportExporterUri() insteadGoodDataException - in case no link with such category foundpublic String getReportExporterUri()
GoodDataException - in case no link with such category found@Deprecated public String getAccountLink()
getAccountUri() insteadGoodDataException - in case no link with such category foundpublic String getAccountUri()
GoodDataException - in case no link with such category found@Deprecated public String getProjectsLink()
getProjectsUri() insteadGoodDataException - in case no link with such category foundpublic String getProjectsUri()
GoodDataException - in case no link with such category found@Deprecated public String getToolLink()
getToolUri() insteadGoodDataException - in case no link with such category foundpublic String getToolUri()
GoodDataException - in case no link with such category found@Deprecated public String getTemplatesLink()
getTemplatesUri() insteadGoodDataException - in case no link with such category foundpublic String getTemplatesUri()
GoodDataException - in case no link with such category found@Deprecated public String getReleaseInfoLink()
getReleaseInfoUri() insteadGoodDataException - in case no link with such category foundpublic String getReleaseInfoUri()
GoodDataException - in case no link with such category found@Deprecated public String getUserStagingLink()
getUserStagingUri() insteadGoodDataException - in case no link with such category foundpublic String getUserStagingUri()
GoodDataException - in case no link with such category foundCopyright © 2017. All Rights Reserved.