| Constructor and Description |
|---|
AbstractService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Sets RESTful HTTP Spring template.
|
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.
|
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,
GoodDataSettings settings)
Create instance configured to communicate with GoodData Platform running on given host using given user's
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.
|
| Constructor and Description |
|---|
AccountService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Constructs service for GoodData account management.
|
| Constructor and Description |
|---|
AuditEventService(org.springframework.web.client.RestTemplate restTemplate,
AccountService accountService,
GoodDataSettings settings)
Service for audit events
|
| Constructor and Description |
|---|
ConnectorService(org.springframework.web.client.RestTemplate restTemplate,
ProjectService projectService,
GoodDataSettings settings) |
| Constructor and Description |
|---|
OutputStageService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Sets RESTful HTTP Spring template.
|
| Constructor and Description |
|---|
ProcessService(org.springframework.web.client.RestTemplate restTemplate,
AccountService accountService,
DataStoreService dataStoreService,
GoodDataSettings settings)
Sets RESTful HTTP Spring template.
|
| Constructor and Description |
|---|
DatasetService(org.springframework.web.client.RestTemplate restTemplate,
DataStoreService dataStoreService,
GoodDataSettings settings) |
| Constructor and Description |
|---|
ExportService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataEndpoint endpoint,
GoodDataSettings settings)
Service for data export
|
| Constructor and Description |
|---|
FeatureFlagService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Constructs service for GoodData feature flags management.
|
| Constructor and Description |
|---|
GdcService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings) |
| Constructor and Description |
|---|
MetadataService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings) |
| Constructor and Description |
|---|
ExportImportService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings) |
| Constructor and Description |
|---|
ModelService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings) |
| Constructor and Description |
|---|
NotificationService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings) |
| Constructor and Description |
|---|
ProjectService(org.springframework.web.client.RestTemplate restTemplate,
AccountService accountService,
GoodDataSettings settings)
Constructs service for GoodData project management (list projects, create a project, ...).
|
| Constructor and Description |
|---|
ProjectTemplateService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Sets RESTful HTTP Spring template.
|
| Constructor and Description |
|---|
ReportService(ExportService service,
org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Deprecated.
|
| Constructor and Description |
|---|
WarehouseService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Sets RESTful HTTP Spring template.
|
Copyright © 2017. All rights reserved.