Uses of Class
com.gooddata.sdk.service.account.AccountService
Packages that use AccountService
Package
Description
-
Uses of AccountService in com.gooddata.sdk.service
Methods in com.gooddata.sdk.service that return AccountServiceModifier and TypeMethodDescriptionGoodData.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 AccountServiceModifierConstructorDescriptionAuditEventService(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 AccountServiceModifierConstructorDescriptionProcessService(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 AccountServiceModifierConstructorDescriptionProjectService(org.springframework.web.client.RestTemplate restTemplate, AccountService accountService, GoodDataSettings settings) Constructs service for GoodData project management (list projects, create a project, ...).