Uses of Class
com.gooddata.sdk.service.GoodDataEndpoint
Packages that use GoodDataEndpoint
-
Uses of GoodDataEndpoint in com.gooddata.sdk.service.export
Methods in com.gooddata.sdk.service.export with parameters of type GoodDataEndpointModifier and TypeMethodDescriptionExportService.exportPdf(GoodDataEndpoint endpoint, ProjectDashboard dashboard, ProjectDashboard.Tab tab, 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 GoodDataEndpointModifier and TypeFieldDescriptionprotected final GoodDataEndpointSingleEndpointGoodDataRestProvider.endpointMethods in com.gooddata.sdk.service.httpcomponents that return GoodDataEndpointMethods in com.gooddata.sdk.service.httpcomponents with parameters of type GoodDataEndpointModifier and TypeMethodDescriptionorg.apache.hc.client5.http.classic.HttpClientGoodDataHttpClientBuilder.buildHttpClient(org.apache.hc.client5.http.impl.classic.HttpClientBuilder builder, GoodDataEndpoint endpoint, GoodDataSettings settings) BuildsHttpClientfrom given builder, configured to connect to given endpoint applying given settings.static org.apache.hc.client5.http.classic.HttpClientLoginPasswordGoodDataRestProvider.createHttpClient(org.apache.hc.client5.http.impl.classic.HttpClientBuilder builder, GoodDataEndpoint endpoint, String login, String password) Creates http client using given builder and endpoint, authenticating by login and password.static org.apache.hc.client5.http.classic.HttpClientSstGoodDataRestProvider.createHttpClient(org.apache.hc.client5.http.impl.classic.HttpClientBuilder builder, GoodDataEndpoint endpoint, 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.hc.client5.http.classic.HttpClient httpClient) Creates configured REST templateConstructors in com.gooddata.sdk.service.httpcomponents with parameters of type GoodDataEndpointModifierConstructorDescriptionLoginPasswordGoodDataRestProvider(GoodDataEndpoint endpoint, GoodDataSettings settings, String login, String password) Creates new instance.protectedSingleEndpointGoodDataRestProvider(GoodDataEndpoint endpoint, GoodDataSettings settings, GoodDataHttpClientBuilder builder) Creates new instance.SstGoodDataRestProvider(GoodDataEndpoint endpoint, GoodDataSettings settings, String sst) Create SST REST provider