Package com.gooddata.sdk.model.gdc
Class RootLinks
java.lang.Object
com.gooddata.sdk.model.gdc.AboutLinks
com.gooddata.sdk.model.gdc.RootLinks
GoodData API root links (aka "about" or "home").
Deserialization only.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.gooddata.sdk.model.gdc.AboutLinks
AboutLinks.Link -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet account manipulation resource URI stringGet URI string of resource used to determine valid attribute values in the context of a reportGet GoodData API root URI stringGet authentication service URI stringGet metadata resources URI stringGet user and project management resource URI stringGet report exporting resource URI stringGet template resource URI stringGet temporary token generator URI stringGet miscellaneous tool resource URI stringGet user data staging area URI stringGet report execution resource URI stringMethods inherited from class com.gooddata.sdk.model.gdc.AboutLinks
getCategory, getInstance, getLinks, getSummary, toString
-
Field Details
-
URI
URI of GoodData API root- See Also:
-
-
Constructor Details
-
RootLinks
-
-
Method Details
-
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
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
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
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
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
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
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
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
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
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
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
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
-