Uses of Class
com.gooddata.sdk.service.GoodDataEndpoint
| Package | Description |
|---|---|
| com.gooddata.sdk.service.export | |
| com.gooddata.sdk.service.httpcomponents |
-
Uses of GoodDataEndpoint in com.gooddata.sdk.service.export
Methods in com.gooddata.sdk.service.export with parameters of type GoodDataEndpoint Modifier and Type Method Description FutureResult<java.lang.Void>ExportService. exportPdf(GoodDataEndpoint endpoint, com.gooddata.sdk.model.md.ProjectDashboard dashboard, com.gooddata.sdk.model.md.ProjectDashboard.Tab tab, java.io.OutputStream output)Export the given dashboard tab in PDF format to the given output stream -
Uses of GoodDataEndpoint in com.gooddata.sdk.service.httpcomponents
Fields in com.gooddata.sdk.service.httpcomponents declared as GoodDataEndpoint Modifier and Type Field Description protected GoodDataEndpointSingleEndpointGoodDataRestProvider. endpointMethods in com.gooddata.sdk.service.httpcomponents that return GoodDataEndpoint Modifier and Type Method Description GoodDataEndpointSingleEndpointGoodDataRestProvider. getEndpoint()Methods in com.gooddata.sdk.service.httpcomponents with parameters of type GoodDataEndpoint Modifier and Type Method Description org.apache.http.client.HttpClientGoodDataHttpClientBuilder. buildHttpClient(org.apache.http.impl.client.HttpClientBuilder builder, GoodDataEndpoint endpoint, GoodDataSettings settings)BuildsHttpClientfrom given builder, configured to connect to given endpoint applying given settings.static org.apache.http.client.HttpClientLoginPasswordGoodDataRestProvider. createHttpClient(org.apache.http.impl.client.HttpClientBuilder builder, GoodDataEndpoint endpoint, java.lang.String login, java.lang.String password)Creates http client using given builder and endpoint, authenticating by login and password.static org.apache.http.client.HttpClientSstGoodDataRestProvider. createHttpClient(org.apache.http.impl.client.HttpClientBuilder builder, GoodDataEndpoint endpoint, java.lang.String sst)Creates http client using given builder and endpoint, authenticating by sst.protected org.springframework.web.client.RestTemplateSingleEndpointGoodDataRestProvider. createRestTemplate(GoodDataEndpoint endpoint, GoodDataSettings settings, org.apache.http.client.HttpClient httpClient)Creates configured REST templateConstructors in com.gooddata.sdk.service.httpcomponents with parameters of type GoodDataEndpoint Constructor Description LoginPasswordGoodDataRestProvider(GoodDataEndpoint endpoint, GoodDataSettings settings, java.lang.String login, java.lang.String password)Creates new instance.SingleEndpointGoodDataRestProvider(GoodDataEndpoint endpoint, GoodDataSettings settings, GoodDataHttpClientBuilder builder)Creates new instance.SstGoodDataRestProvider(GoodDataEndpoint endpoint, GoodDataSettings settings, java.lang.String sst)Create SST REST provider