Uses of Class
com.gooddata.sdk.service.GoodDataSettings
-
-
Uses of GoodDataSettings in com.gooddata.sdk.service
Methods in com.gooddata.sdk.service that return GoodDataSettings Modifier and Type Method Description GoodDataSettingsGoodDataRestProvider. getSettings()Settings used by the provider.Constructors in com.gooddata.sdk.service with parameters of type GoodDataSettings Constructor Description AbstractService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings)Sets RESTful HTTP Spring template.GoodData(java.lang.String login, java.lang.String password, GoodDataSettings settings)Create instance configured to communicate with GoodData Platform under user with given credentials.GoodData(java.lang.String hostname, java.lang.String login, java.lang.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(java.lang.String hostname, java.lang.String login, java.lang.String password, int port, java.lang.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(java.lang.String hostname, java.lang.String login, java.lang.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 GoodDataSettings Constructor Description AccountService(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 GoodDataSettings Constructor Description AuditEventService(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 GoodDataSettings Constructor Description ConnectorService(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 GoodDataSettings Constructor Description OutputStageService(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 GoodDataSettings Constructor Description ProcessService(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 GoodDataSettings Constructor Description DatasetService(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 GoodDataSettings Constructor Description ExecuteAfmService(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 GoodDataSettings Constructor Description ExportService(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 GoodDataSettings Constructor Description FeatureFlagService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings)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 GoodDataSettings Constructor Description GdcService(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 GoodDataSettings Modifier and Type Field Description protected GoodDataSettingsSingleEndpointGoodDataRestProvider. settingsMethods in com.gooddata.sdk.service.httpcomponents that return GoodDataSettings Modifier and Type Method Description GoodDataSettingsSingleEndpointGoodDataRestProvider. getSettings()Methods in com.gooddata.sdk.service.httpcomponents with parameters of type GoodDataSettings 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.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 GoodDataSettings 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 -
Uses of GoodDataSettings in com.gooddata.sdk.service.lcm
Constructors in com.gooddata.sdk.service.lcm with parameters of type GoodDataSettings Constructor Description LcmService(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 GoodDataSettings Constructor Description MetadataService(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 GoodDataSettings Constructor Description ExportImportService(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 GoodDataSettings Constructor Description NotificationService(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 GoodDataSettings Constructor Description ProjectService(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 GoodDataSettings Constructor Description ModelService(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 GoodDataSettings Constructor Description ProjectTemplateService(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 GoodDataSettings Constructor Description WarehouseService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings)Sets RESTful HTTP Spring template.
-