Package com.gooddata.gdc
Class GdcService
- java.lang.Object
-
- com.gooddata.AbstractService
-
- com.gooddata.gdc.GdcService
-
public class GdcService extends AbstractService
Service to work with GoodData API root.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.gooddata.AbstractService
AbstractService.OutputStreamResponseExtractor
-
-
Field Summary
-
Fields inherited from class com.gooddata.AbstractService
mapper, restTemplate
-
-
Constructor Summary
Constructors Constructor Description GdcService(org.springframework.web.client.RestTemplate restTemplate)Deprecated.use GdcService(RestTemplate, GoodDataSettings) constructor insteadGdcService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description GdcgetGdc()Deprecated.usegetRootLinks()insteadRootLinksgetRootLinks()Obtains GoodData API root links.-
Methods inherited from class com.gooddata.AbstractService
extractData
-
-
-
-
Constructor Detail
-
GdcService
public GdcService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings)
-
GdcService
@Deprecated public GdcService(org.springframework.web.client.RestTemplate restTemplate)
Deprecated.use GdcService(RestTemplate, GoodDataSettings) constructor instead
-
-
Method Detail
-
getGdc
@Deprecated public Gdc getGdc()
Deprecated.usegetRootLinks()insteadObtains GoodData API root links.- Returns:
- GoodData API root links
-
getRootLinks
public RootLinks getRootLinks()
Obtains GoodData API root links.- Returns:
- GoodData API root links
-
-