Class GdcService


  • public class GdcService
    extends AbstractService
    Service to work with GoodData API root.
    • 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.
        use getRootLinks() instead
        Obtains GoodData API root links.
        Returns:
        GoodData API root links
      • getRootLinks

        public RootLinks getRootLinks()
        Obtains GoodData API root links.
        Returns:
        GoodData API root links