Uses of Class
com.gooddata.GoodDataEndpoint
-
Packages that use GoodDataEndpoint Package Description com.gooddata com.gooddata.authentication com.gooddata.export -
-
Uses of GoodDataEndpoint in com.gooddata
Methods in com.gooddata with parameters of type GoodDataEndpoint Modifier and Type Method Description org.apache.http.client.HttpClientAuthentication. createHttpClient(GoodDataEndpoint endpoint, org.apache.http.impl.client.HttpClientBuilder httpClientBuilder)Authenticate userConstructors in com.gooddata with parameters of type GoodDataEndpoint Constructor Description GoodData(GoodDataEndpoint endpoint, Authentication authentication)Create instance configured to communicate with GoodData Platform running on given endpoint and using given http client factory.GoodData(GoodDataEndpoint endpoint, Authentication authentication, GoodDataSettings settings)Create instance configured to communicate with GoodData Platform running on given endpoint and using given http client factory. -
Uses of GoodDataEndpoint in com.gooddata.authentication
Methods in com.gooddata.authentication with parameters of type GoodDataEndpoint Modifier and Type Method Description org.apache.http.client.HttpClientLoginPasswordAuthentication. createHttpClient(GoodDataEndpoint endpoint, org.apache.http.impl.client.HttpClientBuilder builder)org.apache.http.client.HttpClientSstAuthentication. createHttpClient(GoodDataEndpoint endpoint, org.apache.http.impl.client.HttpClientBuilder builder) -
Uses of GoodDataEndpoint in com.gooddata.export
Constructors in com.gooddata.export with parameters of type GoodDataEndpoint Constructor Description ExportService(org.springframework.web.client.RestTemplate restTemplate, GoodDataEndpoint endpoint)Deprecated.use ExportService(RestTemplate, GoodDataEndpoint, GoodDataSettings) constructor insteadExportService(org.springframework.web.client.RestTemplate restTemplate, GoodDataEndpoint endpoint, GoodDataSettings settings)Service for data export
-