Skip navigation links
A C D E F G H I J K L M N O P Q R S T U V W Z 

A

AboutLinks - Class in com.gooddata.gdc
Collection of links with "about" metadata.
AboutLinks(String, String, String, List<AboutLinks.Link>) - Constructor for class com.gooddata.gdc.AboutLinks
 
AboutLinks.Link - Class in com.gooddata.gdc
Link with metadata.
AbsoluteDateFilter - Class in com.gooddata.executeafm.afm
Represents DateFilter specifying exact from and to dates.
AbsoluteDateFilter(ObjQualifier, LocalDate, LocalDate) - Constructor for class com.gooddata.executeafm.afm.AbsoluteDateFilter
Creates new filter instance
AbstractMaql - Class in com.gooddata.gdc
Abstract MAQL statement.
AbstractMaql(String) - Constructor for class com.gooddata.gdc.AbstractMaql
 
AbstractObj - Class in com.gooddata.md
Metadata object (common part)
AbstractObj(Meta) - Constructor for class com.gooddata.md.AbstractObj
 
AbstractPollHandler<P,R> - Class in com.gooddata
For internal use by services employing polling.
AbstractPollHandler(String, Class<P>, Class<R>) - Constructor for class com.gooddata.AbstractPollHandler
Creates a new instance of polling handler
AbstractPollHandlerBase<P,R> - Class in com.gooddata
For internal use by services employing polling.
AbstractPollHandlerBase(Class<P>, Class<R>) - Constructor for class com.gooddata.AbstractPollHandlerBase
 
AbstractService - Class in com.gooddata
Parent for GoodData services providing helpers for REST API calls and polling.
AbstractService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.AbstractService
Sets RESTful HTTP Spring template.
AbstractService(RestTemplate) - Constructor for class com.gooddata.AbstractService
AbstractService.OutputStreamResponseExtractor - Class in com.gooddata
 
Account - Class in com.gooddata.account
Account setting
Account(String, String, Account.Links) - Constructor for class com.gooddata.account.Account
 
Account(String, String, String, String) - Constructor for class com.gooddata.account.Account
Account creation constructor
AccountNotFoundException - Exception in com.gooddata.account
Account doesn't exist.
AccountNotFoundException(String, GoodDataRestException) - Constructor for exception com.gooddata.account.AccountNotFoundException
 
ACCOUNTS_TEMPLATE - Static variable in class com.gooddata.account.Account
 
ACCOUNTS_URI - Static variable in class com.gooddata.account.Account
 
AccountService - Class in com.gooddata.account
Service to access and manipulate account.
AccountService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.account.AccountService
Constructs service for GoodData account management.
AccountService(RestTemplate) - Constructor for class com.gooddata.account.AccountService
Deprecated.
use AccountService(RestTemplate, GoodDataSettings) constructor instead
addAttribute(AttributeItem) - Method in class com.gooddata.executeafm.afm.Afm
 
addBccAddress(String) - Method in class com.gooddata.md.ScheduledMail
 
addDashboardAttachment(String, Integer, String, String...) - Method in class com.gooddata.md.ScheduledMail
 
addDimension(Dimension) - Method in class com.gooddata.executeafm.resultspec.ResultSpec
 
addFilter(CompatibilityFilter) - Method in class com.gooddata.executeafm.afm.Afm
 
addFilter(FilterItem) - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
Apply additional filter
addFlag(String, boolean) - Method in class com.gooddata.featureflag.FeatureFlags
Adds the feature flag of given name and given value.
addHeaderItems(List<List<ResultHeaderItem>>) - Method in class com.gooddata.executeafm.result.ExecutionResult
Add header items for next dimension (this method will add dimension in header items)
addMeasure(MeasureItem) - Method in class com.gooddata.executeafm.afm.Afm
 
addNativeTotal(NativeTotalItem) - Method in class com.gooddata.executeafm.afm.Afm
 
addParam(String, String) - Method in class com.gooddata.dataload.processes.Schedule
 
addReportAttachment(ReportDefinition, Map<String, String>, String...) - Method in class com.gooddata.md.ScheduledMail
 
addReportAttachment(ReportDefinition, Map<String, String>, ReportExportFormat...) - Method in class com.gooddata.md.ScheduledMail
addReportAttachment(ReportDefinition, Map<String, String>, ExportFormat...) - Method in class com.gooddata.md.ScheduledMail
 
addS3Credentials(Warehouse, WarehouseS3Credentials) - Method in class com.gooddata.warehouse.WarehouseService
add new S3 credentials to the Warehouse
addSort(SortItem) - Method in class com.gooddata.executeafm.resultspec.ResultSpec
 
addToAddress(String) - Method in class com.gooddata.md.ScheduledMail
 
addTotal(TotalItem) - Method in class com.gooddata.executeafm.resultspec.Dimension
 
addUserToProject(Project, Account, Role...) - Method in class com.gooddata.project.ProjectService
Add user in to the project
addUserToWarehouse(Warehouse, WarehouseUser) - Method in class com.gooddata.warehouse.WarehouseService
Add given user to given warehouse.
ADMIN_ROLE - Static variable in class com.gooddata.warehouse.WarehouseUser
Deprecated.
ADMIN_URI - Static variable in class com.gooddata.auditevent.AuditEvent
 
ADMIN_URI_TEMPLATE - Static variable in class com.gooddata.auditevent.AuditEvent
 
Afm - Class in com.gooddata.executeafm.afm
Attributes Filters and Measures in so called object form (could have MAQL form in future)
Afm(List<AttributeItem>, List<CompatibilityFilter>, List<MeasureItem>, List<NativeTotalItem>) - Constructor for class com.gooddata.executeafm.afm.Afm
 
Afm() - Constructor for class com.gooddata.executeafm.afm.Afm
 
AGGREGATED_FEATURE_FLAGS_TEMPLATE - Static variable in class com.gooddata.featureflag.FeatureFlags
 
AGGREGATED_FEATURE_FLAGS_URI - Static variable in class com.gooddata.featureflag.FeatureFlags
 
Aggregation - Enum in com.gooddata.executeafm.afm
Represents possible aggregation values at SimpleMeasureDefinition
arrayToStringArray(ExportFormat...) - Static method in enum com.gooddata.export.ExportFormat
 
arrayToStringArray(ReportExportFormat...) - Static method in enum com.gooddata.report.ReportExportFormat
Deprecated.
 
asList() - Method in interface com.gooddata.executeafm.result.Data
 
asList() - Method in class com.gooddata.executeafm.result.DataList
 
asMap() - Method in class com.gooddata.project.ProjectValidationResultSliElParam
Returns map of tuples <ID, value>.
AsyncTask - Class in com.gooddata.gdc
Asynchronous task containing link for polling.
AsyncTask(String) - Constructor for class com.gooddata.gdc.AsyncTask
 
Attachment - Class in com.gooddata.md
Common ancestor to ScheduledMail attachments.
Attachment(String) - Constructor for class com.gooddata.md.Attachment
 
Attribute - Class in com.gooddata.md
Attribute of GoodData project dataset
AttributeDisplayForm - Class in com.gooddata.md
Display form of attribute
AttributeElement - Class in com.gooddata.md
Represent one element of attribute values
AttributeFilter - Class in com.gooddata.executeafm.afm
Represents filter by attribute.
AttributeHeader - Class in com.gooddata.executeafm.response
Header of an attribute.
AttributeHeader(String, String, String, String) - Constructor for class com.gooddata.executeafm.response.AttributeHeader
Deprecated.
use the constructor with AttributeInHeader
AttributeHeader(String, String, String, String, List<TotalHeaderItem>) - Constructor for class com.gooddata.executeafm.response.AttributeHeader
Deprecated.
use the constructor with AttributeInHeader
AttributeHeader(String, String, String, String, AttributeInHeader) - Constructor for class com.gooddata.executeafm.response.AttributeHeader
Creates new header
AttributeHeader(String, String, String, String, AttributeInHeader, List<TotalHeaderItem>) - Constructor for class com.gooddata.executeafm.response.AttributeHeader
Creates new header
AttributeHeaderItem - Class in com.gooddata.executeafm.result
Header item for attribute
AttributeHeaderItem(String, String) - Constructor for class com.gooddata.executeafm.result.AttributeHeaderItem
Creates new header item
AttributeInGrid - Class in com.gooddata.md.report
Attribute in Grid
AttributeInGrid(String) - Constructor for class com.gooddata.md.report.AttributeInGrid
Deprecated.
because empty alias does not make much sense
AttributeInGrid(String, String) - Constructor for class com.gooddata.md.report.AttributeInGrid
Creates new instance.
AttributeInGrid(String, String, List<List<Total>>) - Constructor for class com.gooddata.md.report.AttributeInGrid
Creates new instance.
AttributeInGrid(DisplayForm) - Constructor for class com.gooddata.md.report.AttributeInGrid
Creates new AttributeInGrid using given DisplayForm's uri and it's title as alias.
AttributeInGrid(DisplayForm, String) - Constructor for class com.gooddata.md.report.AttributeInGrid
Creates new AttributeInGrid using given DisplayForm's uri and given alias.
AttributeInGrid(Attribute) - Constructor for class com.gooddata.md.report.AttributeInGrid
Creates new AttributeInGrid using given Attribute's default DisplayForm's uri and Attribute's title as alias.
AttributeInGrid(Attribute, String) - Constructor for class com.gooddata.md.report.AttributeInGrid
Creates new AttributeInGrid using given Attribute's default DisplayForm's uri and given alias.
AttributeInHeader - Class in com.gooddata.executeafm.response
Represents attribute in AttributeHeader
AttributeInHeader(String, String, String) - Constructor for class com.gooddata.executeafm.response.AttributeInHeader
Creates new instance
AttributeItem - Class in com.gooddata.executeafm.afm
Represents attribute within Afm
AttributeItem(ObjQualifier, String, String) - Constructor for class com.gooddata.executeafm.afm.AttributeItem
Creates new instance
AttributeItem(ObjQualifier, String) - Constructor for class com.gooddata.executeafm.afm.AttributeItem
Creates new instance
AttributeLocatorItem - Class in com.gooddata.executeafm.resultspec
Holds attribute including it's specific element
AttributeLocatorItem(String, String) - Constructor for class com.gooddata.executeafm.resultspec.AttributeLocatorItem
 
AttributeSortAggregation - Enum in com.gooddata.executeafm.resultspec
Represents aggregation used when putting together all related values belonging to attribute element when we are sorting by this attribute.
AttributeSortItem - Class in com.gooddata.executeafm.resultspec
Define sort by specific attribute With "aggregation" active you can sort all elements of attribute by "aggregation fn" applied to all valid values belonging to each element.
AttributeSortItem(String, String, String) - Constructor for class com.gooddata.executeafm.resultspec.AttributeSortItem
 
AttributeSortItem(String, String) - Constructor for class com.gooddata.executeafm.resultspec.AttributeSortItem
 
AttributeSortItem(Direction, String) - Constructor for class com.gooddata.executeafm.resultspec.AttributeSortItem
 
AttributeSortItem(Direction, String, AttributeSortAggregation) - Constructor for class com.gooddata.executeafm.resultspec.AttributeSortItem
 
AuditEvent - Class in com.gooddata.auditevent
Audit event
AuditEvent(String, String, DateTime, DateTime, String, boolean, String, Map<String, String>, Map<String, String>) - Constructor for class com.gooddata.auditevent.AuditEvent
 
AuditEventPageRequest - Class in com.gooddata.auditevent
Class to encapsulate time filtering and paging parameters
AuditEventPageRequest() - Constructor for class com.gooddata.auditevent.AuditEventPageRequest
 
AuditEvents - Class in com.gooddata.auditevent
Pageable list DTO for Audit events
AuditEvents(List<AuditEvent>, Paging, Map<String, String>) - Constructor for class com.gooddata.auditevent.AuditEvents
 
AuditEventService - Class in com.gooddata.auditevent
List audit events.
AuditEventService(RestTemplate, AccountService, GoodDataSettings) - Constructor for class com.gooddata.auditevent.AuditEventService
Service for audit events
AuditEventService(RestTemplate, AccountService) - Constructor for class com.gooddata.auditevent.AuditEventService
Deprecated.
use AuditEventService(RestTemplate, AccountService, GoodDataSettings) constructor instead
AuditEventsForbiddenException - Exception in com.gooddata.auditevent
 
AuditEventsForbiddenException(Throwable) - Constructor for exception com.gooddata.auditevent.AuditEventsForbiddenException
 
Authentication - Interface in com.gooddata
User authentication strategy.

C

canEqual(Object) - Method in class com.gooddata.auditevent.AuditEventPageRequest
 
Channel - Class in com.gooddata.notification
Notification channel
Channel(Configuration, String) - Constructor for class com.gooddata.notification.Channel
 
Column - Class in com.gooddata.md
Represents physical data model column.
com.gooddata - package com.gooddata
 
com.gooddata.account - package com.gooddata.account
 
com.gooddata.auditevent - package com.gooddata.auditevent
 
com.gooddata.authentication - package com.gooddata.authentication
 
com.gooddata.connector - package com.gooddata.connector
 
com.gooddata.dataload - package com.gooddata.dataload
 
com.gooddata.dataload.processes - package com.gooddata.dataload.processes
 
com.gooddata.dataset - package com.gooddata.dataset
 
com.gooddata.executeafm - package com.gooddata.executeafm
 
com.gooddata.executeafm.afm - package com.gooddata.executeafm.afm
 
com.gooddata.executeafm.response - package com.gooddata.executeafm.response
 
com.gooddata.executeafm.result - package com.gooddata.executeafm.result
 
com.gooddata.executeafm.resultspec - package com.gooddata.executeafm.resultspec
 
com.gooddata.export - package com.gooddata.export
 
com.gooddata.featureflag - package com.gooddata.featureflag
 
com.gooddata.gdc - package com.gooddata.gdc
 
com.gooddata.md - package com.gooddata.md
 
com.gooddata.md.maintenance - package com.gooddata.md.maintenance
 
com.gooddata.md.report - package com.gooddata.md.report
 
com.gooddata.model - package com.gooddata.model
 
com.gooddata.notification - package com.gooddata.notification
 
com.gooddata.project - package com.gooddata.project
 
com.gooddata.projecttemplate - package com.gooddata.projecttemplate
 
com.gooddata.report - package com.gooddata.report
 
com.gooddata.util - package com.gooddata.util
 
com.gooddata.warehouse - package com.gooddata.warehouse
 
CompatibilityFilter - Interface in com.gooddata.executeafm.afm
Covers all the filters including the "deprecated" ones.
Configuration - Interface in com.gooddata.notification
Interface for configurations of channel
ConnectorException - Exception in com.gooddata.connector
Represents error in ConnectorService.
ConnectorException(String) - Constructor for exception com.gooddata.connector.ConnectorException
 
ConnectorException(String, Throwable) - Constructor for exception com.gooddata.connector.ConnectorException
 
ConnectorService - Class in com.gooddata.connector
Service for connector integration creation, update of its settings or execution of its process.
ConnectorService(RestTemplate, ProjectService, GoodDataSettings) - Constructor for class com.gooddata.connector.ConnectorService
 
ConnectorService(RestTemplate, ProjectService) - Constructor for class com.gooddata.connector.ConnectorService
Deprecated.
use ConnectorService(RestTemplate, ProjectService, GoodDataSettings) constructor instead
ConnectorType - Enum in com.gooddata.connector
Enum containing implemented connector types.
content - Variable in class com.gooddata.md.AttributeDisplayForm
 
content - Variable in class com.gooddata.md.DisplayForm
 
Content(String, String, String, String) - Constructor for class com.gooddata.md.DisplayForm.Content
 
Content(Collection<Key>, Collection<Key>, Collection<DisplayForm>, String, String, AttributeSort, String, Collection<String>, Collection<String>, Collection<String>, String, String, Collection<String>, Collection<String>) - Constructor for class com.gooddata.md.NestedAttribute.Content
 
copy(AuditEventPageRequest) - Static method in class com.gooddata.auditevent.AuditEventPageRequest
Copy constructor
count(int...) - Method in class com.gooddata.executeafm.result.Paging
Sets count compound of given elements, each element per dimension
CoupaInstance - Class in com.gooddata.connector
Coupa connector instance.
CoupaInstance(String, String, String) - Constructor for class com.gooddata.connector.CoupaInstance
Constructor.
CoupaProcessExecution - Class in com.gooddata.connector
Coupa connector process execution (i.e. definition for single ETL run).
CoupaProcessExecution() - Constructor for class com.gooddata.connector.CoupaProcessExecution
 
CoupaSettings - Class in com.gooddata.connector
Coupa connector settings (contains timezone only)
CoupaSettings(String) - Constructor for class com.gooddata.connector.CoupaSettings
 
create(String, List<? extends GridElement>, List<? extends GridElement>, List<MetricElement>) - Static method in class com.gooddata.md.report.GridReportDefinitionContent
 
create(String, List<? extends GridElement>, List<? extends GridElement>, List<MetricElement>, Collection<Filter>) - Static method in class com.gooddata.md.report.GridReportDefinitionContent
 
create(String, List<GridElement>, List<GridElement>, List<MetricElement>) - Static method in class com.gooddata.md.report.OneNumberReportDefinitionContent
 
create(String, List<GridElement>, List<GridElement>, List<MetricElement>, Collection<Filter>) - Static method in class com.gooddata.md.report.OneNumberReportDefinitionContent
 
CREATE_URI - Static variable in interface com.gooddata.md.Obj
 
CREATE_WITH_ID_URI - Static variable in interface com.gooddata.md.Obj
 
createAccount(Account, String) - Method in class com.gooddata.account.AccountService
Creates new account in given organization (domain).
createChannel(Account, Channel) - Method in class com.gooddata.notification.NotificationService
Create channel for notifications
createCoupaInstance(Project, CoupaInstance) - Method in class com.gooddata.connector.ConnectorService
Creates Coupa connector instance.
CreatedInvitations - Class in com.gooddata.project
Created invitations
createHttpClient(GoodDataEndpoint, HttpClientBuilder) - Method in interface com.gooddata.Authentication
Authenticate user
createHttpClient(GoodDataEndpoint, HttpClientBuilder) - Method in class com.gooddata.authentication.LoginPasswordAuthentication
 
createHttpClient(GoodDataEndpoint, HttpClientBuilder) - Method in class com.gooddata.authentication.SstAuthentication
 
createIntegration(Project, Settings) - Method in class com.gooddata.connector.ConnectorService
Create connector integration with given settings
createIntegration(Project, ConnectorType, Integration) - Method in class com.gooddata.connector.ConnectorService
Create connector integration
createObj(Project, T) - Method in class com.gooddata.md.MetadataService
Create metadata object in given project
createProcess(Project, DataloadProcess, File) - Method in class com.gooddata.dataload.processes.ProcessService
Create new process with given data by given project.
createProcess(Project, DataloadProcess) - Method in class com.gooddata.dataload.processes.ProcessService
Create new process without data.
createProcessFromAppstore(Project, DataloadProcess) - Method in class com.gooddata.dataload.processes.ProcessService
Create new process from appstore.
createProcessPollResult(String) - Method in class com.gooddata.connector.ConnectorService
 
createProject(Project) - Method in class com.gooddata.project.ProjectService
Create new project.
createProjectFeatureFlag(Project, ProjectFeatureFlag) - Method in class com.gooddata.featureflag.FeatureFlagService
Creates new feature flag for given project.
createSchedule(Project, Schedule) - Method in class com.gooddata.dataload.processes.ProcessService
Create new schedule with given data by given project.
createSubscription(Project, Account, Subscription) - Method in class com.gooddata.notification.NotificationService
Create subscription for notifications
createWarehouse(Warehouse) - Method in class com.gooddata.warehouse.WarehouseService
Create new warehouse.
createWithlogin(String, WarehouseUserRole) - Static method in class com.gooddata.warehouse.WarehouseUser
Creates a new WarehouseUser with role and login set
createWithProfile(Account, WarehouseUserRole) - Static method in class com.gooddata.warehouse.WarehouseUser
Creates a new WarehouseUser with role and profile set
createWithProfileUri(String, WarehouseUserRole) - Static method in class com.gooddata.warehouse.WarehouseUser
Creates a new WarehouseUser with role and profileUri set
CURRENT_ID - Static variable in class com.gooddata.account.Account
 

D

DashboardAttachment - Class in com.gooddata.md
Attachment to ScheduledMail represents dashboard-related information for the schedule.
DashboardAttachment(String, Integer, String, String...) - Constructor for class com.gooddata.md.DashboardAttachment
 
Data - Interface in com.gooddata.executeafm.result
Data of ExecutionResult, can be of three basic kinds - Data.NULL, list and simple value.
Data.DataDeserializer - Class in com.gooddata.executeafm.result
 
DATA_ADMIN_ROLE - Static variable in class com.gooddata.warehouse.WarehouseUser
Deprecated.
DataDeserializer() - Constructor for class com.gooddata.executeafm.result.Data.DataDeserializer
 
DataList - Class in com.gooddata.executeafm.result
List value type of Data, basically wrapper for list of nested Data
DataList(List<Data>) - Constructor for class com.gooddata.executeafm.result.DataList
Creates new instance of given list of data
DataLoadingColumn - Class in com.gooddata.md
Represents datasets' loading column.
DataloadProcess - Class in com.gooddata.dataload.processes
Dataload process.
DataloadProcess(String, String) - Constructor for class com.gooddata.dataload.processes.DataloadProcess
 
DataloadProcess(String, String, String) - Constructor for class com.gooddata.dataload.processes.DataloadProcess
Use this constructor, when you want to deploy process from appstore.
DataloadProcess(String, ProcessType) - Constructor for class com.gooddata.dataload.processes.DataloadProcess
 
Dataset - Class in com.gooddata.dataset
Deprecated.
use AboutLinks.Link instead
Dataset(String, String, String) - Constructor for class com.gooddata.dataset.Dataset
Deprecated.
 
Dataset - Class in com.gooddata.md
Represents metadata dataset
DatasetException - Exception in com.gooddata.dataset
Represents error in DatasetService
DatasetException(String, String) - Constructor for exception com.gooddata.dataset.DatasetException
 
DatasetException(String, String, Throwable) - Constructor for exception com.gooddata.dataset.DatasetException
 
DatasetException(String, Collection<String>, Throwable) - Constructor for exception com.gooddata.dataset.DatasetException
 
DatasetException(String, Collection<String>) - Constructor for exception com.gooddata.dataset.DatasetException
 
DatasetManifest - Class in com.gooddata.dataset
Dataset specific upload manifest
DatasetManifest(String) - Constructor for class com.gooddata.dataset.DatasetManifest
 
DatasetManifest(String, InputStream) - Constructor for class com.gooddata.dataset.DatasetManifest
Create dataset upload manifest.
DatasetManifest(String, String, List<DatasetManifest.Part>) - Constructor for class com.gooddata.dataset.DatasetManifest
 
DatasetManifest.Part - Class in com.gooddata.dataset
 
DatasetNotFoundException - Exception in com.gooddata.dataset
Represents error when dataset of the given id was not found
DatasetNotFoundException(String) - Constructor for exception com.gooddata.dataset.DatasetNotFoundException
 
DatasetNotFoundException(String, Throwable) - Constructor for exception com.gooddata.dataset.DatasetNotFoundException
 
DatasetService - Class in com.gooddata.dataset
Service to work with datasets, manifests and dataset uploads.
DatasetService(RestTemplate, DataStoreService, GoodDataSettings) - Constructor for class com.gooddata.dataset.DatasetService
 
DatasetService(RestTemplate, DataStoreService) - Constructor for class com.gooddata.dataset.DatasetService
Deprecated.
use DatasetService(RestTemplate, DataStoreService, GoodDataSettings) constructor instead
DataStoreException - Exception in com.gooddata.gdc
DataStore operation problem
DataStoreException(String, Throwable) - Constructor for exception com.gooddata.gdc.DataStoreException
 
DataStoreService - Class in com.gooddata.gdc
Uploads, downloads, deletes, ... at datastore
DataStoreService(HttpClient, RestTemplate, GdcService, String) - Constructor for class com.gooddata.gdc.DataStoreService
Creates new DataStoreService
DataValue - Class in com.gooddata.executeafm.result
Simple value type of Data.
DataValue(String) - Constructor for class com.gooddata.executeafm.result.DataValue
Creates new instance of given value.
DateFilter - Class in com.gooddata.executeafm.afm
Represents filter by date.
delete(String) - Method in class com.gooddata.gdc.DataStoreService
Delete given path from datastore.
deleteProjectFeatureFlag(ProjectFeatureFlag) - Method in class com.gooddata.featureflag.FeatureFlagService
Deletes existing project feature flag.
deserialize(JsonParser, DeserializationContext) - Method in class com.gooddata.executeafm.result.Data.DataDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.gooddata.util.TagsDeserializer
 
DiffRequest - Class in com.gooddata.model
A request to perform diff between current project model and given targetModel.
DiffRequest(String) - Constructor for class com.gooddata.model.DiffRequest
 
Dimension - Class in com.gooddata.executeafm.resultspec
Dimension content definition.
Dimension(List<String>, Set<TotalItem>) - Constructor for class com.gooddata.executeafm.resultspec.Dimension
Creates new instance
Dimension(List<String>) - Constructor for class com.gooddata.executeafm.resultspec.Dimension
Creates new instance
Dimension(String...) - Constructor for class com.gooddata.executeafm.resultspec.Dimension
Creates new instance
Dimension - Class in com.gooddata.md
Represents metadata dimension.
Direction - Enum in com.gooddata.executeafm.resultspec
 
DisplayForm - Class in com.gooddata.md
Display form
DisplayForm(Meta, DisplayForm.Content, DisplayForm.Links) - Constructor for class com.gooddata.md.DisplayForm
 
DisplayForm.Content - Class in com.gooddata.md
 
DisplayForm.Links - Class in com.gooddata.md
 
download(String) - Method in class com.gooddata.gdc.DataStoreService
Download given path and return data as stream
DownloadParams(Boolean, Integer, Integer) - Constructor for class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
 
DownloadParams(Integer, Integer) - Constructor for class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
 
DownloadParams(Boolean) - Constructor for class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
 

E

EmailConfiguration - Class in com.gooddata.notification
Email configuration of channel
EmailConfiguration(String) - Constructor for class com.gooddata.notification.EmailConfiguration
 
Entry - Class in com.gooddata.md
Metadata entry (can be named "LINK" in some API docs)
Entry(String, String, String, String, String, String, Boolean, String, Set<String>, DateTime, DateTime, Boolean, Boolean) - Constructor for class com.gooddata.md.Entry
 
Environment - Enum in com.gooddata.project
Optional property for project or warehouse create, the property is ignored during update.
equals(Object) - Method in class com.gooddata.auditevent.AuditEventPageRequest
 
equals(Object) - Method in class com.gooddata.connector.CoupaInstance
 
equals(Object) - Method in class com.gooddata.executeafm.IdentifierObjQualifier
 
equals(Object) - Method in class com.gooddata.executeafm.response.AttributeInHeader
 
equals(Object) - Method in class com.gooddata.executeafm.result.DataValue
 
equals(Object) - Method in class com.gooddata.executeafm.result.Warning
 
equals(Object) - Method in class com.gooddata.executeafm.resultspec.TotalItem
 
equals(Object) - Method in class com.gooddata.executeafm.UriObjQualifier
 
equals(Object) - Method in class com.gooddata.featureflag.FeatureFlag
 
equals(Object) - Method in class com.gooddata.featureflag.FeatureFlags
 
equals(Object) - Method in class com.gooddata.featureflag.ProjectFeatureFlag
 
equals(Object) - Method in class com.gooddata.GoodDataSettings
 
equals(Object) - Method in class com.gooddata.md.Attachment
 
equals(Object) - Method in class com.gooddata.md.AttributeElement
 
equals(Object) - Method in class com.gooddata.md.DashboardAttachment
 
equals(String) - Static method in class com.gooddata.md.report.MetricGroup
 
equals(Object) - Method in class com.gooddata.md.report.MetricGroup
 
equals(Object) - Method in class com.gooddata.md.ReportAttachment
 
equals(Object) - Method in class com.gooddata.md.ScheduledMailWhen
 
equals(Object) - Method in class com.gooddata.notification.ProjectEvent
 
equals(Object) - Method in class com.gooddata.project.ProjectValidationResult
 
equals(Object) - Method in class com.gooddata.project.ProjectValidationResultGdcTimeElParam
 
equals(Object) - Method in class com.gooddata.project.ProjectValidationResultObjectParam
 
equals(Object) - Method in class com.gooddata.project.ProjectValidationResultSliElParam
 
equals(Object) - Method in class com.gooddata.project.ProjectValidationResultStringParam
 
equals(Object) - Method in class com.gooddata.project.ProjectValidationType
 
equals(Object) - Method in class com.gooddata.project.Role
 
equals(Object) - Method in class com.gooddata.projecttemplate.Template
 
executeProcess(Project, ProcessExecution) - Method in class com.gooddata.connector.ConnectorService
Execute connector process
executeProcess(ProcessExecution) - Method in class com.gooddata.dataload.processes.ProcessService
Run given execution under given process
ExecuteReport - Class in com.gooddata.export
Report execution request
ExecuteReport(Report) - Constructor for class com.gooddata.export.ExecuteReport
Create ExecuteReport based on Report
executeReport(String, ReportRequest) - Method in class com.gooddata.export.ExportService
 
ExecuteReportDefinition - Class in com.gooddata.export
Report definition execution request
ExecuteReportDefinition(ReportDefinition) - Constructor for class com.gooddata.export.ExecuteReportDefinition
Create ExecuteReportDefinition based on ReportDefinition
executeSchedule(Schedule) - Method in class com.gooddata.dataload.processes.ProcessService
Executes given schedule
Execution - Class in com.gooddata.executeafm
Represents structure for triggering execution of contained AFM (Attributes Filters Metrics).
Execution(Afm, ResultSpec) - Constructor for class com.gooddata.executeafm.Execution
 
Execution(Afm) - Constructor for class com.gooddata.executeafm.Execution
 
ExecutionResponse - Class in com.gooddata.executeafm.response
Represents response on Execution request.
ExecutionResponse(List<ResultDimension>, String) - Constructor for class com.gooddata.executeafm.response.ExecutionResponse
Creates new instance of given dimensions and execution result uri.
ExecutionResult - Class in com.gooddata.executeafm.result
Data result of the Execution.
ExecutionResult(String[], Paging) - Constructor for class com.gooddata.executeafm.result.ExecutionResult
Creates new result
ExecutionResult(String[][], Paging) - Constructor for class com.gooddata.executeafm.result.ExecutionResult
Creates new result
export(ReportDefinition, ExportFormat, OutputStream) - Method in class com.gooddata.export.ExportService
Export the given report definition in the given format to the given output stream
export(Report, ExportFormat, OutputStream) - Method in class com.gooddata.export.ExportService
Export the given report in the given format to the given output stream
exportCsv(Report, OutputStream) - Method in class com.gooddata.export.ExportService
Export the given Report using the raw export (without columns/rows limitations)
exportCsv(ReportDefinition, OutputStream) - Method in class com.gooddata.export.ExportService
Export the given Report Definition using the raw export (without columns/rows limitations)
ExportException - Exception in com.gooddata.export
Exception during export
ExportException(String) - Constructor for exception com.gooddata.export.ExportException
 
ExportException(String, Throwable) - Constructor for exception com.gooddata.export.ExportException
 
ExportFormat - Enum in com.gooddata.export
Format of exported report
ExportImportException - Exception in com.gooddata.md.maintenance
Exception thrown by ExportImportService when some task failed.
ExportImportException(String) - Constructor for exception com.gooddata.md.maintenance.ExportImportException
 
ExportImportException(String, Throwable) - Constructor for exception com.gooddata.md.maintenance.ExportImportException
 
ExportImportService - Class in com.gooddata.md.maintenance
Service providing metadata export/import tasks.
ExportImportService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.md.maintenance.ExportImportService
 
ExportImportService(RestTemplate) - Constructor for class com.gooddata.md.maintenance.ExportImportService
Deprecated.
use ExportImportService(RestTemplate, GoodDataSettings) constructor instead
EXPORTING_URI - Static variable in class com.gooddata.export.ExportService
 
EXPORTING_URI - Static variable in class com.gooddata.report.ReportService
Deprecated.
exportPdf(ProjectDashboard, ProjectDashboard.Tab, OutputStream) - Method in class com.gooddata.export.ExportService
Export the given dashboard tab in PDF format to the given output stream
exportReport(ReportDefinition, ReportExportFormat, OutputStream) - Method in class com.gooddata.report.ReportService
exportReport(Report, ReportExportFormat, OutputStream) - Method in class com.gooddata.report.ReportService
ExportService - Class in com.gooddata.export
Export project data
ExportService(RestTemplate, GoodDataEndpoint, GoodDataSettings) - Constructor for class com.gooddata.export.ExportService
Service for data export
ExportService(RestTemplate, GoodDataEndpoint) - Constructor for class com.gooddata.export.ExportService
Deprecated.
use ExportService(RestTemplate, GoodDataEndpoint, GoodDataSettings) constructor instead
Expression - Class in com.gooddata.md
Expression of fact
Expression(String, String) - Constructor for class com.gooddata.md.Expression
 
ExpressionFilter - Class in com.gooddata.executeafm.afm
To be deprecated filter using plain expression
ExpressionFilter(String) - Constructor for class com.gooddata.executeafm.afm.ExpressionFilter
Creates new instance
extractData(ClientHttpResponse, Class<T>) - Method in class com.gooddata.AbstractService
 
extractData(ClientHttpResponse) - Method in class com.gooddata.AbstractService.OutputStreamResponseExtractor
 

F

Fact - Class in com.gooddata.md
Fact of GoodData project dataset
FeatureFlag - Class in com.gooddata.featureflag
Feature flag is a boolean flag used for enabling / disabling some specific feature of GoodData platform.
FeatureFlag(String, boolean) - Constructor for class com.gooddata.featureflag.FeatureFlag
 
FeatureFlags - Class in com.gooddata.featureflag
 
FeatureFlags() - Constructor for class com.gooddata.featureflag.FeatureFlags
 
FeatureFlagService - Class in com.gooddata.featureflag
Provides feature flag management.
FeatureFlagService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.featureflag.FeatureFlagService
Constructs service for GoodData feature flags management.
FeatureFlagService(RestTemplate) - Constructor for class com.gooddata.featureflag.FeatureFlagService
Deprecated.
use FeatureFlagService(RestTemplate, GoodDataSettings) constructor instead
Filter - Class in com.gooddata.md.report
Filter (in report definition)
Filter(String) - Constructor for class com.gooddata.md.report.Filter
 
FilterItem - Interface in com.gooddata.executeafm.afm
Covers all the filters which can be used within AFM
find(Project, Class<T>, Restriction...) - Method in class com.gooddata.md.MetadataService
Find metadata by restrictions like identifier, title or summary.
findCoupaInstances(Project) - Method in class com.gooddata.connector.ConnectorService
Returns collection of all existing Coupa instances
findTotals(String) - Method in class com.gooddata.executeafm.resultspec.Dimension
 
findUris(Project, Class<T>, Restriction...) - Method in class com.gooddata.md.MetadataService
Find metadata URIs by restrictions like identifier, title or summary.
findUris(Project, Restriction...) - Method in class com.gooddata.md.MetadataService
Find metadata URIs by restrictions.
FORMAT - Static variable in class com.gooddata.md.report.GridReportDefinitionContent
 
FORMAT - Static variable in class com.gooddata.md.report.OneNumberReportDefinitionContent
 
FutureResult<T> - Interface in com.gooddata
Represents the result retrieved by polling on the REST API.

G

Gdc - Class in com.gooddata.gdc
Deprecated.
use RootLinks instead
Gdc(List<AboutLinks.Link>) - Constructor for class com.gooddata.gdc.Gdc
Deprecated.
 
GDC_REQUEST_ID_HEADER - Static variable in class com.gooddata.GoodData
Deprecated.
use Header.GDC_REQUEST_ID instead.
GDC_URI - Static variable in class com.gooddata.auditevent.AuditEvent
 
GdcService - Class in com.gooddata.gdc
Service to work with GoodData API root.
GdcService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.gdc.GdcService
 
GdcService(RestTemplate) - Constructor for class com.gooddata.gdc.GdcService
Deprecated.
use GdcService(RestTemplate, GoodDataSettings) constructor instead
get() - Method in interface com.gooddata.FutureResult
Wait for the result to be available and return it's value
get(long, TimeUnit) - Method in interface com.gooddata.FutureResult
Wait for the result to be available up to given time and return it's value
get() - Method in class com.gooddata.PollResult
 
get(long, TimeUnit) - Method in class com.gooddata.PollResult
 
getAccessKey() - Method in class com.gooddata.warehouse.WarehouseS3Credentials
 
getAccountById(String) - Method in class com.gooddata.account.AccountService
Get account for given account id
getAccountByUri(String) - Method in class com.gooddata.account.AccountService
Get account for given account id
getAccountId() - Method in class com.gooddata.connector.PardotSettings
 
getAccountLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getAccountService() - Method in class com.gooddata.GoodData
Get initialized service for account management (to get current account information, logout, ...)
getAccountUri() - Method in exception com.gooddata.account.AccountNotFoundException
 
getAccountUri() - Method in class com.gooddata.gdc.RootLinks
Get account manipulation resource URI string
getActiveDataLoad() - Method in class com.gooddata.md.Table
 
getAfm() - Method in class com.gooddata.executeafm.Execution
 
getAggregation() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
 
getAggregation() - Method in class com.gooddata.executeafm.resultspec.AttributeSortItem
 
getAlias() - Method in class com.gooddata.executeafm.afm.AttributeItem
 
getAlias() - Method in class com.gooddata.executeafm.afm.MeasureItem
 
getAlias() - Method in class com.gooddata.md.report.AttributeInGrid
 
getAlias() - Method in class com.gooddata.md.report.MetricElement
 
getAllTabs() - Method in class com.gooddata.md.DashboardAttachment
 
getAlreadyInProjectEmails() - Method in class com.gooddata.project.CreatedInvitations
List of emails which can't be invited to the project because they are already members of the project
getApiKey() - Method in class com.gooddata.connector.CoupaInstance
 
getApiUrl() - Method in class com.gooddata.connector.CoupaInstance
 
getApiUrl() - Method in class com.gooddata.connector.Zendesk4Settings
 
getAttachments() - Method in class com.gooddata.md.ScheduledMail
 
getAttribute(String) - Method in class com.gooddata.executeafm.afm.Afm
Find AttributeItem within attributes by given localIdentifier
getAttributeElements(Attribute) - Method in class com.gooddata.md.MetadataService
Fetches attribute elements for given attribute using default display form.
getAttributeElements(DisplayForm) - Method in class com.gooddata.md.MetadataService
Fetches attribute elements by given display form.
getAttributeIdentifier() - Method in class com.gooddata.executeafm.resultspec.AttributeLocatorItem
 
getAttributeIdentifier() - Method in class com.gooddata.executeafm.resultspec.AttributeSortItem
 
getAttributeIdentifier() - Method in class com.gooddata.executeafm.resultspec.TotalItem
internal attribute identifier in AFM defining total placement
getAttributeIdentifiers() - Method in class com.gooddata.executeafm.afm.NativeTotalItem
subset of internal attribute identifiers in AFM defining total placement
getAttributes() - Method in class com.gooddata.executeafm.afm.Afm
 
getAttributes() - Method in class com.gooddata.md.Dataset
 
getAttributes() - Method in class com.gooddata.md.Dimension
 
getAuditEventService() - Method in class com.gooddata.GoodData
Get initialized service for audit events
getAuthor() - Method in class com.gooddata.md.AbstractObj
 
getAuthor() - Method in class com.gooddata.md.Entry
 
getAuthor() - Method in class com.gooddata.md.Meta
 
getAuthor() - Method in class com.gooddata.project.Project
 
getAuthorizationToken() - Method in class com.gooddata.project.Project
 
getAuthorizationToken() - Method in class com.gooddata.warehouse.Warehouse
 
getAvailableElementsLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getAvailableElementsUri() - Method in class com.gooddata.gdc.RootLinks
Get URI string of resource used to determine valid attribute values in the context of a report
getAvailableProjectValidationTypes(Project) - Method in class com.gooddata.project.ProjectService
Get available validation types for project.
getBccAddresses() - Method in class com.gooddata.md.ScheduledMail
 
getBody() - Method in class com.gooddata.md.ScheduledMail
 
getCategory() - Method in class com.gooddata.gdc.AboutLinks
 
getCategory() - Method in class com.gooddata.gdc.AboutLinks.Link
 
getCategory() - Method in class com.gooddata.gdc.LinkEntries.LinkEntry
 
getCategory() - Method in class com.gooddata.md.AbstractObj
 
getCategory() - Method in class com.gooddata.md.Entry
 
getCategory() - Method in class com.gooddata.md.Meta
 
getCategory() - Method in class com.gooddata.md.Query
 
getCategory() - Method in class com.gooddata.project.ProjectValidationResult
 
getChangesFrom() - Method in class com.gooddata.connector.PardotProcessExecution
 
getChannels() - Method in class com.gooddata.notification.Subscription
 
getClearCachesLink() - Method in class com.gooddata.project.Project
Deprecated.
getClearCachesUri() - Method in class com.gooddata.project.Project
 
getClientId() - Method in class com.gooddata.dataload.OutputStage
get client ID
getCluster() - Method in class com.gooddata.project.Project
 
getCode() - Method in class com.gooddata.connector.Status
 
getColumn() - Method in class com.gooddata.md.MaqlAst.MaqlAstPosition
 
getColumnName() - Method in class com.gooddata.dataset.DatasetManifest.Part
 
getColumns() - Method in class com.gooddata.md.report.Grid
 
getColumnUri() - Method in class com.gooddata.md.DataLoadingColumn
 
getColumnWidths() - Method in class com.gooddata.md.report.Grid
 
getCompositeAttribute() - Method in class com.gooddata.md.NestedAttribute.Content
 
getCompositeAttribute() - Method in class com.gooddata.md.NestedAttribute
 
getCompositeAttributePk() - Method in class com.gooddata.md.NestedAttribute.Content
 
getCompositeAttributePk() - Method in class com.gooddata.md.NestedAttribute
 
getComputeRatio() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
 
getCondition() - Method in class com.gooddata.notification.Subscription
 
getConfiguration() - Method in class com.gooddata.notification.Channel
 
getConfigUri() - Method in class com.gooddata.projecttemplate.Template
 
getConnectionRequestTimeout() - Method in class com.gooddata.GoodDataSettings
Returns the timeout in milliseconds used when requesting a connection from the connection manager.
getConnectionTimeout() - Method in class com.gooddata.GoodDataSettings
Milliseconds until connection established.
getConnectionUrl() - Method in class com.gooddata.warehouse.Warehouse
Gets the JDBC connection string.
getConnectorService() - Method in class com.gooddata.GoodData
Get initialized service for connector integration management (create, update, start process, ...).
getConnectorsLink() - Method in class com.gooddata.project.Project
Deprecated.
getConnectorsUri() - Method in class com.gooddata.project.Project
 
getConnectorType() - Method in class com.gooddata.connector.CoupaProcessExecution
 
getConnectorType() - Method in class com.gooddata.connector.CoupaSettings
 
getConnectorType() - Method in exception com.gooddata.connector.IntegrationNotFoundException
 
getConnectorType() - Method in class com.gooddata.connector.PardotProcessExecution
 
getConnectorType() - Method in class com.gooddata.connector.PardotSettings
 
getConnectorType() - Method in interface com.gooddata.connector.ProcessExecution
 
getConnectorType() - Method in interface com.gooddata.connector.Settings
 
getConnectorType() - Method in class com.gooddata.connector.Zendesk4ProcessExecution
 
getConnectorType() - Method in class com.gooddata.connector.Zendesk4Settings
 
getConsecutiveFailedExecutionCount() - Method in class com.gooddata.dataload.processes.Schedule
 
getConstraints() - Method in class com.gooddata.dataset.DatasetManifest.Part
 
getContent() - Method in class com.gooddata.md.MaqlAst
 
getContent() - Method in class com.gooddata.md.ProjectDashboard
 
getContributor() - Method in class com.gooddata.md.AbstractObj
 
getContributor() - Method in class com.gooddata.md.Entry
 
getContributor() - Method in class com.gooddata.md.Meta
 
getContributor() - Method in class com.gooddata.project.Project
 
getCount() - Method in class com.gooddata.executeafm.result.Paging
 
getCoupaSettings(Project) - Method in class com.gooddata.connector.ConnectorService
Gets settings for coupa connector.
getCreated() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getCreated() - Method in class com.gooddata.dataload.processes.ScheduleExecution
 
getCreated() - Method in class com.gooddata.md.AbstractObj
 
getCreated() - Method in class com.gooddata.md.Entry
 
getCreated() - Method in class com.gooddata.md.Meta
 
getCreated() - Method in class com.gooddata.project.Project
 
getCreated() - Method in class com.gooddata.warehouse.Warehouse
 
getCreatedAt() - Method in class com.gooddata.dataset.Upload
 
getCreatedBy() - Method in class com.gooddata.warehouse.Warehouse
 
getCron() - Method in class com.gooddata.dataload.processes.Schedule
 
getCronExpression() - Method in class com.gooddata.notification.TimerEvent
 
getCurrent() - Method in class com.gooddata.account.AccountService
Gets current account of logged user.
getData() - Method in class com.gooddata.executeafm.result.ExecutionResult
 
getData() - Method in class com.gooddata.md.Expression
 
getData() - Method in class com.gooddata.md.Key
 
getDataLoadingColumns() - Method in class com.gooddata.md.Dataset
 
getDataLoadLink() - Method in class com.gooddata.project.Project
Deprecated.
getDataloadProcessUri() - Method in class com.gooddata.dataload.OutputStage
 
getDataLoads() - Method in class com.gooddata.md.Table
 
getDataLoadUri() - Method in class com.gooddata.project.Project
 
getDataSet() - Method in class com.gooddata.dataset.DatasetManifest
 
getDataSet() - Method in class com.gooddata.executeafm.afm.DateFilter
 
getDatasetManifest(Project, String) - Method in class com.gooddata.dataset.DatasetService
Obtains manifest from given project by given datasetId
getDatasets() - Method in exception com.gooddata.dataset.DatasetException
Get datasets.
getDatasetService() - Method in class com.gooddata.GoodData
Get initialized service for dataset management (to list manifest, get datasets, load dataset, ...)
getDataSourceLocation() - Method in class com.gooddata.md.TableDataLoad
 
getDataStoreService() - Method in class com.gooddata.GoodData
Get initialized service for data store (user staging/WebDAV) management (to upload, download, delete, ...)
getDataUploadsLink() - Method in class com.gooddata.md.Dataset
Deprecated.
getDataUploadsUri() - Method in class com.gooddata.md.Dataset
 
getDBName() - Method in class com.gooddata.md.Column
 
getDBName() - Method in class com.gooddata.md.Table
 
getDefaultDisplayForm() - Method in class com.gooddata.md.NestedAttribute
 
getDefaultWarehouseSchema(Warehouse) - Method in class com.gooddata.warehouse.WarehouseService
get default warehouse schema
getDefinition() - Method in class com.gooddata.executeafm.afm.MeasureItem
 
getDefinitions() - Method in class com.gooddata.md.report.Report
 
getDeprecated() - Method in class com.gooddata.md.Entry
 
getDescription() - Method in class com.gooddata.connector.Status
 
getDescription() - Method in class com.gooddata.warehouse.Warehouse
 
getDescription() - Method in class com.gooddata.warehouse.WarehouseSchema
 
getDetail() - Method in class com.gooddata.connector.Status
 
getDimensionLink() - Method in class com.gooddata.md.NestedAttribute.Content
getDimensionLink() - Method in class com.gooddata.md.NestedAttribute
Deprecated.
getDimensions() - Method in class com.gooddata.executeafm.response.ExecutionResponse
List of dimensions describing the result.
getDimensions() - Method in class com.gooddata.executeafm.resultspec.ResultSpec
 
getDimensionUri() - Method in class com.gooddata.md.NestedAttribute.Content
 
getDimensionUri() - Method in class com.gooddata.md.NestedAttribute
 
getDirection() - Method in class com.gooddata.executeafm.resultspec.AttributeSortItem
 
getDirection() - Method in class com.gooddata.executeafm.resultspec.MeasureSortItem
 
getDirection() - Method in class com.gooddata.md.NestedAttribute.Content
 
getDirection() - Method in class com.gooddata.md.NestedAttribute
 
getDisplayForm() - Method in class com.gooddata.executeafm.afm.AttributeFilter
 
getDisplayForm() - Method in class com.gooddata.executeafm.afm.AttributeItem
 
getDisplayForms() - Method in class com.gooddata.md.NestedAttribute.Content
 
getDisplayForms() - Method in class com.gooddata.md.NestedAttribute
 
getDomainMismatchEmails() - Method in class com.gooddata.project.CreatedInvitations
List of emails which can't be invited to the project because their users belongs to a different domain
getDomains() - Method in class com.gooddata.md.report.Report
 
getDownloadDataFrom() - Method in class com.gooddata.connector.CoupaProcessExecution
 
getDownloadParams() - Method in class com.gooddata.connector.Zendesk4ProcessExecution
 
getDrillAcrossStepAttributeDisplayFormUri() - Method in class com.gooddata.md.report.MetricElement
 
getDrillDownStepDisplayFormLink() - Method in class com.gooddata.md.NestedAttribute.Content
getDrillDownStepDisplayFormLink() - Method in class com.gooddata.md.NestedAttribute
getDrillDownStepDisplayFormUri() - Method in class com.gooddata.md.NestedAttribute.Content
 
getDrillDownStepDisplayFormUri() - Method in class com.gooddata.md.NestedAttribute
 
getDriver() - Method in class com.gooddata.project.Project
 
getDwDefinitionUri() - Method in class com.gooddata.projecttemplate.Template
 
getElement() - Method in class com.gooddata.executeafm.resultspec.AttributeLocatorItem
 
getElements() - Method in class com.gooddata.md.DisplayForm.Links
 
getElementsLink() - Method in class com.gooddata.md.DisplayForm
Deprecated.
getElementsUri() - Method in class com.gooddata.md.DisplayForm
 
getEmail() - Method in class com.gooddata.account.Account
 
getEmail() - Method in class com.gooddata.project.Invitation
 
getEmail() - Method in class com.gooddata.project.User
 
getEntries() - Method in class com.gooddata.gdc.LinkEntries
 
getEntries() - Method in class com.gooddata.md.Query
 
getEnvironment() - Method in class com.gooddata.project.Project
 
getEnvironment() - Method in class com.gooddata.warehouse.Warehouse
 
getError() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getEventStoresLink() - Method in class com.gooddata.project.Project
Deprecated.
getEventStoresUri() - Method in class com.gooddata.project.Project
 
getExecutable() - Method in class com.gooddata.dataload.processes.ProcessExecution
 
getExecutable() - Method in class com.gooddata.dataload.processes.Schedule
 
getExecutables() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getExecuteLink() - Method in class com.gooddata.project.Project
Deprecated.
getExecuteUri() - Method in class com.gooddata.project.Project
 
getExecutionContext() - Method in class com.gooddata.md.DashboardAttachment
 
getExecutionDetail() - Method in exception com.gooddata.dataload.processes.ProcessExecutionException
 
getExecutionDetailUri() - Method in exception com.gooddata.dataload.processes.ProcessExecutionException
 
getExecutionLink() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
getExecutionLog(ProcessExecutionDetail, OutputStream) - Method in class com.gooddata.dataload.processes.ProcessService
Get process execution log
getExecutionResultUri() - Method in class com.gooddata.executeafm.response.ExecutionResponse
Uri referencing the data result location.
getExecutionsLink() - Method in class com.gooddata.dataload.processes.DataloadProcess
Deprecated.
getExecutionsUri() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getExecutionsUri() - Method in class com.gooddata.dataload.processes.Schedule
 
getExecutionUri() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getExplainLink() - Method in class com.gooddata.md.report.ReportDefinition
Deprecated.
getExplainUri() - Method in class com.gooddata.md.report.ReportDefinition
 
getExportImportService() - Method in class com.gooddata.GoodData
Get initialized service for metadata export/import.
getExportOptions() - Method in class com.gooddata.md.ReportAttachment
Options which modify default export behavior.
getExportService() - Method in class com.gooddata.GoodData
Get initialized service for exports management (export report,...)
getExpression() - Method in class com.gooddata.md.DisplayForm.Content
 
getExpression() - Method in class com.gooddata.md.DisplayForm
 
getExpression() - Method in class com.gooddata.md.Metric
 
getExpression() - Method in class com.gooddata.md.report.Filter
 
getExpression() - Method in class com.gooddata.notification.MessageTemplate
 
getExpression() - Method in class com.gooddata.notification.TriggerCondition
 
getExpressions() - Method in class com.gooddata.md.Fact
 
getFacts() - Method in class com.gooddata.md.Dataset
 
getFeatureFlagService() - Method in class com.gooddata.GoodData
Get initialized service for feature flag management.
getFile() - Method in class com.gooddata.dataset.DatasetManifest
 
getFilters() - Method in class com.gooddata.executeafm.afm.Afm
 
getFilters() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
 
getFilters() - Method in class com.gooddata.md.report.ReportDefinitionContent
 
getFinished() - Method in class com.gooddata.connector.IntegrationProcessStatus
 
getFinished() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getFirstName() - Method in class com.gooddata.account.Account
 
getFirstName() - Method in class com.gooddata.project.User
 
getFk() - Method in class com.gooddata.md.NestedAttribute.Content
 
getFolders() - Method in class com.gooddata.md.Fact
URIs of folders containing this object
getFolders() - Method in class com.gooddata.md.Metric
URIs of folders containing this object
getFolders() - Method in class com.gooddata.md.NestedAttribute.Content
 
getFolders() - Method in class com.gooddata.md.NestedAttribute
URIs of folders containing this object
getForeignKeys() - Method in class com.gooddata.md.NestedAttribute
 
getFormat() - Method in class com.gooddata.executeafm.afm.MeasureItem
 
getFormat() - Method in class com.gooddata.executeafm.response.MeasureHeaderItem
 
getFormat() - Method in class com.gooddata.md.Metric
 
getFormat() - Method in class com.gooddata.md.report.GridReportDefinitionContent
 
getFormat() - Method in class com.gooddata.md.report.MetricElement
 
getFormat() - Method in class com.gooddata.md.report.OneNumberReportDefinitionContent
 
getFormat() - Method in class com.gooddata.md.report.ReportDefinition
 
getFormat() - Method in class com.gooddata.md.report.ReportDefinitionContent
 
getFormats() - Method in class com.gooddata.md.ReportAttachment
 
getFormOf() - Method in class com.gooddata.executeafm.response.AttributeHeader
 
getFormOf() - Method in class com.gooddata.md.DisplayForm.Content
 
getFormOf() - Method in class com.gooddata.md.DisplayForm
 
getFrom() - Method in class com.gooddata.auditevent.AuditEventPageRequest
 
getFrom() - Method in class com.gooddata.executeafm.afm.AbsoluteDateFilter
 
getFrom() - Method in class com.gooddata.executeafm.afm.RelativeDateFilter
 
getGdc() - Method in class com.gooddata.gdc.GdcService
Deprecated.
getGdcService() - Method in class com.gooddata.GoodData
Get initialized service for API root management (to get API root links, ...)
getGrain() - Method in class com.gooddata.md.NestedAttribute.Content
 
getGrain() - Method in class com.gooddata.md.NestedAttribute
 
getGrantedPermissions() - Method in class com.gooddata.project.Role
Returns names of granted permissions.
getGranularity() - Method in class com.gooddata.executeafm.afm.RelativeDateFilter
 
getGrid() - Method in class com.gooddata.md.report.ReportDefinition
 
getGrid() - Method in class com.gooddata.md.report.ReportDefinitionContent
 
getGroupsLink() - Method in class com.gooddata.project.Project
Deprecated.
getGroupsUri() - Method in class com.gooddata.project.Project
 
getGuidedNavigation() - Method in class com.gooddata.project.Project
 
getHeaderItems() - Method in class com.gooddata.executeafm.result.ExecutionResult
 
getHeaders() - Method in class com.gooddata.executeafm.response.ResultDimension
 
getHidden() - Method in class com.gooddata.projecttemplate.Template
 
getHiddenParams() - Method in class com.gooddata.dataload.processes.ProcessExecution
 
getHomeLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getHomeUri() - Method in class com.gooddata.gdc.RootLinks
Get GoodData API root URI string
getHostname() - Method in class com.gooddata.GoodDataEndpoint
 
getHttpClient() - Method in class com.gooddata.GoodData
Get the configured HttpClient used by the library.
getId() - Method in class com.gooddata.account.Account
 
getId() - Method in class com.gooddata.auditevent.AuditEvent
 
getId() - Method in class com.gooddata.connector.IntegrationProcessStatus
 
getId() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getId() - Method in class com.gooddata.dataload.processes.Schedule
 
getId() - Method in class com.gooddata.md.AbstractObj
Returns internally generated ID of the object (that's part of the object URI).
getId() - Method in class com.gooddata.md.Entry
Returns internally generated ID of the object (that's part of the object URI).
getId() - Method in class com.gooddata.md.Meta
Returns internally generated ID of the object (that's part of the object URI).
getId() - Method in class com.gooddata.project.Project
 
getId() - Method in class com.gooddata.warehouse.Warehouse
 
getId() - Method in class com.gooddata.warehouse.WarehouseUser
 
getIdentifier() - Method in class com.gooddata.executeafm.IdentifierObjQualifier
 
getIdentifier() - Method in class com.gooddata.executeafm.response.AttributeHeader
Metadata identifier of attribute's display form
getIdentifier() - Method in class com.gooddata.executeafm.response.AttributeInHeader
 
getIdentifier() - Method in class com.gooddata.executeafm.response.MeasureHeaderItem
 
getIdentifier() - Method in class com.gooddata.gdc.AboutLinks.Link
 
getIdentifier() - Method in class com.gooddata.md.AbstractObj
Returns user-specified identifier of the object.
getIdentifier() - Method in class com.gooddata.md.Entry
Returns user-specified identifier of the object.
getIdentifier() - Method in class com.gooddata.md.Meta
Returns user-specified identifier of the object.
getIdentifier() - Method in class com.gooddata.md.ProjectDashboard.Tab
 
getIdentifier() - Method in class com.gooddata.project.Role
 
getIds() - Method in class com.gooddata.project.ProjectValidationResultGdcTimeElParam
 
getIds() - Method in class com.gooddata.project.ProjectValidationResultSliElParam
 
getIn() - Method in class com.gooddata.executeafm.afm.PositiveAttributeFilter
 
getIncremental() - Method in class com.gooddata.connector.CoupaProcessExecution
 
getIncremental() - Method in class com.gooddata.connector.PardotProcessExecution
 
getIncremental() - Method in class com.gooddata.connector.Zendesk4ProcessExecution
 
getInstance() - Method in class com.gooddata.gdc.AboutLinks
 
getInstance() - Method in class com.gooddata.warehouse.WarehouseS3Credentials.Links
 
getInstanceUri() - Method in class com.gooddata.warehouse.WarehouseS3Credentials
 
getInstanceUri() - Method in class com.gooddata.warehouse.WarehouseSchema
 
getIntegration(Project, ConnectorType) - Method in class com.gooddata.connector.ConnectorService
Retrieve connector integration
getInvitationsLink() - Method in class com.gooddata.project.Project
Deprecated.
getInvitationsUri() - Method in class com.gooddata.project.Project
 
getInvitationUris() - Method in class com.gooddata.project.CreatedInvitations
List of successful invitations
getIpWhitelist() - Method in class com.gooddata.account.Account
 
getItem() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
 
getItemIdentifiers() - Method in class com.gooddata.executeafm.resultspec.Dimension
 
getItems() - Method in class com.gooddata.executeafm.response.MeasureGroupHeader
Header items for particular measures
getLastFinishedProcess() - Method in class com.gooddata.connector.Integration
 
getLastName() - Method in class com.gooddata.account.Account
 
getLastName() - Method in class com.gooddata.project.User
 
getLastSuccessfulProcess() - Method in class com.gooddata.connector.Integration
 
getLastUploadForDataset(Project, String) - Method in class com.gooddata.dataset.DatasetService
Returns last upload for the dataset with given identifier in the given project.
getLdmExpression() - Method in class com.gooddata.md.DisplayForm.Content
 
getLdmExpression() - Method in class com.gooddata.md.DisplayForm
 
getLdmLink() - Method in class com.gooddata.project.Project
Deprecated.
getLdmThumbnailLink() - Method in class com.gooddata.project.Project
Deprecated.
getLdmThumbnailUri() - Method in class com.gooddata.project.Project
 
getLdmUri() - Method in class com.gooddata.project.Project
 
getLength() - Method in class com.gooddata.md.DataLoadingColumn
 
getLevel() - Method in class com.gooddata.project.ProjectValidationResult
 
getLicense() - Method in class com.gooddata.warehouse.Warehouse
 
getLine() - Method in class com.gooddata.md.MaqlAst.MaqlAstPosition
 
getLink() - Method in class com.gooddata.gdc.AboutLinks.Link
Deprecated.
getLink() - Method in class com.gooddata.gdc.LinkEntries.LinkEntry
Deprecated.
getLink() - Method in class com.gooddata.md.Entry
Deprecated.
use Entry.getUri() instead
getLinkedDisplayFormLink() - Method in class com.gooddata.md.NestedAttribute.Content
getLinkedDisplayFormLink() - Method in class com.gooddata.md.NestedAttribute
getLinkedDisplayFormUri() - Method in class com.gooddata.md.NestedAttribute.Content
 
getLinkedDisplayFormUri() - Method in class com.gooddata.md.NestedAttribute
 
getLinks() - Method in class com.gooddata.auditevent.AuditEvent
 
getLinks() - Method in class com.gooddata.dataload.OutputStage
 
getLinks() - Method in class com.gooddata.dataload.processes.ScheduleExecution
 
getLinks() - Method in class com.gooddata.executeafm.response.ExecutionResponse
Map of response's links.
getLinks() - Method in class com.gooddata.gdc.AboutLinks
 
getLinks() - Method in class com.gooddata.project.User
 
getLinks() - Method in class com.gooddata.warehouse.Warehouse
 
getLinks() - Method in class com.gooddata.warehouse.WarehouseS3Credentials
 
getLinks() - Method in class com.gooddata.warehouse.WarehouseSchema
 
getLinks() - Method in class com.gooddata.warehouse.WarehouseUser
 
getListUri() - Method in class com.gooddata.warehouse.WarehouseS3Credentials
 
getLocalIdentifier() - Method in class com.gooddata.executeafm.afm.AttributeItem
 
getLocalIdentifier() - Method in interface com.gooddata.executeafm.afm.LocallyIdentifiable
 
getLocalIdentifier() - Method in class com.gooddata.executeafm.afm.MeasureItem
 
getLocalIdentifier() - Method in class com.gooddata.executeafm.response.AttributeHeader
Local identifier referencing header's AttributeItem within Afm
getLocalIdentifier() - Method in class com.gooddata.executeafm.response.MeasureHeaderItem
Local identifier, referencing the MeasureItem in Afm
getLocators() - Method in class com.gooddata.executeafm.resultspec.MeasureSortItem
 
getLocked() - Method in class com.gooddata.md.Entry
 
getLogin() - Method in class com.gooddata.account.Account
 
getLogin() - Method in class com.gooddata.project.User
 
getLogin() - Method in class com.gooddata.warehouse.WarehouseUser
 
getLoginLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getLoginUri() - Method in class com.gooddata.gdc.RootLinks
Get authentication service URI string
getLogLink() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
Deprecated.
getLogUri() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getManifests(Template) - Method in class com.gooddata.projecttemplate.ProjectTemplateService
Get manifests of given template
getManifestsUris() - Method in class com.gooddata.projecttemplate.Template
 
getMaql() - Method in class com.gooddata.gdc.AbstractMaql
 
getMaqlAst() - Method in class com.gooddata.md.Metric
 
getMaxConnections() - Method in class com.gooddata.GoodDataSettings
Maximum number of connection used
getMdDefinitionUri() - Method in class com.gooddata.projecttemplate.Template
 
getMeasure(String) - Method in class com.gooddata.executeafm.afm.Afm
Find MeasureItem within measures by given localIdentifier
getMeasureIdentifier() - Method in class com.gooddata.executeafm.afm.NativeTotalItem
internal identifier of measure in AFM, on which is total defined
getMeasureIdentifier() - Method in class com.gooddata.executeafm.afm.PopMeasureDefinition
 
getMeasureIdentifier() - Method in class com.gooddata.executeafm.resultspec.MeasureLocatorItem
 
getMeasureIdentifier() - Method in class com.gooddata.executeafm.resultspec.TotalItem
internal measure identifier in AFM, on which is total defined
getMeasures() - Method in class com.gooddata.executeafm.afm.Afm
 
getMessage() - Method in class com.gooddata.dataset.Upload
 
getMessage() - Method in class com.gooddata.executeafm.result.Warning
 
getMessage() - Method in class com.gooddata.project.ProjectValidationResult
 
getMessages() - Method in class com.gooddata.gdc.TaskStatus
 
getMeta() - Method in class com.gooddata.notification.Channel
 
getMeta() - Method in class com.gooddata.notification.Subscription
 
getMeta() - Method in class com.gooddata.project.Invitation
 
getMeta() - Method in class com.gooddata.projecttemplate.Template
 
getMetadataLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getMetadataLink() - Method in class com.gooddata.project.Project
Deprecated.
getMetadataService() - Method in class com.gooddata.GoodData
Get initialized service for metadata management (to query, create and update project metadata like attributes, facts, metrics, reports, ...)
getMetadataUri() - Method in class com.gooddata.gdc.RootLinks
Get metadata resources URI string
getMetadataUri() - Method in class com.gooddata.project.Project
 
getMetrics() - Method in class com.gooddata.md.report.Grid
 
getMode() - Method in class com.gooddata.md.Dataset
 
getModelService() - Method in class com.gooddata.GoodData
Get initialized service for model management (to get model diff, update model, ...)
getName() - Method in enum com.gooddata.connector.ConnectorType
 
getName() - Method in class com.gooddata.connector.CoupaInstance
 
getName() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getName() - Method in class com.gooddata.dataload.processes.Schedule
 
getName() - Method in class com.gooddata.executeafm.response.AttributeHeader
Header name, an attribute's display form title, or specified alias.
getName() - Method in class com.gooddata.executeafm.response.AttributeInHeader
 
getName() - Method in class com.gooddata.executeafm.response.MeasureHeaderItem
Header name, can be measure title, or specified alias
getName() - Method in class com.gooddata.executeafm.response.TotalHeaderItem
 
getName() - Method in class com.gooddata.executeafm.result.ResultHeaderItem
 
getName() - Method in class com.gooddata.featureflag.FeatureFlag
 
getName() - Method in class com.gooddata.featureflag.ProjectFeatureFlag
 
getName() - Method in class com.gooddata.md.DataLoadingColumn
 
getName() - Method in class com.gooddata.project.ProjectValidationResultObjectParam
 
getName() - Method in class com.gooddata.warehouse.WarehouseSchema
 
getNativeTotals() - Method in class com.gooddata.executeafm.afm.Afm
 
getNextExecutionTime() - Method in class com.gooddata.dataload.processes.Schedule
 
getNotificationService() - Method in class com.gooddata.GoodData
Get initialized service for project notifications management.
getNotIn() - Method in class com.gooddata.executeafm.afm.NegativeAttributeFilter
 
getNullValue(DeserializationContext) - Method in class com.gooddata.executeafm.result.Data.DataDeserializer
 
getObj(Project, Class<T>, Restriction...) - Method in class com.gooddata.md.MetadataService
Get metadata object by restrictions like identifier, title or summary.
getObjById(Project, String, Class<T>) - Method in class com.gooddata.md.MetadataService
Get metadata object by id.
getObjByUri(String, Class<T>) - Method in class com.gooddata.md.MetadataService
Get metadata object by URI (format is /gdc/md/{PROJECT_ID}/obj/{OBJECT_ID})
getObjQualifier() - Method in class com.gooddata.executeafm.afm.AttributeFilter
 
getObjQualifier() - Method in class com.gooddata.executeafm.afm.DateFilter
 
getObjQualifier() - Method in interface com.gooddata.executeafm.afm.FilterItem
Get qualifier of Obj to which the filter relates.
getObjQualifier() - Method in interface com.gooddata.executeafm.afm.MeasureDefinition
Returns the qualifier, qualifying the Metric.
getObjQualifier() - Method in class com.gooddata.executeafm.afm.PopMeasureDefinition
 
getObjQualifier() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
 
getObjsByUris(Project, Collection<String>) - Method in class com.gooddata.md.MetadataService
Retrieves a collection of objects corresponding to the supplied collection of URIs.
getObjUri(Project, Class<T>, Restriction...) - Method in class com.gooddata.md.MetadataService
Get metadata object URI by restrictions like identifier, title or summary.
getOccurred() - Method in class com.gooddata.auditevent.AuditEvent
the time the event occurred
getOffset() - Method in class com.gooddata.executeafm.result.Paging
 
getOneNumber() - Method in class com.gooddata.md.report.OneNumberReportDefinitionContent
 
getOrder() - Method in class com.gooddata.executeafm.result.ResultMeasureHeaderItem
 
getOutputStage(Project) - Method in class com.gooddata.dataload.OutputStageService
Get output stage by given project.
getOutputStageByUri(String) - Method in class com.gooddata.dataload.OutputStageService
Get output stage by given URI.
getOutputStageDiffUri() - Method in class com.gooddata.dataload.OutputStage
 
getOutputStagePrefix() - Method in class com.gooddata.dataload.OutputStage
get output stage prefix
getOutputStageService() - Method in class com.gooddata.GoodData
Get initialized service for output stage management.
getPaging() - Method in class com.gooddata.executeafm.result.ExecutionResult
 
getParallelBatchSeconds() - Method in class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
 
getParallelWorkers() - Method in class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
 
getParameters() - Method in class com.gooddata.executeafm.result.Warning
 
getParameters() - Method in class com.gooddata.notification.ProjectEvent
 
getParams() - Method in class com.gooddata.auditevent.AuditEvent
 
getParams() - Method in class com.gooddata.dataload.processes.ProcessExecution
 
getParams() - Method in class com.gooddata.dataload.processes.Schedule
 
getParams() - Method in class com.gooddata.project.ProjectValidationResult
 
getPardotSettings(Project) - Method in class com.gooddata.connector.ConnectorService
Gets settings for pardot connector.
getParent() - Method in class com.gooddata.warehouse.WarehouseS3Credentials.Links
 
getParts() - Method in class com.gooddata.dataset.DatasetManifest
 
getPassword() - Method in class com.gooddata.account.Account
 
getPath() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getPermissions() - Method in class com.gooddata.project.Role
Returns set of permission names this role can have granted.
getPhoneNumber() - Method in class com.gooddata.project.User
 
getPk() - Method in class com.gooddata.md.NestedAttribute.Content
 
getPollClass() - Method in class com.gooddata.AbstractPollHandlerBase
 
getPollClass() - Method in interface com.gooddata.PollHandler
Get class of the polling object.
getPolling() - Method in class com.gooddata.AbstractPollHandler
 
getPolling() - Method in interface com.gooddata.PollHandler
Get URI used for polling.
getPollingUri() - Method in class com.gooddata.AbstractPollHandler
 
getPollingUri() - Method in interface com.gooddata.FutureResult
Get URI used for polling
getPollingUri() - Method in interface com.gooddata.PollHandler
Get URI used for polling.
getPollingUri() - Method in class com.gooddata.PollResult
Get URI used for polling
getPollSleep() - Method in class com.gooddata.GoodDataSettings
Get sleep time in milliseconds between poll retries
getPollUri() - Method in class com.gooddata.gdc.TaskStatus
 
getPopAttribute() - Method in class com.gooddata.executeafm.afm.PopMeasureDefinition
 
getPopulates() - Method in class com.gooddata.dataset.DatasetManifest.Part
 
getPort() - Method in class com.gooddata.GoodDataEndpoint
 
getPosition() - Method in class com.gooddata.md.MaqlAst
 
getPrecision() - Method in class com.gooddata.md.DataLoadingColumn
 
getPrimaryKeys() - Method in class com.gooddata.md.NestedAttribute
 
getProcessById(Project, String) - Method in class com.gooddata.dataload.processes.ProcessService
Get process by given id and project.
getProcessByUri(String) - Method in class com.gooddata.dataload.processes.ProcessService
Get process by given URI.
getProcessedAt() - Method in class com.gooddata.dataset.Upload
 
getProcessId() - Method in class com.gooddata.dataload.processes.Schedule
 
getProcessLastDeployedBy() - Method in class com.gooddata.dataload.processes.ScheduleExecution
 
getProcessService() - Method in class com.gooddata.GoodData
Get initialized service for dataload processes management and process executions.
getProcessSource(DataloadProcess, OutputStream) - Method in class com.gooddata.dataload.processes.ProcessService
Get process source data.
getProcessStatus(IntegrationProcessStatus) - Method in class com.gooddata.connector.ConnectorService
Gets status of provided connector process.
getProfile() - Method in class com.gooddata.warehouse.WarehouseUser
 
getProgress() - Method in class com.gooddata.dataset.Upload
 
getProjectById(String) - Method in class com.gooddata.project.ProjectService
Get project by id.
getProjectByUri(String) - Method in class com.gooddata.project.ProjectService
Get project by URI.
getProjectFeatureFlag(Project, String) - Method in class com.gooddata.featureflag.FeatureFlagService
Returns project feature flag (only project scoped flags, use FeatureFlagService.listFeatureFlags(Project) for aggregated flags from all scopes) for given project by its unique name (aka "key").
getProjectModelDiff(Project, String) - Method in class com.gooddata.model.ModelService
 
getProjectModelDiff(Project, Reader) - Method in class com.gooddata.model.ModelService
 
getProjects() - Method in class com.gooddata.project.Projects
 
getProjects() - Method in class com.gooddata.project.ProjectService
Get all projects current user has access to.
getProjectService() - Method in class com.gooddata.GoodData
Get initialized service for project management (to list projects, create a project, ...)
getProjectsLink() - Method in class com.gooddata.account.Account
Deprecated.
getProjectsLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getProjectsUri() - Method in class com.gooddata.account.Account
 
getProjectsUri() - Method in class com.gooddata.gdc.RootLinks
Get user and project management resource URI string
getProjectTemplate() - Method in class com.gooddata.connector.Integration
 
getProjectTemplates(Project) - Method in class com.gooddata.project.ProjectService
 
getProjectTemplateService() - Method in class com.gooddata.GoodData
Get initialized service for project templates
getProjectUri() - Method in exception com.gooddata.connector.IntegrationNotFoundException
 
getProjectUri() - Method in exception com.gooddata.project.ProjectNotFoundException
 
getProtocol() - Method in class com.gooddata.GoodDataEndpoint
 
getPublicArtifactsLink() - Method in class com.gooddata.project.Project
Deprecated.
getPublicArtifactsUri() - Method in class com.gooddata.project.Project
 
getRecorded() - Method in class com.gooddata.auditevent.AuditEvent
the time event was recorded by audit system
getRecurrency() - Method in class com.gooddata.md.ScheduledMailWhen
 
getReferenceKey() - Method in class com.gooddata.dataset.DatasetManifest.Part
 
getRegion() - Method in class com.gooddata.warehouse.WarehouseS3Credentials
 
getRelations() - Method in class com.gooddata.md.NestedAttribute.Content
 
getRelations() - Method in class com.gooddata.md.NestedAttribute
 
getReleaseInfoLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getReleaseInfoUri() - Method in class com.gooddata.gdc.RootLinks
Get release information URI string
getReportDefinitionUri() - Method in class com.gooddata.export.ExecuteReportDefinition
 
getReportExporterLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getReportExporterUri() - Method in class com.gooddata.gdc.RootLinks
Get report exporting resource URI string
getReportService() - Method in class com.gooddata.GoodData
Get initialized service for report management (to execute and export report, ...)
getReportUri() - Method in class com.gooddata.export.ExecuteReport
 
getReschedule() - Method in class com.gooddata.dataload.processes.Schedule
Duration after a failed execution of the schedule is executed again
getRescheduleInMinutes() - Method in class com.gooddata.dataload.processes.Schedule
Duration after a failed execution of the schedule is executed again
getRestTemplate() - Method in class com.gooddata.GoodData
Get the configured RestTemplate used by the library.
getResult() - Method in class com.gooddata.AbstractPollHandlerBase
 
getResult() - Method in interface com.gooddata.PollHandler
Return result after polling.
getResultClass() - Method in class com.gooddata.AbstractPollHandlerBase
 
getResultClass() - Method in interface com.gooddata.PollHandler
Get class of result after polling.
getResults() - Method in class com.gooddata.project.ProjectValidationResults
Get validation results, describing output of all validations executed.
getResultSpec() - Method in class com.gooddata.executeafm.Execution
 
getRole() - Method in class com.gooddata.warehouse.WarehouseUser
 
getRoleByUri(String) - Method in class com.gooddata.project.ProjectService
Get role by given URI.
getRoleName() - Method in enum com.gooddata.warehouse.WarehouseUserRole
 
getRoles(Project) - Method in class com.gooddata.project.ProjectService
Get set of user role by given project.
getRolesLink() - Method in class com.gooddata.project.Project
Deprecated.
getRolesUri() - Method in class com.gooddata.project.Project
 
getRootLinks() - Method in class com.gooddata.gdc.GdcService
Obtains GoodData API root links.
getRows() - Method in class com.gooddata.md.report.Grid
 
getRunningProcess() - Method in class com.gooddata.connector.Integration
 
getScheduleById(Project, String) - Method in class com.gooddata.dataload.processes.ProcessService
Get schedule by given id and project.
getScheduleByUri(String) - Method in class com.gooddata.dataload.processes.ProcessService
Get schedule by given URI.
getSchedulesLink() - Method in class com.gooddata.project.Project
Deprecated.
getSchedulesUri() - Method in class com.gooddata.project.Project
 
getSchemaUri() - Method in class com.gooddata.dataload.OutputStage
get datawarehouse schema uri WarehouseSchema
getSecretKey() - Method in class com.gooddata.warehouse.WarehouseS3Credentials
not returned when listing
getSelf() - Method in class com.gooddata.warehouse.WarehouseS3Credentials.Links
 
getSettings(Project, ConnectorType, Class<T>) - Method in class com.gooddata.connector.ConnectorService
Get settings for given connector of given class.
getSettingsUrl() - Method in enum com.gooddata.connector.ConnectorType
 
getSize() - Method in class com.gooddata.dataset.Upload
 
getSocketTimeout() - Method in class com.gooddata.GoodDataSettings
Milliseconds for inactivity between two consecutive data packets.
getSort() - Method in class com.gooddata.md.NestedAttribute.Content
 
getSort() - Method in class com.gooddata.md.NestedAttribute
 
getSort() - Method in class com.gooddata.md.report.Grid
 
getSorts() - Method in class com.gooddata.executeafm.resultspec.ResultSpec
 
getSource() - Method in class com.gooddata.dataset.DatasetManifest
 
getSourceLink() - Method in class com.gooddata.dataload.processes.DataloadProcess
Deprecated.
getSourceUri() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getStartDate() - Method in class com.gooddata.md.ScheduledMailWhen
 
getStarted() - Method in class com.gooddata.connector.IntegrationProcessStatus
 
getStarted() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getStartTimes() - Method in class com.gooddata.connector.Zendesk4ProcessExecution
 
getState() - Method in class com.gooddata.dataload.processes.Schedule
 
getState() - Method in class com.gooddata.project.Project
 
getStatus() - Method in class com.gooddata.connector.IntegrationProcessStatus
 
getStatus() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getStatus() - Method in class com.gooddata.dataload.processes.ScheduleExecution
 
getStatus() - Method in class com.gooddata.dataset.Upload
 
getStatus() - Method in class com.gooddata.gdc.TaskStatus
 
getStatus() - Method in class com.gooddata.project.User
 
getStatus() - Method in class com.gooddata.warehouse.Warehouse
 
getStringTotals() - Method in class com.gooddata.md.report.AttributeInGrid
 
getSubject() - Method in class com.gooddata.md.ScheduledMail
 
getSummary() - Method in class com.gooddata.gdc.AboutLinks
 
getSummary() - Method in class com.gooddata.gdc.AboutLinks.Link
 
getSummary() - Method in class com.gooddata.md.AbstractObj
 
getSummary() - Method in class com.gooddata.md.Entry
 
getSummary() - Method in class com.gooddata.md.Meta
 
getSummary() - Method in class com.gooddata.md.Query
 
getSummary() - Method in class com.gooddata.project.Project
 
getSynchronizeLength() - Method in class com.gooddata.md.DataLoadingColumn
 
getSynchronizePrecision() - Method in class com.gooddata.md.DataLoadingColumn
 
getSynchronizeType() - Method in class com.gooddata.md.DataLoadingColumn
 
getSyncTime() - Method in class com.gooddata.connector.Zendesk4Settings
 
getSyncTimeZone() - Method in class com.gooddata.connector.Zendesk4Settings
 
getTabByName(String) - Method in class com.gooddata.md.ProjectDashboard
Returns dashboard tab with the given tab name.
getTableUri() - Method in class com.gooddata.md.Column
 
getTabs() - Method in class com.gooddata.md.DashboardAttachment
 
getTabs() - Method in class com.gooddata.md.ProjectDashboard
 
getTags() - Method in class com.gooddata.md.AbstractObj
 
getTags() - Method in class com.gooddata.md.Entry
 
getTags() - Method in class com.gooddata.md.Meta
 
getTargetModel() - Method in class com.gooddata.model.DiffRequest
Returns desired target state of project model
getTemplate() - Method in class com.gooddata.notification.Subscription
 
getTemplateByUri(String) - Method in class com.gooddata.projecttemplate.ProjectTemplateService
Get project template by given uri.
getTemplates() - Method in class com.gooddata.projecttemplate.ProjectTemplateService
List of all projects' templates
getTemplatesLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getTemplatesLink() - Method in class com.gooddata.project.Project
Deprecated.
getTemplatesUri() - Method in class com.gooddata.gdc.RootLinks
Get template resource URI string
getTemplatesUri() - Method in class com.gooddata.project.Project
 
getTies() - Method in class com.gooddata.md.Dataset
 
getTimeZone() - Method in class com.gooddata.connector.CoupaSettings
 
getTimezone() - Method in class com.gooddata.dataload.processes.Schedule
 
getTimeZone() - Method in class com.gooddata.md.ScheduledMailWhen
 
getTitle() - Method in class com.gooddata.gdc.AboutLinks.Link
 
getTitle() - Method in class com.gooddata.md.AbstractObj
 
getTitle() - Method in class com.gooddata.md.AttributeElement
 
getTitle() - Method in class com.gooddata.md.Entry
 
getTitle() - Method in class com.gooddata.md.Meta
 
getTitle() - Method in class com.gooddata.md.ProjectDashboard.Tab
 
getTitle() - Method in class com.gooddata.md.Query
 
getTitle() - Method in class com.gooddata.project.Project
 
getTitle() - Method in class com.gooddata.project.Role
 
getTitle() - Method in class com.gooddata.warehouse.Warehouse
 
getTo() - Method in class com.gooddata.auditevent.AuditEventPageRequest
 
getTo() - Method in class com.gooddata.executeafm.afm.AbsoluteDateFilter
 
getTo() - Method in class com.gooddata.executeafm.afm.RelativeDateFilter
 
getTo() - Method in class com.gooddata.notification.EmailConfiguration
 
getToAddresses() - Method in class com.gooddata.md.ScheduledMail
 
getToken() - Method in class com.gooddata.md.maintenance.PartialMdExportToken
 
getTokenLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getTokenUri() - Method in class com.gooddata.gdc.RootLinks
Get temporary token generator URI string
getToolLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getToolUri() - Method in class com.gooddata.gdc.RootLinks
Get miscellaneous tool resource URI string
getTotal() - Method in class com.gooddata.executeafm.result.Paging
 
getTotalItems() - Method in class com.gooddata.executeafm.response.AttributeHeader
Totals' headers belonging to the same level as this header.
getTotals() - Method in class com.gooddata.executeafm.result.ExecutionResult
 
getTotals() - Method in class com.gooddata.executeafm.resultspec.Dimension
 
getTotals() - Method in class com.gooddata.md.report.AttributeInGrid
 
getTrigger() - Method in class com.gooddata.dataload.processes.ScheduleExecution
 
getTriggers() - Method in class com.gooddata.notification.Subscription
 
getTriggerScheduleId() - Method in class com.gooddata.dataload.processes.Schedule
 
getType() - Method in class com.gooddata.auditevent.AuditEvent
 
getType() - Method in class com.gooddata.auditevent.AuditEventPageRequest
 
getType() - Method in class com.gooddata.connector.Zendesk4Settings
 
getType() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getType() - Method in class com.gooddata.dataload.processes.Schedule
 
getType() - Method in class com.gooddata.executeafm.result.ResultTotalHeaderItem
 
getType() - Method in class com.gooddata.executeafm.resultspec.TotalItem
total type
getType() - Method in class com.gooddata.md.Column
 
getType() - Method in class com.gooddata.md.DataLoadingColumn
 
getType() - Method in class com.gooddata.md.DisplayForm.Content
 
getType() - Method in class com.gooddata.md.DisplayForm
 
getType() - Method in class com.gooddata.md.Expression
 
getType() - Method in class com.gooddata.md.Key
 
getType() - Method in class com.gooddata.md.MaqlAst
 
getType() - Method in class com.gooddata.md.NestedAttribute.Content
 
getType() - Method in class com.gooddata.md.NestedAttribute
 
getType() - Method in class com.gooddata.md.Restriction
 
getType() - Method in class com.gooddata.md.TableDataLoad
 
getType() - Method in class com.gooddata.notification.ProjectEvent
 
getUnlisted() - Method in class com.gooddata.md.Entry
 
getUpdated() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getUpdated() - Method in class com.gooddata.md.AbstractObj
 
getUpdated() - Method in class com.gooddata.md.Entry
 
getUpdated() - Method in class com.gooddata.md.Meta
 
getUpdated() - Method in class com.gooddata.project.Project
 
getUpdated() - Method in class com.gooddata.warehouse.Warehouse
 
getUpdated() - Method in class com.gooddata.warehouse.WarehouseS3Credentials
 
getUpdatedBy() - Method in class com.gooddata.warehouse.Warehouse
 
getUpdatedBy() - Method in class com.gooddata.warehouse.WarehouseS3Credentials.Links
 
getUpdatedByUri() - Method in class com.gooddata.warehouse.WarehouseS3Credentials
 
getUpdateMaql() - Method in class com.gooddata.model.ModelDiff
Returns MAQL DDL update script that should be executed to update the source model to the target state.
getUploadConfigurationLink() - Method in class com.gooddata.md.Dataset
Deprecated.
getUploadConfigurationUri() - Method in class com.gooddata.md.Dataset
 
getUploadMode() - Method in class com.gooddata.dataset.DatasetManifest.Part
 
getUploadMode() - Method in class com.gooddata.dataset.Upload
 
getUploadsCount(String) - Method in class com.gooddata.dataset.UploadStatistics
Returns count of uploads finished in given status.
getUploadsLink() - Method in class com.gooddata.project.Project
Deprecated.
getUploadStatistics(Project) - Method in class com.gooddata.dataset.DatasetService
Returns global upload statistics for the given project.
getUploadsUri() - Method in class com.gooddata.project.Project
 
getUri() - Method in class com.gooddata.account.Account
 
getUri() - Method in class com.gooddata.connector.IntegrationProcessStatus
 
getUri() - Method in class com.gooddata.dataload.OutputStage
 
getUri() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
getUri() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
getUri() - Method in exception com.gooddata.dataload.processes.ProcessNotFoundException
 
getUri() - Method in class com.gooddata.dataload.processes.Schedule
 
getUri() - Method in class com.gooddata.dataload.processes.ScheduleExecution
 
getUri() - Method in exception com.gooddata.dataload.processes.ScheduleNotFoundException
 
getUri() - Method in class com.gooddata.dataset.Upload
 
getUri() - Method in interface com.gooddata.executeafm.afm.MeasureDefinition
Returns the definition in the form of uri of Metric.
getUri() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
 
getUri() - Method in interface com.gooddata.executeafm.ObjQualifier
Returns the qualifier in the form of uri.
getUri() - Method in class com.gooddata.executeafm.response.AttributeHeader
Uri of attribute's display form
getUri() - Method in class com.gooddata.executeafm.response.AttributeInHeader
 
getUri() - Method in class com.gooddata.executeafm.response.MeasureHeaderItem
 
getUri() - Method in class com.gooddata.executeafm.result.AttributeHeaderItem
 
getUri() - Method in class com.gooddata.executeafm.UriObjQualifier
 
getUri() - Method in class com.gooddata.featureflag.ProjectFeatureFlag
 
getUri() - Method in class com.gooddata.gdc.AboutLinks.Link
 
getUri() - Method in class com.gooddata.gdc.AsyncTask
 
getUri(String) - Method in class com.gooddata.gdc.DataStoreService
Returns uri for given path (which is used by this service for upload, download or delete)
getUri() - Method in class com.gooddata.gdc.LinkEntries.LinkEntry
 
getUri() - Method in class com.gooddata.gdc.UriResponse
 
getUri() - Method in class com.gooddata.md.AbstractObj
 
getUri() - Method in class com.gooddata.md.Attachment
 
getUri() - Method in class com.gooddata.md.AttributeElement
 
getUri() - Method in class com.gooddata.md.Entry
 
getUri() - Method in class com.gooddata.md.Meta
 
getUri() - Method in interface com.gooddata.md.Obj
 
getUri() - Method in class com.gooddata.md.report.AttributeInGrid
 
getUri() - Method in class com.gooddata.md.report.MetricElement
 
getUri() - Method in class com.gooddata.md.Usage
 
getUri() - Method in class com.gooddata.project.Project
 
getUri() - Method in class com.gooddata.project.ProjectValidationResultObjectParam
 
getUri() - Method in class com.gooddata.project.Role
 
getUri() - Method in exception com.gooddata.project.RoleNotFoundException
 
getUri() - Method in class com.gooddata.projecttemplate.Template
 
getUri() - Method in class com.gooddata.warehouse.Warehouse
 
getUri() - Method in class com.gooddata.warehouse.WarehouseS3Credentials
 
getUri() - Method in exception com.gooddata.warehouse.WarehouseS3CredentialsException
 
getUri() - Method in class com.gooddata.warehouse.WarehouseSchema
 
getUri() - Method in class com.gooddata.warehouse.WarehouseUser
 
getUris() - Method in class com.gooddata.md.maintenance.PartialMdExport
 
getUrl() - Method in class com.gooddata.project.ProjectTemplate
 
getUrn() - Method in class com.gooddata.project.ProjectTemplate
 
getUrn() - Method in class com.gooddata.projecttemplate.Template
 
getUseBackup() - Method in class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
 
getUsedBy() - Method in class com.gooddata.md.Usage
 
getUser(Project, Account) - Method in class com.gooddata.project.ProjectService
get user in project
getUserAgent() - Method in class com.gooddata.GoodDataSettings
User agent
getUserIp() - Method in class com.gooddata.auditevent.AuditEvent
 
getUserLogin() - Method in class com.gooddata.auditevent.AuditEvent
 
getUserRoles() - Method in class com.gooddata.project.User
 
getUsersLink() - Method in class com.gooddata.project.Project
Deprecated.
getUserStagingLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getUserStagingUri() - Method in class com.gooddata.gdc.RootLinks
Get user data staging area URI string
getUsersUri() - Method in class com.gooddata.project.Project
 
getUserUri() - Method in exception com.gooddata.warehouse.WarehouseUserNotFoundException
 
getValidation() - Method in class com.gooddata.project.ProjectValidationResult
 
getVals() - Method in class com.gooddata.project.ProjectValidationResultGdcTimeElParam
Deprecated.
for backward compatibility only. Do not use this method, it always returns null.
getVals() - Method in class com.gooddata.project.ProjectValidationResultSliElParam
 
getValue() - Method in class com.gooddata.executeafm.afm.ExpressionFilter
 
getValue() - Method in enum com.gooddata.export.ExportFormat
 
getValue() - Method in class com.gooddata.md.MaqlAst
 
getValue() - Method in class com.gooddata.md.report.MetricGroup
 
getValue() - Method in class com.gooddata.md.Restriction
 
getValue() - Method in enum com.gooddata.project.ProjectDriver
 
getValue() - Method in class com.gooddata.project.ProjectValidationResultStringParam
 
getValue() - Method in class com.gooddata.project.ProjectValidationType
 
getValue() - Method in enum com.gooddata.report.ReportExportFormat
Deprecated.
 
getVerifyPassword() - Method in class com.gooddata.account.Account
 
getVersion() - Method in class com.gooddata.project.ProjectTemplate
 
getVersion() - Method in class com.gooddata.projecttemplate.Template
 
getWarehouseById(String) - Method in class com.gooddata.warehouse.WarehouseService
Get Warehouse identified by given id.
getWarehouseByUri(String) - Method in class com.gooddata.warehouse.WarehouseService
Get Warehouse identified by given uri.
getWarehouseS3Credentials(Warehouse, String, String) - Method in class com.gooddata.warehouse.WarehouseService
Get S3 credentials for the Warehouse based on region and accessKey.
getWarehouseSchemaByName(Warehouse, String) - Method in class com.gooddata.warehouse.WarehouseService
get warehouse schema by name
getWarehouseSchemaByUri(String) - Method in class com.gooddata.warehouse.WarehouseService
get warehouse schema by uri
getWarehouseSchemaUri() - Method in exception com.gooddata.warehouse.WarehouseSchemaNotFoundException
 
getWarehouseService() - Method in class com.gooddata.GoodData
Get initialized service for ADS management (create, access and delete ads instances).
getWarehouseUri() - Method in exception com.gooddata.warehouse.WarehouseNotFoundException
 
getWarningCode() - Method in class com.gooddata.executeafm.result.Warning
 
getWarnings() - Method in class com.gooddata.executeafm.result.ExecutionResult
 
getWeight() - Method in class com.gooddata.md.Table
 
getWhen() - Method in class com.gooddata.md.ScheduledMail
 
getXTabLink() - Method in class com.gooddata.gdc.RootLinks
Deprecated.
getXTabUri() - Method in class com.gooddata.gdc.RootLinks
Get report execution resource URI string
getZendesk4Settings(Project) - Method in class com.gooddata.connector.ConnectorService
Get settings for zendesk4 connector.
GoodData - Class in com.gooddata
Entry point for GoodData SDK usage.
GoodData(String, String) - Constructor for class com.gooddata.GoodData
Create instance configured to communicate with GoodData Platform under user with given credentials.
GoodData(String, String, GoodDataSettings) - Constructor for class com.gooddata.GoodData
Create instance configured to communicate with GoodData Platform under user with given credentials.
GoodData(String, String, String) - Constructor for class com.gooddata.GoodData
Create instance configured to communicate with GoodData Platform running on given host using given user's credentials.
GoodData(String, String, String, GoodDataSettings) - Constructor for class com.gooddata.GoodData
Create instance configured to communicate with GoodData Platform running on given host using given user's credentials.
GoodData(String, String, String, int) - Constructor for class com.gooddata.GoodData
Create instance configured to communicate with GoodData Platform running on given host and port using given user's credentials.
GoodData(String, String, String, int, GoodDataSettings) - Constructor for class com.gooddata.GoodData
Create instance configured to communicate with GoodData Platform running on given host and port using given user's credentials.
GoodData(String, String, String, int, String, GoodDataSettings) - Constructor for class com.gooddata.GoodData
Create instance configured to communicate with GoodData Platform running on given host, port and protocol using given user's credentials.
GoodData(GoodDataEndpoint, Authentication) - Constructor for class com.gooddata.GoodData
Create instance configured to communicate with GoodData Platform running on given endpoint and using given http client factory.
GoodData(GoodDataEndpoint, Authentication, GoodDataSettings) - Constructor for class com.gooddata.GoodData
Create instance configured to communicate with GoodData Platform running on given endpoint and using given http client factory.
GoodDataEndpoint - Class in com.gooddata
GoodData Platform endpoint represented by host, port and protocol
GoodDataEndpoint(String, int, String) - Constructor for class com.gooddata.GoodDataEndpoint
Create GoodData endpoint for given hostname, port and protocol
GoodDataEndpoint(String, int) - Constructor for class com.gooddata.GoodDataEndpoint
Create GoodData endpoint for given hostname, port using HTTPS protocol
GoodDataEndpoint(String) - Constructor for class com.gooddata.GoodDataEndpoint
Create GoodData endpoint for given hostname using 443 port and HTTPS protocol
GoodDataEndpoint() - Constructor for class com.gooddata.GoodDataEndpoint
Create GoodData endpoint for given hostname using 443 port and HTTPS protocol and secure.gooddata.com hostname
GoodDataSettings - Class in com.gooddata
Gather various additional settings of GoodData.
GoodDataSettings() - Constructor for class com.gooddata.GoodDataSettings
 
Grid - Class in com.gooddata.md.report
Grid content (in report definition)
Grid(List<? extends GridElement>, List<? extends GridElement>, List<MetricElement>, Map<String, List<String>>, Collection<Map<String, Object>>) - Constructor for class com.gooddata.md.report.Grid
Creates new instance.
Grid(List<? extends GridElement>, List<? extends GridElement>, List<MetricElement>) - Constructor for class com.gooddata.md.report.Grid
 
GridElement - Interface in com.gooddata.md.report
Grid element (metricGroup | AttributeInGrid ... metricGroup can be maximally one time in rows or columns)
GridReportDefinitionContent - Class in com.gooddata.md.report
Grid report definition

H

handleError(ClientHttpResponse) - Method in class com.gooddata.util.ResponseErrorHandler
 
handlePollException(GoodDataRestException) - Method in interface com.gooddata.PollHandler
Handle exception while polling.
handlePollResult(P) - Method in interface com.gooddata.PollHandler
Handle result of single polling request.
handlePollResult(T) - Method in class com.gooddata.SimplePollHandler
 
hasAggregation() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
 
hasClientId() - Method in class com.gooddata.dataload.OutputStage
check if there is associated client id with this output stage
hasComputeRatio() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
 
hasDimension() - Method in class com.gooddata.md.NestedAttribute
 
hasFilters() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
 
hashCode() - Method in class com.gooddata.auditevent.AuditEventPageRequest
 
hashCode() - Method in class com.gooddata.connector.CoupaInstance
 
hashCode() - Method in class com.gooddata.executeafm.IdentifierObjQualifier
 
hashCode() - Method in class com.gooddata.executeafm.response.AttributeInHeader
 
hashCode() - Method in class com.gooddata.executeafm.result.DataValue
 
hashCode() - Method in class com.gooddata.executeafm.result.Warning
 
hashCode() - Method in class com.gooddata.executeafm.resultspec.TotalItem
 
hashCode() - Method in class com.gooddata.executeafm.UriObjQualifier
 
hashCode() - Method in class com.gooddata.featureflag.FeatureFlag
 
hashCode() - Method in class com.gooddata.featureflag.FeatureFlags
 
hashCode() - Method in class com.gooddata.featureflag.ProjectFeatureFlag
 
hashCode() - Method in class com.gooddata.GoodDataSettings
 
hashCode() - Method in class com.gooddata.md.Attachment
 
hashCode() - Method in class com.gooddata.md.AttributeElement
 
hashCode() - Method in class com.gooddata.md.DashboardAttachment
 
hashCode() - Method in class com.gooddata.md.report.MetricGroup
 
hashCode() - Method in class com.gooddata.md.ReportAttachment
 
hashCode() - Method in class com.gooddata.md.ScheduledMailWhen
 
hashCode() - Method in class com.gooddata.notification.ProjectEvent
 
hashCode() - Method in class com.gooddata.project.ProjectValidationResult
 
hashCode() - Method in class com.gooddata.project.ProjectValidationResultGdcTimeElParam
 
hashCode() - Method in class com.gooddata.project.ProjectValidationResultObjectParam
 
hashCode() - Method in class com.gooddata.project.ProjectValidationResultSliElParam
 
hashCode() - Method in class com.gooddata.project.ProjectValidationResultStringParam
 
hashCode() - Method in class com.gooddata.project.ProjectValidationType
 
hashCode() - Method in class com.gooddata.project.Role
 
hashCode() - Method in class com.gooddata.projecttemplate.Template
 
hasOutputStagePrefix() - Method in class com.gooddata.dataload.OutputStage
check if there is associated output stage prefix with this output stage
hasPermissionGranted(String) - Method in class com.gooddata.project.Role
Returns true if provided permission is granted.
hasSchemaUri() - Method in class com.gooddata.dataload.OutputStage
check if there is associated schema WarehouseSchema with this output stage
hasTypeInt() - Method in class com.gooddata.md.DataLoadingColumn
 
hasTypeVarchar() - Method in class com.gooddata.md.DataLoadingColumn
 
hasUploadConfiguration() - Method in class com.gooddata.md.Dataset
 
Header - Interface in com.gooddata.executeafm.response
ResultDimension's header.
HOSTNAME - Static variable in class com.gooddata.GoodData
 
HOSTNAME - Static variable in class com.gooddata.GoodDataEndpoint
 

I

identifier(String) - Static method in class com.gooddata.md.Restriction
Construct a new instance with restriction type identifier and given value.
IdentifierObjQualifier - Class in com.gooddata.executeafm
Qualifies metadata Obj using an identifier
IdentifierObjQualifier(String) - Constructor for class com.gooddata.executeafm.IdentifierObjQualifier
 
identifiersToUris(Project, Collection<String>) - Method in class com.gooddata.md.MetadataService
Find metadata URIs for given identifiers.
Integration - Class in com.gooddata.connector
Connector integration (i.e. one instance of configured ETL for loading of one GDC project).
Integration(String) - Constructor for class com.gooddata.connector.Integration
 
IntegrationNotFoundException - Exception in com.gooddata.connector
Integration for given project and connector type doesn't exist
IntegrationNotFoundException(Project, ConnectorType, Throwable) - Constructor for exception com.gooddata.connector.IntegrationNotFoundException
 
IntegrationProcessStatus - Class in com.gooddata.connector
Connector process (i.e. single ETL run) status used in integration object.
IntegrationProcessStatus(Status, DateTime, DateTime, Map<String, String>) - Constructor for class com.gooddata.connector.IntegrationProcessStatus
 
INVALID_OBJECTS - Static variable in class com.gooddata.project.ProjectValidationType
 
Invitation - Class in com.gooddata.project
Project invitation
Invitation(String) - Constructor for class com.gooddata.project.Invitation
 
isActive() - Method in class com.gooddata.connector.Integration
 
isAdHoc() - Method in interface com.gooddata.executeafm.afm.MeasureDefinition
 
isAdHoc() - Method in class com.gooddata.executeafm.afm.MeasureItem
 
isAdHoc() - Method in class com.gooddata.executeafm.afm.PopMeasureDefinition
 
isAdHoc() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
 
isCrossDataCenterExport() - Method in class com.gooddata.md.maintenance.PartialMdExport
 
isDefault() - Method in class com.gooddata.md.AttributeDisplayForm
 
isDeprecated() - Method in class com.gooddata.md.AbstractObj
 
isDeprecated() - Method in class com.gooddata.md.Entry
 
isDeprecated() - Method in class com.gooddata.md.Meta
Default is false/not-deprecated.
isDisplayForm() - Method in class com.gooddata.md.Column
 
isDone() - Method in class com.gooddata.AbstractPollHandlerBase
 
isDone() - Method in interface com.gooddata.FutureResult
Checks if the result is available
isDone() - Method in interface com.gooddata.PollHandler
Returns true when the polling is done, false otherwise.
isDone() - Method in class com.gooddata.PollResult
 
isEnabled() - Method in class com.gooddata.dataload.processes.Schedule
 
isEnabled() - Method in class com.gooddata.featureflag.FeatureFlag
 
isEnabled(String) - Method in class com.gooddata.featureflag.FeatureFlags
Returns true if the feature flag with given name exists and is enabled, false otherwise.
isEnabled() - Method in class com.gooddata.featureflag.ProjectFeatureFlag
 
isEnabled(String) - Method in class com.gooddata.featureflag.ProjectFeatureFlags
Returns true if the project feature flag with given name exists and is enabled, false otherwise.
isEnabled() - Method in class com.gooddata.project.Project
 
isEnabled() - Method in class com.gooddata.warehouse.Warehouse
 
isError() - Method in class com.gooddata.project.ProjectValidationResult
 
isError() - Method in class com.gooddata.project.ProjectValidationResults
True if validation found some error
isExportAttributeProperties() - Method in class com.gooddata.md.maintenance.PartialMdExport
 
isFact() - Method in class com.gooddata.md.Column
 
isFailed() - Method in class com.gooddata.connector.IntegrationProcessStatus
Returns true when the connector process failed.
isFailed() - Method in class com.gooddata.connector.Status
Returns true when the status means that the connector process failed.
isFatalError() - Method in class com.gooddata.project.ProjectValidationResults
True in case some part of validation crashed (not executed at all)
isFinished(ClientHttpResponse) - Method in class com.gooddata.AbstractPollHandlerBase
 
isFinished() - Method in class com.gooddata.connector.IntegrationProcessStatus
Returns true when the connector process has already finished (no matter if it was successful).
isFinished() - Method in class com.gooddata.connector.Status
Returns true when the status means that the connector process has already finished (no matter if it was successful).
isFinished() - Method in class com.gooddata.dataload.processes.ScheduleExecution
 
isFinished(ClientHttpResponse) - Method in interface com.gooddata.PollHandler
Check single polling response if whole polling process should finish.
isFk() - Method in class com.gooddata.md.Column
 
isFull() - Method in class com.gooddata.md.TableDataLoad
 
isImportAttributeProperties() - Method in class com.gooddata.md.maintenance.PartialMdExportToken
 
isIncremental() - Method in class com.gooddata.md.TableDataLoad
 
isInputPk() - Method in class com.gooddata.md.Column
 
isList() - Method in interface com.gooddata.executeafm.result.Data
 
isList() - Method in class com.gooddata.executeafm.result.DataList
 
isList() - Method in class com.gooddata.executeafm.result.DataValue
 
isLocked() - Method in class com.gooddata.md.AbstractObj
 
isLocked() - Method in class com.gooddata.md.Entry
 
isLocked() - Method in class com.gooddata.md.Meta
Flag that MD object is locked; default is false/unlocked.
isNull() - Method in interface com.gooddata.executeafm.result.Data
 
isNullable() - Method in class com.gooddata.md.DataLoadingColumn
 
isOverwriteNewer() - Method in class com.gooddata.md.maintenance.PartialMdExportToken
 
isPk() - Method in class com.gooddata.md.Column
 
isPreparing() - Method in class com.gooddata.project.Project
 
isProduction() - Method in class com.gooddata.md.AbstractObj
 
isProduction() - Method in class com.gooddata.md.Meta
Is the object production or not?
isPublic() - Method in class com.gooddata.project.Project
 
isReferenceKey() - Method in class com.gooddata.dataset.DatasetManifest.Part
 
isRunning() - Method in class com.gooddata.gdc.TaskStatus
 
isSharedWithSomeone() - Method in class com.gooddata.md.AbstractObj
 
isSharedWithSomeone() - Method in class com.gooddata.md.Meta
Is the linked object shared with someone via ACLs?
isSortedByLinkedDf() - Method in class com.gooddata.md.NestedAttribute
 
isSortedByPk() - Method in class com.gooddata.md.NestedAttribute
 
isSortedByUsedDf() - Method in class com.gooddata.md.NestedAttribute
 
isSuccess() - Method in class com.gooddata.auditevent.AuditEvent
 
isSuccess() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
isSuccess() - Method in class com.gooddata.gdc.TaskStatus
 
isUnique() - Method in class com.gooddata.md.DataLoadingColumn
 
isUnlisted() - Method in class com.gooddata.md.AbstractObj
 
isUnlisted() - Method in class com.gooddata.md.Entry
 
isUnlisted() - Method in class com.gooddata.md.Meta
Default is false/listed.
isUpdateLDMObjects() - Method in class com.gooddata.md.maintenance.PartialMdExportToken
 
isValid() - Method in class com.gooddata.project.ProjectValidationResults
True if no warning or error is in the validation results.
isValue() - Method in interface com.gooddata.executeafm.result.Data
 
isValue() - Method in class com.gooddata.executeafm.result.DataList
 
isValue() - Method in class com.gooddata.executeafm.result.DataValue
 
isWarning() - Method in class com.gooddata.project.ProjectValidationResult
 
isWarning() - Method in class com.gooddata.project.ProjectValidationResults
True if some warning was found during validation.
iterator() - Method in class com.gooddata.featureflag.FeatureFlags
 
iterator() - Method in class com.gooddata.featureflag.ProjectFeatureFlags
 

J

JDBC_CONNECTION_TEMPLATE - Static variable in class com.gooddata.warehouse.Warehouse
 

K

Key - Class in com.gooddata.md
Key (primary/foreign) of attribute
Key(String, String) - Constructor for class com.gooddata.md.Key
 

L

LDM - Static variable in class com.gooddata.project.ProjectValidationType
 
Link(String, String, String, String, String) - Constructor for class com.gooddata.gdc.AboutLinks.Link
 
LinkEntries - Class in com.gooddata.gdc
Collection of links.
LinkEntries(List<LinkEntries.LinkEntry>) - Constructor for class com.gooddata.gdc.LinkEntries
 
LinkEntries.LinkEntry - Class in com.gooddata.gdc
 
Links(String) - Constructor for class com.gooddata.md.DisplayForm.Links
 
Links(String, String, String, String) - Constructor for class com.gooddata.warehouse.WarehouseS3Credentials.Links
 
listAuditEvents(String) - Method in class com.gooddata.auditevent.AuditEventService
Get list of audit events for the given domain id
listAuditEvents(String, Page) - Method in class com.gooddata.auditevent.AuditEventService
Get list of audit events for the given domain id
listAuditEvents(Account) - Method in class com.gooddata.auditevent.AuditEventService
Get list of audit events for the given account
listAuditEvents(Account, Page) - Method in class com.gooddata.auditevent.AuditEventService
Get list of audit events for the given account
listAuditEvents() - Method in class com.gooddata.auditevent.AuditEventService
Get list of audit events for current account
listAuditEvents(Page) - Method in class com.gooddata.auditevent.AuditEventService
Get list of audit events for current account
listDatasetLinks(Project) - Method in class com.gooddata.dataset.DatasetService
Lists datasets (links) in project.
listDatasets(Project) - Method in class com.gooddata.dataset.DatasetService
listFeatureFlags(Project) - Method in class com.gooddata.featureflag.FeatureFlagService
Returns aggregated feature flags for given project and current user (aggregates global, project group, project and user feature flags).
listProcesses(Project) - Method in class com.gooddata.dataload.processes.ProcessService
Get list of processes by given project.
listProjectFeatureFlags(Project) - Method in class com.gooddata.featureflag.FeatureFlagService
Returns project feature flags (only project scoped flags, use FeatureFlagService.listFeatureFlags(Project) for aggregated flags from all scopes) for given project.
listSchedules(Project) - Method in class com.gooddata.dataload.processes.ProcessService
Get first page of paged list of schedules by given project.
listSchedules(Project, Page) - Method in class com.gooddata.dataload.processes.ProcessService
Get defined page of paged list of schedules by given project.
listUploadsForDataset(Project, String) - Method in class com.gooddata.dataset.DatasetService
Lists all uploads for the dataset with the given identifier in the given project.
listUserProcesses() - Method in class com.gooddata.dataload.processes.ProcessService
Get list of current user processes by given user account.
listUsers(Project) - Method in class com.gooddata.project.ProjectService
Get first page of paged list of users by given project.
listUsers(Project, Page) - Method in class com.gooddata.project.ProjectService
Get defined page of paged list of users by given project.
listWarehouses() - Method in class com.gooddata.warehouse.WarehouseService
Lists Warehouses.
listWarehouses(Page) - Method in class com.gooddata.warehouse.WarehouseService
Lists Warehouses.
listWarehouseS3Credentials(Warehouse) - Method in class com.gooddata.warehouse.WarehouseService
List S3 credentials for the Warehouse.
listWarehouseSchemas(Warehouse) - Method in class com.gooddata.warehouse.WarehouseService
list schemas for Warehouse
listWarehouseSchemas(Warehouse, Page) - Method in class com.gooddata.warehouse.WarehouseService
list schemas for Warehouse
listWarehouseUsers(Warehouse) - Method in class com.gooddata.warehouse.WarehouseService
Lists warehouse users.
listWarehouseUsers(Warehouse, Page) - Method in class com.gooddata.warehouse.WarehouseService
Lists warehouse users, starting with specified page.
loadDataset(Project, DatasetManifest, InputStream) - Method in class com.gooddata.dataset.DatasetService
Loads dataset into platform.
loadDataset(Project, String, InputStream) - Method in class com.gooddata.dataset.DatasetService
loadDatasets(Project, DatasetManifest...) - Method in class com.gooddata.dataset.DatasetService
 
loadDatasets(Project, Collection<DatasetManifest>) - Method in class com.gooddata.dataset.DatasetService
Loads datasets into platform.
LocallyIdentifiable - Interface in com.gooddata.executeafm.afm
Marker interface for all locally identifiable objects having local identifier in AFM
LocatorItem - Interface in com.gooddata.executeafm.resultspec
Locator hold information about specific element in path of elements.
LOGIN_TEMPLATE - Static variable in class com.gooddata.account.Account
 
LOGIN_URI - Static variable in class com.gooddata.account.Account
 
LoginPasswordAuthentication - Class in com.gooddata.authentication
Login and password authentication
LoginPasswordAuthentication(String, String) - Constructor for class com.gooddata.authentication.LoginPasswordAuthentication
Create login password authentication
logout() - Method in class com.gooddata.account.AccountService
Performs user logout.
logout() - Method in class com.gooddata.GoodData
Logout from GoodData Platform

M

mapper - Variable in class com.gooddata.AbstractService
 
MaqlAst - Class in com.gooddata.md
MAQL AST representation
MaqlAst(String, MaqlAst.MaqlAstPosition) - Constructor for class com.gooddata.md.MaqlAst
 
MaqlAst.MaqlAstPosition - Class in com.gooddata.md
 
MaqlAstPosition(int, int) - Constructor for class com.gooddata.md.MaqlAst.MaqlAstPosition
 
MEASURE_GROUP - Static variable in class com.gooddata.executeafm.resultspec.Dimension
Marker element to be used within itemIdentifiers marking the placement of measures
MeasureDefinition - Interface in com.gooddata.executeafm.afm
 
MeasureGroupHeader - Class in com.gooddata.executeafm.response
Header of a measure group.
MeasureGroupHeader(List<MeasureHeaderItem>) - Constructor for class com.gooddata.executeafm.response.MeasureGroupHeader
Creates new header
MeasureHeaderItem - Class in com.gooddata.executeafm.response
Header of particular measure.
MeasureHeaderItem(String, String, String) - Constructor for class com.gooddata.executeafm.response.MeasureHeaderItem
 
MeasureHeaderItem(String, String, String, String, String) - Constructor for class com.gooddata.executeafm.response.MeasureHeaderItem
 
MeasureItem - Class in com.gooddata.executeafm.afm
Represents measure within Afm
MeasureItem(MeasureDefinition, String) - Constructor for class com.gooddata.executeafm.afm.MeasureItem
 
MeasureItem(MeasureDefinition, String, String, String) - Constructor for class com.gooddata.executeafm.afm.MeasureItem
 
MeasureLocatorItem - Class in com.gooddata.executeafm.resultspec
Holds metric position
MeasureLocatorItem(String) - Constructor for class com.gooddata.executeafm.resultspec.MeasureLocatorItem
 
MeasureSortItem - Class in com.gooddata.executeafm.resultspec
Define metric sort
MeasureSortItem(String, List<LocatorItem>) - Constructor for class com.gooddata.executeafm.resultspec.MeasureSortItem
 
MeasureSortItem(Direction, List<LocatorItem>) - Constructor for class com.gooddata.executeafm.resultspec.MeasureSortItem
 
MeasureSortItem(Direction, LocatorItem...) - Constructor for class com.gooddata.executeafm.resultspec.MeasureSortItem
 
MessageTemplate - Class in com.gooddata.notification
Template of notification message
MessageTemplate(String) - Constructor for class com.gooddata.notification.MessageTemplate
 
meta - Variable in class com.gooddata.md.AbstractObj
 
Meta - Class in com.gooddata.md
Metadata meta information (meant just for internal SDK usage)
Meta(String, String, DateTime, DateTime, String, String, String, Set<String>, String, String) - Constructor for class com.gooddata.md.Meta
 
Meta(String, String, DateTime, DateTime, String, String, String, Set<String>, String, String, Boolean, Boolean, Boolean, Boolean, Boolean) - Constructor for class com.gooddata.md.Meta
 
Meta(String) - Constructor for class com.gooddata.md.Meta
 
Meta(String, String) - Constructor for class com.gooddata.md.Meta
 
MetadataService - Class in com.gooddata.md
Query, create and update project metadata - attributes, facts, metrics, reports,...
MetadataService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.md.MetadataService
 
MetadataService(RestTemplate) - Constructor for class com.gooddata.md.MetadataService
Deprecated.
use MetadataService(RestTemplate, GoodDataSettings) constructor instead
Metric - Class in com.gooddata.md
Metric
Metric(String, String, String) - Constructor for class com.gooddata.md.Metric
 
METRIC_FILTER - Static variable in class com.gooddata.project.ProjectValidationType
 
METRIC_GROUP - Static variable in class com.gooddata.md.report.MetricGroup
 
MetricElement - Class in com.gooddata.md.report
Metric used in Grid for report definition.
MetricElement(String, String) - Constructor for class com.gooddata.md.report.MetricElement
Deprecated.
MetricElement(Metric, String) - Constructor for class com.gooddata.md.report.MetricElement
Creates new instance using uri of given metric and alias.
MetricElement(Metric) - Constructor for class com.gooddata.md.report.MetricElement
Creates new instance using uri of given metric and it's title as alias.
MetricGroup - Class in com.gooddata.md.report
Marker element marking the placement of metrics in Grid report.
ModelDiff - Class in com.gooddata.model
Model diff including MAQL DDL.
ModelException - Exception in com.gooddata.model
Represents error in ModelService
ModelException(String) - Constructor for exception com.gooddata.model.ModelException
 
ModelException(String, Throwable) - Constructor for exception com.gooddata.model.ModelException
 
ModelService - Class in com.gooddata.model
Service for manipulating with project model
ModelService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.model.ModelService
 
ModelService(RestTemplate) - Constructor for class com.gooddata.model.ModelService
Deprecated.
use ModelService(RestTemplate, GoodDataSettings) constructor instead

N

NativeTotalItem - Class in com.gooddata.executeafm.afm
Native total definition
NativeTotalItem(String, List<String>) - Constructor for class com.gooddata.executeafm.afm.NativeTotalItem
Native total definition
NativeTotalItem(String, String...) - Constructor for class com.gooddata.executeafm.afm.NativeTotalItem
Native total definition
NegativeAttributeFilter - Class in com.gooddata.executeafm.afm
Filter of attribute filtering by NOT IN expression
NegativeAttributeFilter(ObjQualifier, List<String>) - Constructor for class com.gooddata.executeafm.afm.NegativeAttributeFilter
Creates new instance of given display form and not in list
NegativeAttributeFilter(ObjQualifier, String...) - Constructor for class com.gooddata.executeafm.afm.NegativeAttributeFilter
 
NestedAttribute - Class in com.gooddata.md
Attribute representation which is nested in some other metadata object (i.e. within Dimension).
NestedAttribute(Meta, NestedAttribute.Content) - Constructor for class com.gooddata.md.NestedAttribute
 
NestedAttribute.Content - Class in com.gooddata.md
 
NoDataExportException - Exception in com.gooddata.export
Thrown when report export contains no data
NoDataExportException() - Constructor for exception com.gooddata.export.NoDataExportException
 
NoDataExportException(String) - Constructor for exception com.gooddata.export.NoDataExportException
 
NoDataReportException - Exception in com.gooddata.report
Deprecated.
NoDataReportException() - Constructor for exception com.gooddata.report.NoDataReportException
Deprecated.
 
NoDataReportException(String) - Constructor for exception com.gooddata.report.NoDataReportException
Deprecated.
 
NonUniqueObjException - Exception in com.gooddata.md
More than a single obj instance was found
NonUniqueObjException(Class<T>, Collection<String>) - Constructor for exception com.gooddata.md.NonUniqueObjException
Construct a new instance of NonUniqueObjException.
NotificationService - Class in com.gooddata.notification
Service to trigger and manage notifications.
NotificationService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.notification.NotificationService
 
NotificationService(RestTemplate) - Constructor for class com.gooddata.notification.NotificationService
Deprecated.
use NotificationService(RestTemplate, GoodDataSettings) constructor instead
NULL - Static variable in interface com.gooddata.executeafm.result.Data
 

O

Obj - Interface in com.gooddata.md
First class metadata object - only dto objects, which have URI pointing to themselves should implement this.
OBJ_TEMPLATE - Static variable in interface com.gooddata.md.Obj
 
OBJ_URI - Static variable in interface com.gooddata.md.Obj
 
ObjCreateException - Exception in com.gooddata.md
Metadata object couldn't be created
ObjCreateException(T, Throwable) - Constructor for exception com.gooddata.md.ObjCreateException
Construct a new instance of ObjCreateException.
ObjCreateException(String, T) - Constructor for exception com.gooddata.md.ObjCreateException
Construct a new instance of ObjCreateException.
ObjNotFoundException - Exception in com.gooddata.md
Metadata object of the given URI doesn't exist
ObjNotFoundException(String, Class<T>, Exception) - Constructor for exception com.gooddata.md.ObjNotFoundException
Construct a new instance of ObjNotFoundException.
ObjNotFoundException(Obj) - Constructor for exception com.gooddata.md.ObjNotFoundException
Construct a new instance of ObjNotFoundException.
ObjNotFoundException(String) - Constructor for exception com.gooddata.md.ObjNotFoundException
Construct a new instance of ObjNotFoundException.
ObjNotFoundException(Class<T>) - Constructor for exception com.gooddata.md.ObjNotFoundException
Construct a new instance of ObjNotFoundException.
ObjQualifier - Interface in com.gooddata.executeafm
Qualifies metadata Obj
ObjUpdateException - Exception in com.gooddata.md
Metadata object couldn't be updated
ObjUpdateException(T, Throwable) - Constructor for exception com.gooddata.md.ObjUpdateException
Construct a new instance of ObjUpdateException.
ObjUpdateException(String, T) - Constructor for exception com.gooddata.md.ObjUpdateException
Construct a new instance of ObjUpdateException.
of(String) - Static method in enum com.gooddata.md.report.Total
 
offset(int...) - Method in class com.gooddata.executeafm.result.Paging
Sets size compound of given elements, each element per dimension
OneNumberReportDefinitionContent - Class in com.gooddata.md.report
One number report definition
onFinish() - Method in class com.gooddata.AbstractPollHandlerBase
Method called after polling is successfully finished (default no-op)
optimizeSliHash(Project) - Method in class com.gooddata.dataset.DatasetService
Optimize SLI hash.
orderedValues() - Static method in enum com.gooddata.md.report.Total
Ordered list of totals
OutputStage - Class in com.gooddata.dataload
Output stage.
OutputStageService - Class in com.gooddata.dataload
Service to manage output stage.
OutputStageService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.dataload.OutputStageService
Sets RESTful HTTP Spring template.
OutputStageService(RestTemplate) - Constructor for class com.gooddata.dataload.OutputStageService
Deprecated.
use OutputStageService(RestTemplate, GoodDataSettings) constructor instead
OutputStreamResponseExtractor(OutputStream) - Constructor for class com.gooddata.AbstractService.OutputStreamResponseExtractor
 

P

Paging - Class in com.gooddata.executeafm.result
Paging of ExecutionResult.
Paging() - Constructor for class com.gooddata.executeafm.result.Paging
Creates new paging
Paging(List<Integer>, List<Integer>, List<Integer>) - Constructor for class com.gooddata.executeafm.result.Paging
Creates new paging
PardotProcessExecution - Class in com.gooddata.connector
Pardot connector process execution (i.e. definition for single ETL run).
PardotProcessExecution() - Constructor for class com.gooddata.connector.PardotProcessExecution
 
PardotSettings - Class in com.gooddata.connector
Pardot connector settings (contains Pardot account ID)
PardotSettings(String) - Constructor for class com.gooddata.connector.PardotSettings
 
Part(String, String, List<String>, Boolean, Map<String, String>) - Constructor for class com.gooddata.dataset.DatasetManifest.Part
 
partialExport(Project, PartialMdExport) - Method in class com.gooddata.md.maintenance.ExportImportService
Exports partial metadata from project and returns token identifying this export
partialImport(Project, PartialMdExportToken) - Method in class com.gooddata.md.maintenance.ExportImportService
Imports partial metadata to project based on given token
PartialMdExport - Class in com.gooddata.md.maintenance
Partial metadata export configuration structure.
PartialMdExport(String...) - Constructor for class com.gooddata.md.maintenance.PartialMdExport
Creates new PartialMdExport.
PartialMdExport(Collection<String>) - Constructor for class com.gooddata.md.maintenance.PartialMdExport
Creates new PartialMdExport.
PartialMdExport(boolean, boolean, String...) - Constructor for class com.gooddata.md.maintenance.PartialMdExport
Creates new PartialMdExport.
PartialMdExport(boolean, boolean, Collection<String>) - Constructor for class com.gooddata.md.maintenance.PartialMdExport
Creates new PartialMdExport.
PartialMdExportToken - Class in com.gooddata.md.maintenance
Partial metadata export token.
PartialMdExportToken(String) - Constructor for class com.gooddata.md.maintenance.PartialMdExportToken
Creates new PartialMdExportToken.
PDM_ELEM - Static variable in class com.gooddata.project.ProjectValidationType
 
PDM_PK_FK_CONSISTENCY - Static variable in class com.gooddata.project.ProjectValidationType
 
PDM_TRANSITIVITY - Static variable in class com.gooddata.project.ProjectValidationType
 
PDM_VS_DWH - Static variable in class com.gooddata.project.ProjectValidationType
 
pollClass - Variable in class com.gooddata.AbstractPollHandlerBase
 
PollHandler<P,R> - Interface in com.gooddata
For internal use by services employing polling.
PollResult<T> - Class in com.gooddata
Represents the result retrieved by polling on the REST API.
PollResult(AbstractService, PollHandler<?, T>) - Constructor for class com.gooddata.PollResult
Creates a new instance of the result to be eventually retrieved by polling on the REST API.
PopMeasureDefinition - Class in com.gooddata.executeafm.afm
Definition of so called "period over period" measure
PopMeasureDefinition(String, ObjQualifier) - Constructor for class com.gooddata.executeafm.afm.PopMeasureDefinition
Creates new definition from given measure identifier referencing another measure in Afm and given attribute qualifier (should qualify date attribute)
PORT - Static variable in class com.gooddata.GoodData
 
PORT - Static variable in class com.gooddata.GoodDataEndpoint
 
PositiveAttributeFilter - Class in com.gooddata.executeafm.afm
Filter of attribute filtering by IN expression
PositiveAttributeFilter(ObjQualifier, List<String>) - Constructor for class com.gooddata.executeafm.afm.PositiveAttributeFilter
Creates new instance of given display form and in list
PositiveAttributeFilter(ObjQualifier, String...) - Constructor for class com.gooddata.executeafm.afm.PositiveAttributeFilter
 
ProcessExecution - Interface in com.gooddata.connector
Connector process execution (i.e. definition for single ETL run).
ProcessExecution - Class in com.gooddata.dataload.processes
Dataload process execution.
ProcessExecution(DataloadProcess, String) - Constructor for class com.gooddata.dataload.processes.ProcessExecution
 
ProcessExecution(DataloadProcess, String, Map<String, String>) - Constructor for class com.gooddata.dataload.processes.ProcessExecution
 
ProcessExecution(DataloadProcess, String, Map<String, String>, Map<String, String>) - Constructor for class com.gooddata.dataload.processes.ProcessExecution
 
ProcessExecutionDetail - Class in com.gooddata.dataload.processes
Dataload process execution detail.
ProcessExecutionException - Exception in com.gooddata.dataload.processes
Represents failure during process execution
ProcessExecutionException(String) - Constructor for exception com.gooddata.dataload.processes.ProcessExecutionException
 
ProcessExecutionException(String, Throwable) - Constructor for exception com.gooddata.dataload.processes.ProcessExecutionException
 
ProcessExecutionException(String, ProcessExecutionDetail) - Constructor for exception com.gooddata.dataload.processes.ProcessExecutionException
 
ProcessExecutionException(String, Throwable, String) - Constructor for exception com.gooddata.dataload.processes.ProcessExecutionException
 
ProcessExecutionException(String, ProcessExecutionDetail, Throwable) - Constructor for exception com.gooddata.dataload.processes.ProcessExecutionException
 
ProcessNotFoundException - Exception in com.gooddata.dataload.processes
Process of the given URI doesn't exist
ProcessNotFoundException(String, Throwable) - Constructor for exception com.gooddata.dataload.processes.ProcessNotFoundException
 
ProcessService - Class in com.gooddata.dataload.processes
Service to manage dataload processes and process executions.
ProcessService(RestTemplate, AccountService, DataStoreService, GoodDataSettings) - Constructor for class com.gooddata.dataload.processes.ProcessService
Sets RESTful HTTP Spring template.
ProcessService(RestTemplate, AccountService, DataStoreService) - Constructor for class com.gooddata.dataload.processes.ProcessService
Deprecated.
use ProcessService(RestTemplate, AccountService, DataStoreService, GoodDataSettings) instead
ProcessStatus - Class in com.gooddata.connector
Connector process (i.e. single ETL run) status (standalone, not embedded in integration as its parent) .
ProcessType - Enum in com.gooddata.dataload.processes
Represents type of dataload process.
Project - Class in com.gooddata.project
Project in GoodData platform
Project(String, String) - Constructor for class com.gooddata.project.Project
 
Project(String, String, String) - Constructor for class com.gooddata.project.Project
 
PROJECT_FEATURE_FLAG_TEMPLATE - Static variable in class com.gooddata.featureflag.ProjectFeatureFlag
 
PROJECT_FEATURE_FLAG_URI - Static variable in class com.gooddata.featureflag.ProjectFeatureFlag
 
PROJECT_FEATURE_FLAGS_TEMPLATE - Static variable in class com.gooddata.featureflag.ProjectFeatureFlags
 
PROJECT_FEATURE_FLAGS_URI - Static variable in class com.gooddata.featureflag.ProjectFeatureFlags
 
ProjectDashboard - Class in com.gooddata.md
Project Dashboard of GoodData project.
ProjectDashboard(String, ProjectDashboard.Tab...) - Constructor for class com.gooddata.md.ProjectDashboard
 
ProjectDashboard.Tab - Class in com.gooddata.md
 
ProjectDriver - Enum in com.gooddata.project
 
ProjectEnvironment - Enum in com.gooddata.project
Optional property for project create, the property is ignored during project update.
ProjectEvent - Class in com.gooddata.notification
Project event.
ProjectEvent(String) - Constructor for class com.gooddata.notification.ProjectEvent
 
ProjectEvent(String, Map<String, String>) - Constructor for class com.gooddata.notification.ProjectEvent
 
ProjectFeatureFlag - Class in com.gooddata.featureflag
Project feature flag is a boolean flag used for enabling / disabling some specific feature of GoodData platform on per project basis.
ProjectFeatureFlag(String) - Constructor for class com.gooddata.featureflag.ProjectFeatureFlag
Creates new project feature flag which is by default enabled (true).
ProjectFeatureFlag(String, boolean) - Constructor for class com.gooddata.featureflag.ProjectFeatureFlag
Creates new project feature flag with given value.
ProjectFeatureFlags - Class in com.gooddata.featureflag
 
ProjectNotFoundException - Exception in com.gooddata.project
Project of the given URI doesn't exist
ProjectNotFoundException(String, Throwable) - Constructor for exception com.gooddata.project.ProjectNotFoundException
 
Projects - Class in com.gooddata.project
 
Projects(Collection<Project>) - Constructor for class com.gooddata.project.Projects
 
PROJECTS_URI - Static variable in class com.gooddata.project.Project
 
ProjectService - Class in com.gooddata.project
List projects, create a project, ...
ProjectService(RestTemplate, AccountService, GoodDataSettings) - Constructor for class com.gooddata.project.ProjectService
Constructs service for GoodData project management (list projects, create a project, ...).
ProjectService(RestTemplate, AccountService) - Constructor for class com.gooddata.project.ProjectService
Deprecated.
use ProjectService(RestTemplate, AccountService) constructor instead
ProjectTemplate - Class in com.gooddata.project
Project template.
ProjectTemplate(String, String, String) - Constructor for class com.gooddata.project.ProjectTemplate
 
ProjectTemplateService - Class in com.gooddata.projecttemplate
Service enabling access to project templates, under /projectTemplates/...
ProjectTemplateService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.projecttemplate.ProjectTemplateService
Sets RESTful HTTP Spring template.
ProjectTemplateService(RestTemplate) - Constructor for class com.gooddata.projecttemplate.ProjectTemplateService
Deprecated.
use ProjectTemplateService(RestTemplate) constructor instead
ProjectUsersUpdateException - Exception in com.gooddata.project
Unable to update users in project
ProjectUsersUpdateException(String, Throwable) - Constructor for exception com.gooddata.project.ProjectUsersUpdateException
 
ProjectUsersUpdateException(String) - Constructor for exception com.gooddata.project.ProjectUsersUpdateException
 
ProjectValidationResult - Class in com.gooddata.project
Represents one validation result.
ProjectValidationResultGdcTimeElParam - Class in com.gooddata.project
 
ProjectValidationResultObjectParam - Class in com.gooddata.project
 
ProjectValidationResultParam - Class in com.gooddata.project
Represents validation result message param, must be of certain type.
ProjectValidationResultParam() - Constructor for class com.gooddata.project.ProjectValidationResultParam
 
ProjectValidationResults - Class in com.gooddata.project
Results of project validation.
ProjectValidationResultSliElParam - Class in com.gooddata.project
 
ProjectValidationResultStringParam - Class in com.gooddata.project
 
ProjectValidationType - Class in com.gooddata.project
Represents project validation type.
ProjectValidationType(String) - Constructor for class com.gooddata.project.ProjectValidationType
 
PROTOCOL - Static variable in class com.gooddata.GoodData
 
PROTOCOL - Static variable in class com.gooddata.GoodDataEndpoint
 

Q

Query - Class in com.gooddata.md
Metadata query result
Queryable - Interface in com.gooddata.md
Marker interface for metadata objects which can be found using query resource (see MetadataService.find* methods).

R

READ_ONLY_ROLE - Static variable in class com.gooddata.warehouse.WarehouseUser
Deprecated.
RelativeDateFilter - Class in com.gooddata.executeafm.afm
Represents DateFilter specifying relative range of given granularity.
RelativeDateFilter(ObjQualifier, String, Integer, Integer) - Constructor for class com.gooddata.executeafm.afm.RelativeDateFilter
Creates new instance
removeAccount(Account) - Method in class com.gooddata.account.AccountService
Delete given account
removeChannel(Channel) - Method in class com.gooddata.notification.NotificationService
Remove channel
removeFlag(String) - Method in class com.gooddata.featureflag.FeatureFlags
Removes flag of given name.
removeObj(Obj) - Method in class com.gooddata.md.MetadataService
Remove metadata object URI
removeObjByUri(String) - Method in class com.gooddata.md.MetadataService
Remove metadata object by URI (format is /gdc/md/{PROJECT_ID}/obj/{OBJECT_ID})
removeParam(String) - Method in class com.gooddata.dataload.processes.Schedule
 
removeProcess(DataloadProcess) - Method in class com.gooddata.dataload.processes.ProcessService
Delete given process
removeProject(Project) - Method in class com.gooddata.project.ProjectService
Removes given project
removeS3Credentials(WarehouseS3Credentials) - Method in class com.gooddata.warehouse.WarehouseService
delete S3 credentials in the Warehouse
removeSchedule(Schedule) - Method in class com.gooddata.dataload.processes.ProcessService
Delete given schedule
removeSubscription(Subscription) - Method in class com.gooddata.notification.NotificationService
Remove subscription
removeUserFromWarehouse(WarehouseUser) - Method in class com.gooddata.warehouse.WarehouseService
Remove given user from warehouse instance
removeWarehouse(Warehouse) - Method in class com.gooddata.warehouse.WarehouseService
Delete Warehouse.
Report - Class in com.gooddata.md.report
Report
Report(String, ReportDefinition...) - Constructor for class com.gooddata.md.report.Report
Creates new report with given title and definitions
ReportAttachment - Class in com.gooddata.md
Attachment to ScheduledMail represents report-related information for the schedule.
ReportAttachment(String, Map<String, String>, String...) - Constructor for class com.gooddata.md.ReportAttachment
 
ReportAttachment(String, Map<String, String>, ExportFormat...) - Constructor for class com.gooddata.md.ReportAttachment
 
ReportDefinition - Class in com.gooddata.md.report
Report definition
ReportDefinitionContent - Class in com.gooddata.md.report
Report definition content
ReportDefinitionContent(String, Grid, Collection<Filter>) - Constructor for class com.gooddata.md.report.ReportDefinitionContent
 
ReportException - Exception in com.gooddata.report
Deprecated.
ReportException(String) - Constructor for exception com.gooddata.report.ReportException
Deprecated.
 
ReportException(String, Throwable) - Constructor for exception com.gooddata.report.ReportException
Deprecated.
 
ReportExportFormat - Enum in com.gooddata.report
Deprecated.
ReportRequest - Class in com.gooddata.export
Report execution request.
ReportRequest() - Constructor for class com.gooddata.export.ReportRequest
 
ReportService - Class in com.gooddata.report
Deprecated.
ReportService(ExportService, RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.report.ReportService
Deprecated.
 
ReportService(ExportService, RestTemplate) - Constructor for class com.gooddata.report.ReportService
Deprecated.
use ReportService(ExportService, RestTemplate, GoodDataSettings) constructor instead
ResponseErrorHandler - Class in com.gooddata.util
A response error handler able to extract GoodData error response
ResponseErrorHandler(List<HttpMessageConverter<?>>) - Constructor for class com.gooddata.util.ResponseErrorHandler
 
Restriction - Class in com.gooddata.md
Metadata query restriction.
restTemplate - Variable in class com.gooddata.AbstractService
 
resultClass - Variable in class com.gooddata.AbstractPollHandlerBase
 
ResultDimension - Class in com.gooddata.executeafm.response
Describes single dimension of the ExecutionResult.
ResultDimension(List<Header>) - Constructor for class com.gooddata.executeafm.response.ResultDimension
Creates the result dimension of given headers
ResultDimension(Header...) - Constructor for class com.gooddata.executeafm.response.ResultDimension
Creates the result dimension of given headers
ResultHeaderItem - Class in com.gooddata.executeafm.result
Represent header items available in ExecutionResult
ResultHeaderItem(String) - Constructor for class com.gooddata.executeafm.result.ResultHeaderItem
 
ResultMeasureHeaderItem - Class in com.gooddata.executeafm.result
Header item for measure
ResultMeasureHeaderItem(String, int) - Constructor for class com.gooddata.executeafm.result.ResultMeasureHeaderItem
Creates new instance of given header name and order
ResultSpec - Class in com.gooddata.executeafm.resultspec
Represents the result specification of executed Afm
ResultSpec(List<Dimension>, List<SortItem>) - Constructor for class com.gooddata.executeafm.resultspec.ResultSpec
 
ResultSpec() - Constructor for class com.gooddata.executeafm.resultspec.ResultSpec
 
ResultTotalHeaderItem - Class in com.gooddata.executeafm.result
Header item for total.
ResultTotalHeaderItem(String) - Constructor for class com.gooddata.executeafm.result.ResultTotalHeaderItem
Creates new instance of given total type, type is used for the name as well
ResultTotalHeaderItem(Total) - Constructor for class com.gooddata.executeafm.result.ResultTotalHeaderItem
Creates new instance of given total type, type is used for the name as well
ResultTotalHeaderItem(String, String) - Constructor for class com.gooddata.executeafm.result.ResultTotalHeaderItem
Creates new instance of given header name and total type
ResultTotalHeaderItem(String, Total) - Constructor for class com.gooddata.executeafm.result.ResultTotalHeaderItem
Creates new instance of given header name and total type
Role - Class in com.gooddata.project
Project Role
RoleNotFoundException - Exception in com.gooddata.project
Project role of the given URI doesn't exist
RoleNotFoundException(String, Throwable) - Constructor for exception com.gooddata.project.RoleNotFoundException
 
RootLinks - Class in com.gooddata.gdc
GoodData API root links (aka "about" or "home").
RootLinks(List<AboutLinks.Link>) - Constructor for class com.gooddata.gdc.RootLinks
 

S

Schedule - Class in com.gooddata.dataload.processes
Schedule.
Schedule(DataloadProcess, String, String) - Constructor for class com.gooddata.dataload.processes.Schedule
 
Schedule(DataloadProcess, String, Schedule) - Constructor for class com.gooddata.dataload.processes.Schedule
Creates schedule, which is triggered by execution of different schedule
ScheduledMail - Class in com.gooddata.md
A scheduled mail MD object.
ScheduledMail(String, String) - Constructor for class com.gooddata.md.ScheduledMail
Creates an almost empty instance of the object.
ScheduledMail(String, String, String, LocalDate, String, Collection<String>, Collection<String>, String, String, List<Attachment>) - Constructor for class com.gooddata.md.ScheduledMail
Creates full, safe mail schedule object.
ScheduledMailWhen - Class in com.gooddata.md
Represents the start date and cron-like expression for ScheduledMail mail schedule.
ScheduledMailWhen(String, LocalDate, String) - Constructor for class com.gooddata.md.ScheduledMailWhen
 
ScheduledMailWhen() - Constructor for class com.gooddata.md.ScheduledMailWhen
 
ScheduleExecution - Class in com.gooddata.dataload.processes
Schedule execution
ScheduleExecutionException - Exception in com.gooddata.dataload.processes
Represents error during schedule execution
ScheduleExecutionException(String) - Constructor for exception com.gooddata.dataload.processes.ScheduleExecutionException
 
ScheduleExecutionException(String, Throwable) - Constructor for exception com.gooddata.dataload.processes.ScheduleExecutionException
 
ScheduleNotFoundException - Exception in com.gooddata.dataload.processes
Schedule of the given URI doesn't exist
ScheduleNotFoundException(String, Throwable) - Constructor for exception com.gooddata.dataload.processes.ScheduleNotFoundException
 
ScheduleState - Enum in com.gooddata.dataload.processes
Dataload schedule state.
sendInvitations(Project, Invitation...) - Method in class com.gooddata.project.ProjectService
Send project invitations to users
serialize(Set<String>, JsonGenerator, SerializerProvider) - Method in class com.gooddata.util.TagsSerializer
 
setActive(boolean) - Method in class com.gooddata.connector.Integration
 
setAggregation(String) - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
Set additional aggregation applied
setAggregation(Aggregation) - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
Set additional aggregation applied
setAlias(String) - Method in class com.gooddata.executeafm.afm.AttributeItem
Sets attribute alias (used as header in result)
setAlias(String) - Method in class com.gooddata.executeafm.afm.MeasureItem
Sets measure alias (will be used as header in result)
setApiUrl(String) - Method in class com.gooddata.connector.Zendesk4Settings
 
setAttachments(List<Attachment>) - Method in class com.gooddata.md.ScheduledMail
 
setAttributes(List<AttributeItem>) - Method in class com.gooddata.executeafm.afm.Afm
 
setBcc(Collection<String>) - Method in class com.gooddata.md.ScheduledMail
 
setBody(String) - Method in class com.gooddata.md.ScheduledMail
 
setCategory(String) - Method in class com.gooddata.md.AbstractObj
 
setCategory(String) - Method in class com.gooddata.md.Meta
 
setChangesFrom(LocalDate) - Method in class com.gooddata.connector.PardotProcessExecution
 
setClientId(String) - Method in class com.gooddata.dataload.OutputStage
 
setColumnName(String) - Method in class com.gooddata.dataset.DatasetManifest.Part
 
setComputeRatio(Boolean) - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
Set whether should be shown as ratio
setConnectionRequestTimeout(int) - Method in class com.gooddata.GoodDataSettings
Set timeout in milliseconds used when requesting a connection from the connection manager.
setConnectionRequestTimeoutSeconds(int) - Method in class com.gooddata.GoodDataSettings
Set timeout in seconds used when requesting a connection from the connection manager.
setConnectionTimeout(int) - Method in class com.gooddata.GoodDataSettings
Set timeout milliseconds until connection established.
setConnectionTimeoutSeconds(int) - Method in class com.gooddata.GoodDataSettings
Set timeout seconds until connection established.
setConstraints(Map<String, String>) - Method in class com.gooddata.dataset.DatasetManifest.Part
 
setContent(MaqlAst[]) - Method in class com.gooddata.md.MaqlAst
 
setCron(String) - Method in class com.gooddata.dataload.processes.Schedule
 
setDeprecated(Boolean) - Method in class com.gooddata.md.AbstractObj
 
setDeprecated(Boolean) - Method in class com.gooddata.md.Meta
 
setDescription(String) - Method in class com.gooddata.warehouse.Warehouse
 
setDimensions(List<Dimension>) - Method in class com.gooddata.executeafm.resultspec.ResultSpec
 
setDownloadDataFrom(LocalDate) - Method in class com.gooddata.connector.CoupaProcessExecution
 
setDownloadParams(Zendesk4ProcessExecution.DownloadParams) - Method in class com.gooddata.connector.Zendesk4ProcessExecution
 
setDriver(String) - Method in class com.gooddata.project.Project
 
setDriver(ProjectDriver) - Method in class com.gooddata.project.Project
 
setEmail(String) - Method in class com.gooddata.account.Account
 
setEnabled(boolean) - Method in class com.gooddata.featureflag.ProjectFeatureFlag
 
setEnvironment(String) - Method in class com.gooddata.project.Project
 
setEnvironment(ProjectEnvironment) - Method in class com.gooddata.project.Project
 
setEnvironment(Environment) - Method in class com.gooddata.project.Project
 
setEnvironment(String) - Method in class com.gooddata.warehouse.Warehouse
 
setEnvironment(Environment) - Method in class com.gooddata.warehouse.Warehouse
 
setExecutable(DataloadProcess, String) - Method in class com.gooddata.dataload.processes.Schedule
 
setFile(String) - Method in class com.gooddata.dataset.DatasetManifest
 
setFilters(List<CompatibilityFilter>) - Method in class com.gooddata.executeafm.afm.Afm
 
setFilters(List<FilterItem>) - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
Set additional filters applied
setFirstName(String) - Method in class com.gooddata.account.Account
 
setFormat(String) - Method in class com.gooddata.executeafm.afm.MeasureItem
Sets measure format (used to format measure values in result)
setFrom(DateTime) - Method in class com.gooddata.auditevent.AuditEventPageRequest
Specify lower bound of interval
setHeaderItems(List<List<List<ResultHeaderItem>>>) - Method in class com.gooddata.executeafm.result.ExecutionResult
Sets header items, for each header in each dimension, there is a list of header items
setIdentifier(String) - Method in class com.gooddata.executeafm.response.MeasureHeaderItem
Set measure metadata identifier
setIdentifier(String) - Method in class com.gooddata.md.AbstractObj
 
setIdentifier(String) - Method in class com.gooddata.md.Meta
 
setImportAttributeProperties(boolean) - Method in class com.gooddata.md.maintenance.PartialMdExportToken
Sets the flag importAttributeProperties.
setIncremental(Boolean) - Method in class com.gooddata.connector.CoupaProcessExecution
 
setIncremental(Boolean) - Method in class com.gooddata.connector.PardotProcessExecution
 
setIncremental(Boolean) - Method in class com.gooddata.connector.Zendesk4ProcessExecution
 
setIpWhitelist(List<String>) - Method in class com.gooddata.account.Account
 
setLastName(String) - Method in class com.gooddata.account.Account
 
setLocked(Boolean) - Method in class com.gooddata.md.AbstractObj
 
setLocked(Boolean) - Method in class com.gooddata.md.Meta
 
setMapping(String, String) - Method in class com.gooddata.dataset.DatasetManifest
Map the given CSV column name to the dataset field
setMaxConnections(int) - Method in class com.gooddata.GoodDataSettings
Set maximum number of connections used.
setMeasures(List<MeasureItem>) - Method in class com.gooddata.executeafm.afm.Afm
 
setName(String) - Method in class com.gooddata.dataload.processes.DataloadProcess
 
setName(String) - Method in class com.gooddata.dataload.processes.Schedule
 
setNativeTotals(List<NativeTotalItem>) - Method in class com.gooddata.executeafm.afm.Afm
 
setOutputStagePrefix(String) - Method in class com.gooddata.dataload.OutputStage
 
setOverwriteNewer(boolean) - Method in class com.gooddata.md.maintenance.PartialMdExportToken
Sets the flag overwriteNewer.
setParallelBatchSeconds(Integer) - Method in class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
 
setParallelWorkers(Integer) - Method in class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
 
setParameter(String, String) - Method in class com.gooddata.notification.ProjectEvent
Set the parameter with given key and value, overwriting the preceding value of the same key (if any).
setParts(List<DatasetManifest.Part>) - Method in class com.gooddata.dataset.DatasetManifest
 
setPassword(String) - Method in class com.gooddata.account.Account
 
setPath(String) - Method in class com.gooddata.dataload.processes.DataloadProcess
 
setPollingUri(String) - Method in class com.gooddata.AbstractPollHandler
 
setPollSleep(int) - Method in class com.gooddata.GoodDataSettings
Set sleep time between poll retries
setPollSleepSeconds(int) - Method in class com.gooddata.GoodDataSettings
Set sleep time between poll retries
setPopulates(List<String>) - Method in class com.gooddata.dataset.DatasetManifest.Part
 
setProcessId(DataloadProcess) - Method in class com.gooddata.dataload.processes.Schedule
 
setProduction(Boolean) - Method in class com.gooddata.md.AbstractObj
 
setProduction(Boolean) - Method in class com.gooddata.md.Meta
 
setProjectTemplate(String) - Method in class com.gooddata.connector.Integration
 
setProjectTemplate(String) - Method in class com.gooddata.project.Project
 
setRecurrency(String) - Method in class com.gooddata.md.ScheduledMail
 
setRecurrency(String) - Method in class com.gooddata.md.ScheduledMailWhen
 
setReferenceKey(boolean) - Method in class com.gooddata.dataset.DatasetManifest.Part
 
setReschedule(Duration) - Method in class com.gooddata.dataload.processes.Schedule
Duration after a failed execution of the schedule is executed again
setResult(R) - Method in class com.gooddata.AbstractPollHandlerBase
 
setResultSpec(ResultSpec) - Method in class com.gooddata.executeafm.Execution
 
setSchemaUri(String) - Method in class com.gooddata.dataload.OutputStage
 
setSecretKey(String) - Method in class com.gooddata.warehouse.WarehouseS3Credentials
Sets new secret key
setSharedWithSomeone(Boolean) - Method in class com.gooddata.md.AbstractObj
 
setSharedWithSomeone(Boolean) - Method in class com.gooddata.md.Meta
 
setSocketTimeout(int) - Method in class com.gooddata.GoodDataSettings
Set socket timeout (maximum period inactivity between two consecutive data packets) milliseconds.
setSocketTimeoutSeconds(int) - Method in class com.gooddata.GoodDataSettings
Set socket timeout (maximum period inactivity between two consecutive data packets) seconds.
setSorts(List<SortItem>) - Method in class com.gooddata.executeafm.resultspec.ResultSpec
 
setSource(InputStream) - Method in class com.gooddata.dataset.DatasetManifest
 
setStartDate(LocalDate) - Method in class com.gooddata.md.ScheduledMail
 
setStartDate(LocalDate) - Method in class com.gooddata.md.ScheduledMailWhen
 
setStartTime(String, DateTime) - Method in class com.gooddata.connector.Zendesk4ProcessExecution
 
setState(String) - Method in class com.gooddata.dataload.processes.Schedule
 
setState(ScheduleState) - Method in class com.gooddata.dataload.processes.Schedule
 
setStatus(String) - Method in class com.gooddata.project.User
 
setSubject(String) - Method in class com.gooddata.md.ScheduledMail
 
setSummary(String) - Method in class com.gooddata.md.AbstractObj
 
setSummary(String) - Method in class com.gooddata.md.Meta
 
setTags(Set<String>) - Method in class com.gooddata.md.AbstractObj
 
setTags(Set<String>) - Method in class com.gooddata.md.Meta
 
setTimezone(String) - Method in class com.gooddata.dataload.processes.Schedule
 
setTimezone(DateTimeZone) - Method in class com.gooddata.dataload.processes.Schedule
 
setTimeZone(String) - Method in class com.gooddata.md.ScheduledMail
 
setTimeZone(String) - Method in class com.gooddata.md.ScheduledMailWhen
 
Settings - Interface in com.gooddata.connector
Connector integration settings.
setTitle(String) - Method in class com.gooddata.md.AbstractObj
 
setTitle(String) - Method in class com.gooddata.md.Meta
 
setTitle(String) - Method in class com.gooddata.warehouse.Warehouse
 
setTo(DateTime) - Method in class com.gooddata.auditevent.AuditEventPageRequest
Specify upper bound of interval
setTo(Collection<String>) - Method in class com.gooddata.md.ScheduledMail
 
setTotals(List<List<List<String>>>) - Method in class com.gooddata.executeafm.result.ExecutionResult
Sets total data, for each total in each dimension, there is a list of total's values
setTotals(Set<TotalItem>) - Method in class com.gooddata.executeafm.resultspec.Dimension
 
setTriggerScheduleId(String) - Method in class com.gooddata.dataload.processes.Schedule
 
setType(String) - Method in class com.gooddata.auditevent.AuditEventPageRequest
Specify event type for filtering purposes
setType(String) - Method in class com.gooddata.dataload.processes.DataloadProcess
 
setUnlisted(Boolean) - Method in class com.gooddata.md.AbstractObj
 
setUnlisted(Boolean) - Method in class com.gooddata.md.Meta
 
setUpdateLDMObjects(boolean) - Method in class com.gooddata.md.maintenance.PartialMdExportToken
Sets the flag updateLDMObjects.
setUploadMode(String) - Method in class com.gooddata.dataset.DatasetManifest.Part
 
setUploadMode(UploadMode) - Method in class com.gooddata.dataset.DatasetManifest
Set upload mode for all parts of this dataset manifest
setUri(String) - Method in class com.gooddata.executeafm.response.MeasureHeaderItem
Set measure uri
setUseBackup(Boolean) - Method in class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
 
setUserAgent(String) - Method in class com.gooddata.GoodDataSettings
Set custom user agent as prefix for default user agent
setValue(String) - Method in class com.gooddata.md.MaqlAst
 
setVerifyPassword(String) - Method in class com.gooddata.account.Account
 
setWarnings(List<Warning>) - Method in class com.gooddata.executeafm.result.ExecutionResult
Sets warnings for this result
SimpleMeasureDefinition - Class in com.gooddata.executeafm.afm
Definition of simple measure
SimpleMeasureDefinition(ObjQualifier) - Constructor for class com.gooddata.executeafm.afm.SimpleMeasureDefinition
 
SimpleMeasureDefinition(ObjQualifier, String, Boolean, List<FilterItem>) - Constructor for class com.gooddata.executeafm.afm.SimpleMeasureDefinition
Creates new definition
SimpleMeasureDefinition(ObjQualifier, Aggregation, Boolean, List<FilterItem>) - Constructor for class com.gooddata.executeafm.afm.SimpleMeasureDefinition
Creates new definition
SimpleMeasureDefinition(ObjQualifier, Aggregation, Boolean, FilterItem...) - Constructor for class com.gooddata.executeafm.afm.SimpleMeasureDefinition
Creates new definition
SimplePollHandler<T> - Class in com.gooddata
For internal use by services employing polling.
SimplePollHandler(String, Class) - Constructor for class com.gooddata.SimplePollHandler
Creates a new instance of polling handler
SortItem - Interface in com.gooddata.executeafm.resultspec
Define sort in report, either attribute (sort headers) or metric (sort data)
SstAuthentication - Class in com.gooddata.authentication
SST authentication, see https://developer.gooddata.com/article/gooddata-token-types#Authentication
SstAuthentication(String) - Constructor for class com.gooddata.authentication.SstAuthentication
Create SST authentication
Status - Class in com.gooddata.connector
Connector process status.
Status.Code - Enum in com.gooddata.connector
Enum of connector process status codes
Subscription - Class in com.gooddata.notification
Subscription for notifications
Subscription(List<Trigger>, List<Channel>, TriggerCondition, MessageTemplate, String) - Constructor for class com.gooddata.notification.Subscription
Creates Subscription
summary(String) - Static method in class com.gooddata.md.Restriction
Construct a new instance with restriction type summary and given value.

T

Tab(String) - Constructor for class com.gooddata.md.ProjectDashboard.Tab
 
Table - Class in com.gooddata.md
Represents physical data model table.
TableDataLoad - Class in com.gooddata.md
Represents data load of physical table.
TagsDeserializer - Class in com.gooddata.util
Deserializes whitespace separated tags from one string to set of tags (strings)
TagsDeserializer() - Constructor for class com.gooddata.util.TagsDeserializer
 
TagsSerializer - Class in com.gooddata.util
Serializes set of tags (strings) to whitespace separated string of tags
TagsSerializer() - Constructor for class com.gooddata.util.TagsSerializer
 
TaskStatus - Class in com.gooddata.gdc
Abstract asynchronous task status.
TaskStatus(String, String) - Constructor for class com.gooddata.gdc.TaskStatus
 
TEMPLATE - Static variable in class com.gooddata.account.Account
 
TEMPLATE - Static variable in class com.gooddata.connector.IntegrationProcessStatus
 
TEMPLATE - Static variable in class com.gooddata.dataload.OutputStage
 
TEMPLATE - Static variable in class com.gooddata.dataload.processes.DataloadProcess
 
TEMPLATE - Static variable in class com.gooddata.dataload.processes.Schedule
 
TEMPLATE - Static variable in class com.gooddata.dataload.processes.ScheduleExecution
 
TEMPLATE - Static variable in class com.gooddata.md.maintenance.PartialMdExport
 
TEMPLATE - Static variable in class com.gooddata.md.maintenance.PartialMdExportToken
 
TEMPLATE - Static variable in class com.gooddata.notification.ProjectEvent
 
TEMPLATE - Static variable in class com.gooddata.project.Project
 
TEMPLATE - Static variable in class com.gooddata.project.Role
 
TEMPLATE - Static variable in class com.gooddata.project.User
 
Template - Class in com.gooddata.projecttemplate
Represents one project template.
TEMPLATE - Static variable in class com.gooddata.warehouse.Warehouse
 
TEMPLATE - Static variable in class com.gooddata.warehouse.WarehouseS3Credentials
 
TEMPLATE - Static variable in class com.gooddata.warehouse.WarehouseS3CredentialsList
 
TEMPLATE - Static variable in class com.gooddata.warehouse.WarehouseSchema
 
TEMPLATE - Static variable in class com.gooddata.warehouse.WarehouseSchemas
 
TEMPLATE - Static variable in class com.gooddata.warehouse.WarehouseUser
 
TEMPLATE - Static variable in class com.gooddata.warehouse.WarehouseUsers
 
textValue() - Method in interface com.gooddata.executeafm.result.Data
 
textValue() - Method in class com.gooddata.executeafm.result.DataList
 
textValue() - Method in class com.gooddata.executeafm.result.DataValue
 
TimerEvent - Class in com.gooddata.notification
Time based trigger
TimerEvent(String) - Constructor for class com.gooddata.notification.TimerEvent
 
title(String) - Static method in class com.gooddata.md.Restriction
Construct a new instance with restriction type title and given value.
toExportFormat(ReportExportFormat) - Static method in enum com.gooddata.report.ReportExportFormat
Deprecated.
 
toString() - Method in class com.gooddata.account.Account
 
toString() - Method in class com.gooddata.auditevent.AuditEvent
 
toString() - Method in class com.gooddata.auditevent.AuditEventPageRequest
 
toString() - Method in class com.gooddata.connector.CoupaInstance
 
toString() - Method in class com.gooddata.connector.CoupaProcessExecution
 
toString() - Method in class com.gooddata.connector.CoupaSettings
 
toString() - Method in class com.gooddata.connector.Integration
 
toString() - Method in class com.gooddata.connector.IntegrationProcessStatus
 
toString() - Method in class com.gooddata.connector.PardotProcessExecution
 
toString() - Method in class com.gooddata.connector.PardotSettings
 
toString() - Method in class com.gooddata.connector.Status
 
toString() - Method in class com.gooddata.connector.Zendesk4ProcessExecution.DownloadParams
 
toString() - Method in class com.gooddata.connector.Zendesk4ProcessExecution
 
toString() - Method in class com.gooddata.connector.Zendesk4Settings
 
toString() - Method in class com.gooddata.dataload.OutputStage
 
toString() - Method in class com.gooddata.dataload.processes.DataloadProcess
 
toString() - Method in class com.gooddata.dataload.processes.ProcessExecution
 
toString() - Method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
toString() - Method in class com.gooddata.dataload.processes.Schedule
 
toString() - Method in class com.gooddata.dataset.DatasetManifest.Part
 
toString() - Method in class com.gooddata.dataset.DatasetManifest
 
toString() - Method in class com.gooddata.dataset.Upload
 
toString() - Method in class com.gooddata.dataset.UploadStatistics
 
toString() - Method in class com.gooddata.executeafm.afm.AbsoluteDateFilter
 
toString() - Method in class com.gooddata.executeafm.afm.Afm
 
toString() - Method in enum com.gooddata.executeafm.afm.Aggregation
 
toString() - Method in class com.gooddata.executeafm.afm.AttributeItem
 
toString() - Method in class com.gooddata.executeafm.afm.ExpressionFilter
 
toString() - Method in class com.gooddata.executeafm.afm.MeasureItem
 
toString() - Method in class com.gooddata.executeafm.afm.NativeTotalItem
 
toString() - Method in class com.gooddata.executeafm.afm.NegativeAttributeFilter
 
toString() - Method in class com.gooddata.executeafm.afm.PopMeasureDefinition
 
toString() - Method in class com.gooddata.executeafm.afm.PositiveAttributeFilter
 
toString() - Method in class com.gooddata.executeafm.afm.RelativeDateFilter
 
toString() - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
 
toString() - Method in class com.gooddata.executeafm.Execution
 
toString() - Method in class com.gooddata.executeafm.IdentifierObjQualifier
 
toString() - Method in class com.gooddata.executeafm.response.AttributeHeader
 
toString() - Method in class com.gooddata.executeafm.response.AttributeInHeader
 
toString() - Method in class com.gooddata.executeafm.response.ExecutionResponse
 
toString() - Method in class com.gooddata.executeafm.response.MeasureGroupHeader
 
toString() - Method in class com.gooddata.executeafm.response.MeasureHeaderItem
 
toString() - Method in class com.gooddata.executeafm.response.ResultDimension
 
toString() - Method in class com.gooddata.executeafm.response.TotalHeaderItem
 
toString() - Method in class com.gooddata.executeafm.result.AttributeHeaderItem
 
toString() - Method in class com.gooddata.executeafm.result.DataList
 
toString() - Method in class com.gooddata.executeafm.result.DataValue
 
toString() - Method in class com.gooddata.executeafm.result.ExecutionResult
 
toString() - Method in class com.gooddata.executeafm.result.Paging
 
toString() - Method in class com.gooddata.executeafm.result.ResultHeaderItem
 
toString() - Method in class com.gooddata.executeafm.result.Warning
 
toString() - Method in class com.gooddata.executeafm.resultspec.AttributeLocatorItem
 
toString() - Method in enum com.gooddata.executeafm.resultspec.AttributeSortAggregation
 
toString() - Method in class com.gooddata.executeafm.resultspec.AttributeSortItem
 
toString() - Method in class com.gooddata.executeafm.resultspec.Dimension
 
toString() - Method in enum com.gooddata.executeafm.resultspec.Direction
 
toString() - Method in class com.gooddata.executeafm.resultspec.MeasureLocatorItem
 
toString() - Method in class com.gooddata.executeafm.resultspec.MeasureSortItem
 
toString() - Method in class com.gooddata.executeafm.resultspec.ResultSpec
 
toString() - Method in class com.gooddata.executeafm.resultspec.TotalItem
 
toString() - Method in class com.gooddata.executeafm.UriObjQualifier
 
toString() - Method in class com.gooddata.export.ExecuteReport
 
toString() - Method in class com.gooddata.export.ExecuteReportDefinition
 
toString() - Method in class com.gooddata.featureflag.FeatureFlag
 
toString() - Method in class com.gooddata.featureflag.FeatureFlags
 
toString() - Method in class com.gooddata.featureflag.ProjectFeatureFlag
 
toString() - Method in class com.gooddata.featureflag.ProjectFeatureFlags
 
toString() - Method in class com.gooddata.gdc.AboutLinks.Link
 
toString() - Method in class com.gooddata.gdc.AboutLinks
 
toString() - Method in class com.gooddata.gdc.AbstractMaql
 
toString() - Method in class com.gooddata.gdc.LinkEntries.LinkEntry
 
toString() - Method in class com.gooddata.gdc.LinkEntries
 
toString() - Method in class com.gooddata.gdc.TaskStatus
 
toString() - Method in class com.gooddata.gdc.UriResponse
 
toString() - Method in class com.gooddata.GoodDataSettings
 
toString() - Method in class com.gooddata.md.AbstractObj
 
toString() - Method in class com.gooddata.md.Attachment
 
toString() - Method in class com.gooddata.md.AttributeDisplayForm
 
toString() - Method in class com.gooddata.md.AttributeElement
 
toString() - Method in class com.gooddata.md.Column
 
toString() - Method in class com.gooddata.md.DashboardAttachment
 
toString() - Method in class com.gooddata.md.DataLoadingColumn
 
toString() - Method in class com.gooddata.md.Dataset
 
toString() - Method in class com.gooddata.md.Dimension
 
toString() - Method in class com.gooddata.md.DisplayForm.Content
 
toString() - Method in class com.gooddata.md.DisplayForm.Links
 
toString() - Method in class com.gooddata.md.DisplayForm
 
toString() - Method in class com.gooddata.md.Entry
 
toString() - Method in class com.gooddata.md.Expression
 
toString() - Method in class com.gooddata.md.Fact
 
toString() - Method in class com.gooddata.md.Key
 
toString() - Method in class com.gooddata.md.maintenance.PartialMdExport
 
toString() - Method in class com.gooddata.md.maintenance.PartialMdExportToken
 
toString() - Method in class com.gooddata.md.MaqlAst.MaqlAstPosition
 
toString() - Method in class com.gooddata.md.MaqlAst
 
toString() - Method in class com.gooddata.md.Meta
 
toString() - Method in class com.gooddata.md.Metric
 
toString() - Method in class com.gooddata.md.NestedAttribute.Content
 
toString() - Method in class com.gooddata.md.NestedAttribute
 
toString() - Method in class com.gooddata.md.ProjectDashboard.Tab
 
toString() - Method in class com.gooddata.md.ProjectDashboard
 
toString() - Method in class com.gooddata.md.Query
 
toString() - Method in class com.gooddata.md.report.AttributeInGrid
 
toString() - Method in class com.gooddata.md.report.Filter
 
toString() - Method in class com.gooddata.md.report.Grid
 
toString() - Method in class com.gooddata.md.report.MetricElement
 
toString() - Method in class com.gooddata.md.report.MetricGroup
 
toString() - Method in class com.gooddata.md.report.Report
 
toString() - Method in class com.gooddata.md.report.ReportDefinition
 
toString() - Method in class com.gooddata.md.report.ReportDefinitionContent
 
toString() - Method in enum com.gooddata.md.report.Total
 
toString() - Method in class com.gooddata.md.ReportAttachment
 
toString() - Method in class com.gooddata.md.Restriction
 
toString() - Method in class com.gooddata.md.ScheduledMail
 
toString() - Method in class com.gooddata.md.ScheduledMailWhen
 
toString() - Method in class com.gooddata.md.Table
 
toString() - Method in class com.gooddata.md.TableDataLoad
 
toString() - Method in class com.gooddata.md.Usage
 
toString() - Method in class com.gooddata.model.DiffRequest
 
toString() - Method in class com.gooddata.model.ModelDiff
 
toString() - Method in class com.gooddata.notification.Channel
 
toString() - Method in class com.gooddata.notification.EmailConfiguration
 
toString() - Method in class com.gooddata.notification.MessageTemplate
 
toString() - Method in class com.gooddata.notification.ProjectEvent
 
toString() - Method in class com.gooddata.notification.Subscription
 
toString() - Method in class com.gooddata.notification.TimerEvent
 
toString() - Method in class com.gooddata.project.CreatedInvitations
 
toString() - Method in class com.gooddata.project.Invitation
 
toString() - Method in class com.gooddata.project.Project
 
toString() - Method in class com.gooddata.project.Projects
 
toString() - Method in class com.gooddata.project.ProjectTemplate
 
toString() - Method in class com.gooddata.project.ProjectValidationResult
 
toString() - Method in class com.gooddata.project.ProjectValidationResultGdcTimeElParam
 
toString() - Method in class com.gooddata.project.ProjectValidationResultObjectParam
 
toString() - Method in class com.gooddata.project.ProjectValidationResults
 
toString() - Method in class com.gooddata.project.ProjectValidationResultSliElParam
 
toString() - Method in class com.gooddata.project.ProjectValidationResultStringParam
 
toString() - Method in class com.gooddata.project.ProjectValidationType
 
toString() - Method in class com.gooddata.project.Role
 
toString() - Method in class com.gooddata.project.User
 
toString() - Method in class com.gooddata.warehouse.Warehouse
 
toString() - Method in class com.gooddata.warehouse.WarehouseS3Credentials.Links
 
toString() - Method in class com.gooddata.warehouse.WarehouseS3Credentials
 
toString() - Method in class com.gooddata.warehouse.WarehouseSchema
 
toString() - Method in class com.gooddata.warehouse.WarehouseUser
 
total(int...) - Method in class com.gooddata.executeafm.result.Paging
Sets size compound of given elements, each element per dimension
Total - Enum in com.gooddata.md.report
Represents type of Total for AttributeInGrid
TotalHeaderItem - Class in com.gooddata.executeafm.response
Header of total
TotalHeaderItem(String) - Constructor for class com.gooddata.executeafm.response.TotalHeaderItem
Creates new header
TotalHeaderItem(Total) - Constructor for class com.gooddata.executeafm.response.TotalHeaderItem
Creates new header
TotalItem - Class in com.gooddata.executeafm.resultspec
Total definition
TotalItem(String, String, String) - Constructor for class com.gooddata.executeafm.resultspec.TotalItem
Total definition
TotalItem(String, Total, String) - Constructor for class com.gooddata.executeafm.resultspec.TotalItem
 
toUri() - Method in class com.gooddata.GoodDataEndpoint
 
Trigger - Interface in com.gooddata.notification
Interface for subscription triggers
TriggerCondition - Class in com.gooddata.notification
Condition of trigger
TriggerCondition(String) - Constructor for class com.gooddata.notification.TriggerCondition
 
triggerEvent(Project, ProjectEvent) - Method in class com.gooddata.notification.NotificationService
Triggers given project event.
TYPE_DISPLAY_FORM - Static variable in class com.gooddata.md.Column
 
TYPE_FACT - Static variable in class com.gooddata.md.Column
 
TYPE_FK - Static variable in class com.gooddata.md.Column
 
TYPE_FULL - Static variable in class com.gooddata.md.TableDataLoad
 
TYPE_INCREMENTAL - Static variable in class com.gooddata.md.TableDataLoad
 
TYPE_INPUT_PK - Static variable in class com.gooddata.md.Column
 
TYPE_PK - Static variable in class com.gooddata.md.Column
 

U

Updatable - Interface in com.gooddata.md
Marker interface for metadata objects which can be updated.
updateAccount(Account) - Method in class com.gooddata.account.AccountService
Updates account
updateIntegration(Project, ConnectorType, Integration) - Method in class com.gooddata.connector.ConnectorService
Update connector integration
updateObj(T) - Method in class com.gooddata.md.MetadataService
Update given metadata object.
updateOutputStage(OutputStage) - Method in class com.gooddata.dataload.OutputStageService
Update output stage.
updateProcess(Project, DataloadProcess, File) - Method in class com.gooddata.dataload.processes.ProcessService
updateProcess(DataloadProcess, File) - Method in class com.gooddata.dataload.processes.ProcessService
Update process with given data by given project.
updateProcessFromAppstore(Project, DataloadProcess) - Method in class com.gooddata.dataload.processes.ProcessService
updateProcessFromAppstore(DataloadProcess) - Method in class com.gooddata.dataload.processes.ProcessService
Update process with data from appstore by given project.
updateProjectData(Project, String) - Method in class com.gooddata.dataset.DatasetService
Update project data with the given update script (MAQL).
updateProjectFeatureFlag(ProjectFeatureFlag) - Method in class com.gooddata.featureflag.FeatureFlagService
Updates existing project feature flag.
updateProjectModel(Project, ModelDiff) - Method in class com.gooddata.model.ModelService
Update project model with the MAQL script from given ModelDiff with the least side-effects (see ModelDiff.getUpdateMaql()).
updateProjectModel(Project, ModelDiff.UpdateScript) - Method in class com.gooddata.model.ModelService
Update project model with the given update script (MAQL).
updateProjectModel(Project, String...) - Method in class com.gooddata.model.ModelService
Update project model with the given update script(s) (MAQL).
updateProjectModel(Project, Collection<String>) - Method in class com.gooddata.model.ModelService
Update project model with the given update script(s) (MAQL).
updateS3Credentials(WarehouseS3Credentials) - Method in class com.gooddata.warehouse.WarehouseService
update S3 credentials in the Warehouse
updateSchedule(Project, Schedule) - Method in class com.gooddata.dataload.processes.ProcessService
updateSchedule(Schedule) - Method in class com.gooddata.dataload.processes.ProcessService
Update the given schedule
updateSettings(Project, Settings) - Method in class com.gooddata.connector.ConnectorService
Update integration settings
updateUserInProject(Project, User...) - Method in class com.gooddata.project.ProjectService
Update user in the project
updateWarehouse(Warehouse) - Method in class com.gooddata.warehouse.WarehouseService
Updates given Warehouse.
updateWithPageParams(UriComponentsBuilder) - Method in class com.gooddata.auditevent.AuditEventPageRequest
 
Upload - Class in com.gooddata.dataset
Contains information about single dataset upload.
upload(String, InputStream) - Method in class com.gooddata.gdc.DataStoreService
Uploads given stream to given datastore path
UploadMode - Enum in com.gooddata.dataset
 
UploadStatistics - Class in com.gooddata.dataset
Global statistics about project's uploads
URI - Static variable in class com.gooddata.account.Account
 
URI - Static variable in class com.gooddata.connector.IntegrationProcessStatus
 
URI - Static variable in class com.gooddata.dataload.OutputStage
 
URI - Static variable in class com.gooddata.dataload.processes.DataloadProcess
 
URI - Static variable in class com.gooddata.dataload.processes.Schedule
 
URI - Static variable in class com.gooddata.dataload.processes.ScheduleExecution
 
URI - Static variable in class com.gooddata.dataset.DatasetManifest
 
URI - Static variable in class com.gooddata.dataset.Upload
 
URI - Static variable in class com.gooddata.dataset.UploadStatistics
 
URI - Static variable in class com.gooddata.export.ReportRequest
 
URI - Static variable in class com.gooddata.gdc.Gdc
Deprecated.
URI of GoodData API root
URI - Static variable in class com.gooddata.gdc.RootLinks
URI of GoodData API root
URI - Static variable in class com.gooddata.md.maintenance.PartialMdExport
 
URI - Static variable in class com.gooddata.md.maintenance.PartialMdExportToken
 
URI - Static variable in interface com.gooddata.md.Obj
 
URI - Static variable in class com.gooddata.md.Query
 
URI - Static variable in class com.gooddata.model.DiffRequest
 
URI - Static variable in class com.gooddata.notification.Channel
 
URI - Static variable in class com.gooddata.notification.ProjectEvent
 
URI - Static variable in class com.gooddata.notification.Subscription
 
URI - Static variable in class com.gooddata.project.Project
 
URI - Static variable in class com.gooddata.project.Projects
 
URI - Static variable in class com.gooddata.project.ProjectTemplate
 
URI - Static variable in class com.gooddata.project.Role
 
URI - Static variable in class com.gooddata.project.User
 
URI - Static variable in class com.gooddata.warehouse.Warehouse
 
URI - Static variable in class com.gooddata.warehouse.Warehouses
 
URI - Static variable in class com.gooddata.warehouse.WarehouseS3Credentials
 
URI - Static variable in class com.gooddata.warehouse.WarehouseS3CredentialsList
 
URI - Static variable in class com.gooddata.warehouse.WarehouseSchema
 
URI - Static variable in class com.gooddata.warehouse.WarehouseSchemas
 
URI - Static variable in class com.gooddata.warehouse.WarehouseUser
 
URI - Static variable in class com.gooddata.warehouse.WarehouseUsers
 
URI_TEMPLATE - Static variable in class com.gooddata.dataset.Upload
 
URI_TEMPLATE - Static variable in class com.gooddata.dataset.UploadStatistics
 
URI_TEMPLATE - Static variable in class com.gooddata.notification.Channel
 
URI_TEMPLATE - Static variable in class com.gooddata.notification.Subscription
 
uriFromExecutionUri(URI) - Static method in class com.gooddata.dataload.processes.ProcessExecutionDetail
 
UriObjQualifier - Class in com.gooddata.executeafm
Qualifies metadata Obj using an URI
UriObjQualifier(String) - Constructor for class com.gooddata.executeafm.UriObjQualifier
 
UriResponse - Class in com.gooddata.gdc
Response containing URI string.
UriResponse(String) - Constructor for class com.gooddata.gdc.UriResponse
 
uris(T...) - Static method in class com.gooddata.md.AbstractObj
Get list of URIs of the given Objs
URL - Static variable in class com.gooddata.connector.CoupaSettings
 
URL - Static variable in class com.gooddata.connector.Integration
 
URL - Static variable in class com.gooddata.connector.PardotSettings
 
URL - Static variable in class com.gooddata.connector.ProcessStatus
 
URL - Static variable in interface com.gooddata.connector.Settings
Deprecated.
URL - Static variable in class com.gooddata.connector.Zendesk4Settings
 
Usage - Class in com.gooddata.md
Describes object usages.
usedBy(Project, Obj, boolean, Class<? extends Obj>...) - Method in class com.gooddata.md.MetadataService
Find all objects which use the given object.
usedBy(Project, String, boolean, Class<? extends Obj>...) - Method in class com.gooddata.md.MetadataService
Find all objects which use the given object.
usedBy(Project, Collection<String>, boolean, Class<? extends Obj>...) - Method in class com.gooddata.md.MetadataService
Find all objects which use the given objects.
User - Class in com.gooddata.project
User in project
USER_URI - Static variable in class com.gooddata.auditevent.AuditEvent
 
USER_URI_TEMPLATE - Static variable in class com.gooddata.auditevent.AuditEvent
 
UserInProjectNotFoundException - Exception in com.gooddata.project
User in project is not found
UserInProjectNotFoundException(String) - Constructor for exception com.gooddata.project.UserInProjectNotFoundException
 
UserInProjectNotFoundException(String, Throwable) - Constructor for exception com.gooddata.project.UserInProjectNotFoundException
 

V

validateExecutable(String) - Method in class com.gooddata.dataload.processes.DataloadProcess
 
validateProject(Project) - Method in class com.gooddata.project.ProjectService
Validate project using all available validations.
validateProject(Project, ProjectValidationType...) - Method in class com.gooddata.project.ProjectService
Validate project with given validations
validateProject(Project, Set<ProjectValidationType>) - Method in class com.gooddata.project.ProjectService
Validate project with given validations
valueOf(String) - Static method in enum com.gooddata.connector.ConnectorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.connector.Status.Code
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.connector.Zendesk4Settings.Zendesk4Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.dataload.processes.ProcessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.dataload.processes.ScheduleState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.dataset.UploadMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.executeafm.afm.Aggregation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.executeafm.resultspec.AttributeSortAggregation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.executeafm.resultspec.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.export.ExportFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.md.report.Total
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.project.Environment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.project.ProjectDriver
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.project.ProjectEnvironment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.report.ReportExportFormat
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.warehouse.WarehouseUserRole
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.gooddata.connector.ConnectorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.connector.Status.Code
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.connector.Zendesk4Settings.Zendesk4Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.dataload.processes.ProcessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.dataload.processes.ScheduleState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.dataset.UploadMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.executeafm.afm.Aggregation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.executeafm.resultspec.AttributeSortAggregation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.executeafm.resultspec.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.export.ExportFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.md.report.Total
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.project.Environment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.project.ProjectDriver
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.project.ProjectEnvironment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.report.ReportExportFormat
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.warehouse.WarehouseUserRole
Returns an array containing the constants of this enum type, in the order they are declared.

W

Warehouse - Class in com.gooddata.warehouse
Warehouse
Warehouse(String, String) - Constructor for class com.gooddata.warehouse.Warehouse
 
Warehouse(String, String, String) - Constructor for class com.gooddata.warehouse.Warehouse
 
Warehouse(String, String, String, DateTime, DateTime, String, String, String, String, String, Map<String, String>) - Constructor for class com.gooddata.warehouse.Warehouse
 
Warehouse(String, String, String, DateTime, DateTime, String, String, String, String, String, Map<String, String>, String) - Constructor for class com.gooddata.warehouse.Warehouse
 
WarehouseNotFoundException - Exception in com.gooddata.warehouse
Warehouse instance doesn't exist.
WarehouseNotFoundException(String, GoodDataRestException) - Constructor for exception com.gooddata.warehouse.WarehouseNotFoundException
 
Warehouses - Class in com.gooddata.warehouse
List of warehouses.
Warehouses(List<Warehouse>, Paging) - Constructor for class com.gooddata.warehouse.Warehouses
 
Warehouses(List<Warehouse>, Paging, Map<String, String>) - Constructor for class com.gooddata.warehouse.Warehouses
 
WarehouseS3Credentials - Class in com.gooddata.warehouse
Single warehouse S3 credentials record (identified uniquely by warehouse ID, region and access key)
WarehouseS3Credentials(String, String, String) - Constructor for class com.gooddata.warehouse.WarehouseS3Credentials
Used to add new S3 credentials
WarehouseS3Credentials(String, String, String, DateTime, WarehouseS3Credentials.Links) - Constructor for class com.gooddata.warehouse.WarehouseS3Credentials
 
WarehouseS3Credentials.Links - Class in com.gooddata.warehouse
 
WarehouseS3CredentialsException - Exception in com.gooddata.warehouse
Thrown when REST operation failed for S3 credentials
WarehouseS3CredentialsException(String, String, Exception) - Constructor for exception com.gooddata.warehouse.WarehouseS3CredentialsException
 
WarehouseS3CredentialsException(String, String) - Constructor for exception com.gooddata.warehouse.WarehouseS3CredentialsException
 
WarehouseS3CredentialsList - Class in com.gooddata.warehouse
List of warehouse S3 credentials for a given warehouse
WarehouseS3CredentialsList(List<WarehouseS3Credentials>) - Constructor for class com.gooddata.warehouse.WarehouseS3CredentialsList
 
WarehouseS3CredentialsList(List<WarehouseS3Credentials>, Map<String, String>) - Constructor for class com.gooddata.warehouse.WarehouseS3CredentialsList
 
WarehouseS3CredentialsNotFoundException - Exception in com.gooddata.warehouse
Thrown when specific S3 credentials, identified by warehouse ID, region and access key cannot be found
WarehouseS3CredentialsNotFoundException(String, GoodDataRestException) - Constructor for exception com.gooddata.warehouse.WarehouseS3CredentialsNotFoundException
 
WarehouseSchema - Class in com.gooddata.warehouse
Warehouse schema.
WarehouseSchemaNotFoundException - Exception in com.gooddata.warehouse
Warehouse schema doesn't exist.
WarehouseSchemaNotFoundException(String, GoodDataRestException) - Constructor for exception com.gooddata.warehouse.WarehouseSchemaNotFoundException
 
WarehouseSchemas - Class in com.gooddata.warehouse
List of warehouse schemas.
WarehouseSchemas(List<WarehouseSchema>, Paging) - Constructor for class com.gooddata.warehouse.WarehouseSchemas
 
WarehouseSchemas(List<WarehouseSchema>, Paging, Map<String, String>) - Constructor for class com.gooddata.warehouse.WarehouseSchemas
 
WarehouseService - Class in com.gooddata.warehouse
Provide access to warehouse API - create, update, list and delete warehouses.
WarehouseService(RestTemplate, GoodDataSettings) - Constructor for class com.gooddata.warehouse.WarehouseService
Sets RESTful HTTP Spring template.
WarehouseService(RestTemplate) - Constructor for class com.gooddata.warehouse.WarehouseService
Deprecated.
use WarehouseService(RestTemplate, GoodDataSettings) constructor instead
WarehouseUser - Class in com.gooddata.warehouse
Warehouse user
WarehouseUser(String, String, String) - Constructor for class com.gooddata.warehouse.WarehouseUser
Creates a new instance with given parameters.
WarehouseUser(String, String, String, Map<String, String>) - Constructor for class com.gooddata.warehouse.WarehouseUser
 
WarehouseUserNotFoundException - Exception in com.gooddata.warehouse
Warehouse instance doesn't exist.
WarehouseUserNotFoundException(String, GoodDataRestException) - Constructor for exception com.gooddata.warehouse.WarehouseUserNotFoundException
 
WarehouseUserRole - Enum in com.gooddata.warehouse
Role of the user in the Datawarehouse
WarehouseUsers - Class in com.gooddata.warehouse
List of warehouse users.
WarehouseUsers(List<WarehouseUser>, Paging) - Constructor for class com.gooddata.warehouse.WarehouseUsers
 
WarehouseUsers(List<WarehouseUser>, Paging, Map<String, String>) - Constructor for class com.gooddata.warehouse.WarehouseUsers
 
Warning - Class in com.gooddata.executeafm.result
ExecutionResult's warning.
Warning(String, String) - Constructor for class com.gooddata.executeafm.result.Warning
Creates new instance
Warning(String, String, List<Object>) - Constructor for class com.gooddata.executeafm.result.Warning
Creates new instance
withIncrementedLimit() - Method in class com.gooddata.auditevent.AuditEventPageRequest
Copy this request parameters and increment request parameter limit.
withObjUriQualifier(UriObjQualifier) - Method in class com.gooddata.executeafm.afm.AbsoluteDateFilter
 
withObjUriQualifier(UriObjQualifier) - Method in interface com.gooddata.executeafm.afm.FilterItem
Copy itself using given uri qualifier
withObjUriQualifier(UriObjQualifier) - Method in interface com.gooddata.executeafm.afm.MeasureDefinition
Copy itself using given uri qualifier
withObjUriQualifier(UriObjQualifier) - Method in class com.gooddata.executeafm.afm.NegativeAttributeFilter
 
withObjUriQualifier(UriObjQualifier) - Method in class com.gooddata.executeafm.afm.PopMeasureDefinition
 
withObjUriQualifier(UriObjQualifier) - Method in class com.gooddata.executeafm.afm.PositiveAttributeFilter
 
withObjUriQualifier(UriObjQualifier) - Method in class com.gooddata.executeafm.afm.RelativeDateFilter
 
withObjUriQualifier(UriObjQualifier) - Method in class com.gooddata.executeafm.afm.SimpleMeasureDefinition
 

Z

Zendesk4ProcessExecution - Class in com.gooddata.connector
Zendesk 4 (Insights) connector process execution (i.e. definition for single ETL run).
Zendesk4ProcessExecution() - Constructor for class com.gooddata.connector.Zendesk4ProcessExecution
 
Zendesk4ProcessExecution.DownloadParams - Class in com.gooddata.connector
 
Zendesk4Settings - Class in com.gooddata.connector
Zendesk 4 (Insights) connector settings.
Zendesk4Settings(String) - Constructor for class com.gooddata.connector.Zendesk4Settings
 
Zendesk4Settings(String, String, String, String) - Constructor for class com.gooddata.connector.Zendesk4Settings
 
Zendesk4Settings.Zendesk4Type - Enum in com.gooddata.connector
Type of Zendesk account.
zip(File, OutputStream) - Static method in class com.gooddata.util.ZipHelper
This method compresses the input file to zip format.
zip(File, OutputStream, boolean) - Static method in class com.gooddata.util.ZipHelper
This method compresses the input file to zip format.
ZipHelper - Class in com.gooddata.util
Utility class for manipulating zip archives.
ZipHelper() - Constructor for class com.gooddata.util.ZipHelper
 
A C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2017. All rights reserved.