Uses of Class
com.gooddata.sdk.service.account.AccountService
-
Packages that use AccountService Package Description com.gooddata.sdk.service com.gooddata.sdk.service.auditevent com.gooddata.sdk.service.dataload.processes com.gooddata.sdk.service.project -
-
Uses of AccountService in com.gooddata.sdk.service
Methods in com.gooddata.sdk.service that return AccountService Modifier and Type Method Description AccountServiceGoodData. getAccountService()Get initialized service for account management (to get current account information, logout, ...) -
Uses of AccountService in com.gooddata.sdk.service.auditevent
Constructors in com.gooddata.sdk.service.auditevent with parameters of type AccountService Constructor Description AuditEventService(org.springframework.web.client.RestTemplate restTemplate, AccountService accountService, GoodDataSettings settings)Service for audit events -
Uses of AccountService in com.gooddata.sdk.service.dataload.processes
Constructors in com.gooddata.sdk.service.dataload.processes with parameters of type AccountService Constructor Description ProcessService(org.springframework.web.client.RestTemplate restTemplate, AccountService accountService, DataStoreService dataStoreService, GoodDataSettings settings)Sets RESTful HTTP Spring template. -
Uses of AccountService in com.gooddata.sdk.service.project
Constructors in com.gooddata.sdk.service.project with parameters of type AccountService Constructor Description ProjectService(org.springframework.web.client.RestTemplate restTemplate, AccountService accountService, GoodDataSettings settings)Constructs service for GoodData project management (list projects, create a project, ...).
-