Uses of Class
com.gooddata.sdk.service.GoodDataSettings
Packages that use GoodDataSettings
Package
Description
-
Uses of GoodDataSettings in com.gooddata.sdk.service
Methods in com.gooddata.sdk.service that return GoodDataSettingsModifier and TypeMethodDescriptionGoodDataRestProvider.getSettings()Settings used by the provider.Constructors in com.gooddata.sdk.service with parameters of type GoodDataSettingsModifierConstructorDescriptionAbstractService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings) Sets RESTful HTTP Spring template.GoodData(String login, String password, GoodDataSettings settings) Create instance configured to communicate with GoodData Platform under user with given credentials.GoodData(String hostname, String login, String password, int port, GoodDataSettings settings) Create instance configured to communicate with GoodData Platform running on given host and port using given user's credentials.GoodData(String hostname, String login, String password, int port, String protocol, GoodDataSettings settings) Create instance configured to communicate with GoodData Platform running on given host, port and protocol using given user's credentials.GoodData(String hostname, String login, String password, GoodDataSettings settings) Create instance configured to communicate with GoodData Platform running on given host using given user's credentials. -
Uses of GoodDataSettings in com.gooddata.sdk.service.account
Constructors in com.gooddata.sdk.service.account with parameters of type GoodDataSettingsModifierConstructorDescriptionAccountService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings) Constructs service for GoodData account management. -
Uses of GoodDataSettings in com.gooddata.sdk.service.auditevent
Constructors in com.gooddata.sdk.service.auditevent with parameters of type GoodDataSettingsModifierConstructorDescriptionAuditEventService(org.springframework.web.client.RestTemplate restTemplate, AccountService accountService, GoodDataSettings settings) Service for audit events -
Uses of GoodDataSettings in com.gooddata.sdk.service.connector
Constructors in com.gooddata.sdk.service.connector with parameters of type GoodDataSettingsModifierConstructorDescriptionConnectorService(org.springframework.web.client.RestTemplate restTemplate, ProjectService projectService, GoodDataSettings settings) -
Uses of GoodDataSettings in com.gooddata.sdk.service.dataload
Constructors in com.gooddata.sdk.service.dataload with parameters of type GoodDataSettingsModifierConstructorDescriptionOutputStageService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings) Sets RESTful HTTP Spring template. -
Uses of GoodDataSettings in com.gooddata.sdk.service.dataload.processes
Constructors in com.gooddata.sdk.service.dataload.processes with parameters of type GoodDataSettingsModifierConstructorDescriptionProcessService(org.springframework.web.client.RestTemplate restTemplate, AccountService accountService, DataStoreService dataStoreService, GoodDataSettings settings) Sets RESTful HTTP Spring template. -
Uses of GoodDataSettings in com.gooddata.sdk.service.dataset
Constructors in com.gooddata.sdk.service.dataset with parameters of type GoodDataSettingsModifierConstructorDescriptionDatasetService(org.springframework.web.client.RestTemplate restTemplate, DataStoreService dataStoreService, GoodDataSettings settings) -
Uses of GoodDataSettings in com.gooddata.sdk.service.executeafm
Constructors in com.gooddata.sdk.service.executeafm with parameters of type GoodDataSettingsModifierConstructorDescriptionExecuteAfmService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings) Constructor. -
Uses of GoodDataSettings in com.gooddata.sdk.service.export
Constructors in com.gooddata.sdk.service.export with parameters of type GoodDataSettingsModifierConstructorDescriptionExportService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings) Service for data export -
Uses of GoodDataSettings in com.gooddata.sdk.service.featureflag
Constructors in com.gooddata.sdk.service.featureflag with parameters of type GoodDataSettingsModifierConstructorDescriptionFeatureFlagService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings) Deprecated.Constructs service for GoodData feature flags management. -
Uses of GoodDataSettings in com.gooddata.sdk.service.gdc
Constructors in com.gooddata.sdk.service.gdc with parameters of type GoodDataSettingsModifierConstructorDescriptionGdcService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings) -
Uses of GoodDataSettings in com.gooddata.sdk.service.hierarchicalconfig
Constructors in com.gooddata.sdk.service.hierarchicalconfig with parameters of type GoodDataSettingsModifierConstructorDescriptionHierarchicalConfigService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings) -
Uses of GoodDataSettings in com.gooddata.sdk.service.httpcomponents
Fields in com.gooddata.sdk.service.httpcomponents declared as GoodDataSettingsModifier and TypeFieldDescriptionprotected final GoodDataSettingsSingleEndpointGoodDataRestProvider.settingsMethods in com.gooddata.sdk.service.httpcomponents that return GoodDataSettingsMethods in com.gooddata.sdk.service.httpcomponents with parameters of type GoodDataSettingsModifier and TypeMethodDescriptionorg.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.protected org.apache.http.impl.client.HttpClientBuilderSingleEndpointGoodDataRestProvider.createHttpClientBuilder(GoodDataSettings settings) Creates http client builder, applying given settings.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 GoodDataSettingsModifierConstructorDescriptionLoginPasswordGoodDataRestProvider(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 -
Uses of GoodDataSettings in com.gooddata.sdk.service.lcm
Constructors in com.gooddata.sdk.service.lcm with parameters of type GoodDataSettingsModifierConstructorDescriptionLcmService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings) Constructs service for GoodData Life Cycle Management. -
Uses of GoodDataSettings in com.gooddata.sdk.service.md
Constructors in com.gooddata.sdk.service.md with parameters of type GoodDataSettingsModifierConstructorDescriptionMetadataService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings) -
Uses of GoodDataSettings in com.gooddata.sdk.service.md.maintenance
Constructors in com.gooddata.sdk.service.md.maintenance with parameters of type GoodDataSettingsModifierConstructorDescriptionExportImportService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings) -
Uses of GoodDataSettings in com.gooddata.sdk.service.notification
Constructors in com.gooddata.sdk.service.notification with parameters of type GoodDataSettingsModifierConstructorDescriptionNotificationService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings) -
Uses of GoodDataSettings in com.gooddata.sdk.service.project
Constructors in com.gooddata.sdk.service.project with parameters of type GoodDataSettingsModifierConstructorDescriptionProjectService(org.springframework.web.client.RestTemplate restTemplate, AccountService accountService, GoodDataSettings settings) Constructs service for GoodData project management (list projects, create a project, ...). -
Uses of GoodDataSettings in com.gooddata.sdk.service.project.model
Constructors in com.gooddata.sdk.service.project.model with parameters of type GoodDataSettingsModifierConstructorDescriptionModelService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings) -
Uses of GoodDataSettings in com.gooddata.sdk.service.projecttemplate
Constructors in com.gooddata.sdk.service.projecttemplate with parameters of type GoodDataSettingsModifierConstructorDescriptionProjectTemplateService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings) Deprecated.Sets RESTful HTTP Spring template. -
Uses of GoodDataSettings in com.gooddata.sdk.service.warehouse
Constructors in com.gooddata.sdk.service.warehouse with parameters of type GoodDataSettingsModifierConstructorDescriptionWarehouseService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings) Sets RESTful HTTP Spring template.