Uses of Class
com.gooddata.sdk.service.AbstractService
-
-
Uses of AbstractService in com.gooddata.sdk.service
Constructors in com.gooddata.sdk.service with parameters of type AbstractService Constructor Description PollResult(AbstractService service, PollHandler<?,T> handler)Creates a new instance of the result to be eventually retrieved by polling on the REST API. -
Uses of AbstractService in com.gooddata.sdk.service.account
Subclasses of AbstractService in com.gooddata.sdk.service.account Modifier and Type Class Description classAccountServiceService to access and manipulate account. -
Uses of AbstractService in com.gooddata.sdk.service.auditevent
Subclasses of AbstractService in com.gooddata.sdk.service.auditevent Modifier and Type Class Description classAuditEventServiceList audit events. -
Uses of AbstractService in com.gooddata.sdk.service.connector
Subclasses of AbstractService in com.gooddata.sdk.service.connector Modifier and Type Class Description classConnectorServiceService for connector integration creation, update of its settings or execution of its process. -
Uses of AbstractService in com.gooddata.sdk.service.dataload
Subclasses of AbstractService in com.gooddata.sdk.service.dataload Modifier and Type Class Description classOutputStageServiceService to manage output stage. -
Uses of AbstractService in com.gooddata.sdk.service.dataload.processes
Subclasses of AbstractService in com.gooddata.sdk.service.dataload.processes Modifier and Type Class Description classProcessServiceService to manage dataload processes and process executions. -
Uses of AbstractService in com.gooddata.sdk.service.dataset
Subclasses of AbstractService in com.gooddata.sdk.service.dataset Modifier and Type Class Description classDatasetServiceService to work with datasets, manifests and dataset uploads. -
Uses of AbstractService in com.gooddata.sdk.service.executeafm
Subclasses of AbstractService in com.gooddata.sdk.service.executeafm Modifier and Type Class Description classExecuteAfmServiceService for executing reports with new visualization structures like AFM or Visualization Object. -
Uses of AbstractService in com.gooddata.sdk.service.export
Subclasses of AbstractService in com.gooddata.sdk.service.export Modifier and Type Class Description classExportServiceExport project data -
Uses of AbstractService in com.gooddata.sdk.service.featureflag
Subclasses of AbstractService in com.gooddata.sdk.service.featureflag Modifier and Type Class Description classFeatureFlagServiceDeprecated. -
Uses of AbstractService in com.gooddata.sdk.service.gdc
Subclasses of AbstractService in com.gooddata.sdk.service.gdc Modifier and Type Class Description classGdcServiceService to work with GoodData API root. -
Uses of AbstractService in com.gooddata.sdk.service.hierarchicalconfig
Subclasses of AbstractService in com.gooddata.sdk.service.hierarchicalconfig Modifier and Type Class Description classHierarchicalConfigServiceProvides hierarchical configuration management a.k.a. -
Uses of AbstractService in com.gooddata.sdk.service.lcm
Subclasses of AbstractService in com.gooddata.sdk.service.lcm Modifier and Type Class Description classLcmServiceService, which provides access to lifecycle management objects. -
Uses of AbstractService in com.gooddata.sdk.service.md
Subclasses of AbstractService in com.gooddata.sdk.service.md Modifier and Type Class Description classMetadataServiceQuery, create and update project metadata - attributes, facts, metrics, reports,... -
Uses of AbstractService in com.gooddata.sdk.service.md.maintenance
Subclasses of AbstractService in com.gooddata.sdk.service.md.maintenance Modifier and Type Class Description classExportImportServiceService providing metadata export/import tasks. -
Uses of AbstractService in com.gooddata.sdk.service.notification
Subclasses of AbstractService in com.gooddata.sdk.service.notification Modifier and Type Class Description classNotificationServiceService to trigger and manage notifications. -
Uses of AbstractService in com.gooddata.sdk.service.project
Subclasses of AbstractService in com.gooddata.sdk.service.project Modifier and Type Class Description classProjectServiceList projects, create a project, ... -
Uses of AbstractService in com.gooddata.sdk.service.project.model
Subclasses of AbstractService in com.gooddata.sdk.service.project.model Modifier and Type Class Description classModelServiceService for manipulating with project model -
Uses of AbstractService in com.gooddata.sdk.service.projecttemplate
Subclasses of AbstractService in com.gooddata.sdk.service.projecttemplate Modifier and Type Class Description classProjectTemplateServiceDeprecated.The project templates are deprecated and stopped working on May 15, 2019. -
Uses of AbstractService in com.gooddata.sdk.service.warehouse
Subclasses of AbstractService in com.gooddata.sdk.service.warehouse Modifier and Type Class Description classWarehouseServiceProvide access to warehouse API - create, update, list and delete warehouses.
-