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 |
getAccountUri()
Get account manipulation resource URI string
|
String |
getAvailableElementsUri()
Get URI string of resource used to determine valid attribute values in the context of a report
|
String |
getHomeUri()
Get GoodData API root URI string
|
String |
getLoginUri()
Get authentication service URI string
|
String |
getMetadataUri()
Get metadata resources URI string
|
String |
getProjectsUri()
Get user and project management resource URI string
|
String |
getReleaseInfoUri()
Get release information URI string
|
String |
getReportExporterUri()
Get report exporting resource URI string
|
String |
getTemplatesUri()
Get template resource URI string
|
String |
getTokenUri()
Get temporary token generator URI string
|
String |
getToolUri()
Get miscellaneous tool resource URI string
|
String |
getUserStagingUri()
Get user data staging area URI string
|
String |
getXTabUri()
Get report execution resource URI string
|
getCategory, getInstance, getLinks, getSummary, toStringpublic static final String URI
public RootLinks(List<AboutLinks.Link> links)
public String getHomeUri()
com.gooddata.GoodDataException - in case no link with such category foundpublic String getTokenUri()
com.gooddata.GoodDataException - in case no link with such category foundpublic String getLoginUri()
com.gooddata.GoodDataException - in case no link with such category foundpublic String getMetadataUri()
com.gooddata.GoodDataException - in case no link with such category foundpublic String getXTabUri()
com.gooddata.GoodDataException - in case no link with such category foundpublic String getAvailableElementsUri()
com.gooddata.GoodDataException - in case no link with such category foundpublic String getReportExporterUri()
com.gooddata.GoodDataException - in case no link with such category foundpublic String getAccountUri()
com.gooddata.GoodDataException - in case no link with such category foundpublic String getProjectsUri()
com.gooddata.GoodDataException - in case no link with such category foundpublic String getToolUri()
com.gooddata.GoodDataException - in case no link with such category foundpublic String getTemplatesUri()
com.gooddata.GoodDataException - in case no link with such category foundpublic String getReleaseInfoUri()
com.gooddata.GoodDataException - in case no link with such category foundpublic String getUserStagingUri()
com.gooddata.GoodDataException - in case no link with such category foundCopyright © 2019. All rights reserved.