A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages

A

AboutLinks - Class in com.gooddata.sdk.model.gdc
Collection of links with "about" metadata.
AboutLinks(String, String, String, List<AboutLinks.Link>) - Constructor for class com.gooddata.sdk.model.gdc.AboutLinks
 
AboutLinks.Link - Class in com.gooddata.sdk.model.gdc
Link with metadata.
ABSOLUTE_FILTER_TYPE - Static variable in class com.gooddata.sdk.model.md.dashboard.filter.DashboardDateFilter
 
absoluteDateFilter(LocalDate, LocalDate, String) - Static method in class com.gooddata.sdk.model.md.dashboard.filter.DashboardDateFilter
Creates absolute date filter with the given interval
AbsoluteDateFilter - Class in com.gooddata.sdk.model.executeafm.afm.filter
Represents DateFilter specifying exact from and to dates.
AbsoluteDateFilter(ObjQualifier, LocalDate, LocalDate) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.AbsoluteDateFilter
Creates new filter instance
AbstractMaql - Class in com.gooddata.sdk.model.gdc
Abstract MAQL statement.
AbstractMaql(String) - Constructor for class com.gooddata.sdk.model.gdc.AbstractMaql
 
AbstractObj - Class in com.gooddata.sdk.model.md
Metadata object (common part)
AbstractObj(Meta) - Constructor for class com.gooddata.sdk.model.md.AbstractObj
 
AccessLog - Class in com.gooddata.sdk.model.auditevent
Model class, used for special audit log events/access logs directly from haproxy, that represents access logs for particular hosts.
AccessLog(String, String, String, String, String, String, String, ZonedDateTime, ZonedDateTime) - Constructor for class com.gooddata.sdk.model.auditevent.AccessLog
 
AccessLogs - Class in com.gooddata.sdk.model.auditevent
 
AccessLogs(List<AccessLog>, Paging, Map<String, String>) - Constructor for class com.gooddata.sdk.model.auditevent.AccessLogs
 
AccessLogsDeserializer - Class in com.gooddata.sdk.model.auditevent
 
AccessLogsDeserializer() - Constructor for class com.gooddata.sdk.model.auditevent.AccessLogsDeserializer
 
AccessLogsSerializer - Class in com.gooddata.sdk.model.auditevent
 
AccessLogsSerializer() - Constructor for class com.gooddata.sdk.model.auditevent.AccessLogsSerializer
 
Account - Class in com.gooddata.sdk.model.account
Account setting
Account(String, String, Account.Links) - Constructor for class com.gooddata.sdk.model.account.Account
 
Account(String, String, String, String) - Constructor for class com.gooddata.sdk.model.account.Account
Account creation constructor
Account(String, String, String, String, String, List<String>, List<String>) - Constructor for class com.gooddata.sdk.model.account.Account
 
ACCOUNT_BY_EMAIL_URI - Static variable in class com.gooddata.sdk.model.account.Account
 
Account.AuthenticationMode - Enum in com.gooddata.sdk.model.account
Enumeration type representing GoodData authentication mode.
Account.UpdateView - Class in com.gooddata.sdk.model.account
Class representing update view of account
Accounts - Class in com.gooddata.sdk.model.account
List of accounts.
ACCOUNTS_URI - Static variable in class com.gooddata.sdk.model.account.Account
 
addAttribute(AttributeItem) - Method in class com.gooddata.sdk.model.executeafm.afm.Afm
 
addBccAddress(String) - Method in class com.gooddata.sdk.model.md.ScheduledMail
 
addDashboardAttachment(String, Integer, String, String...) - Method in class com.gooddata.sdk.model.md.ScheduledMail
 
addDimension(Dimension) - Method in class com.gooddata.sdk.model.executeafm.resultspec.ResultSpec
 
addFilter(CompatibilityFilter) - Method in class com.gooddata.sdk.model.executeafm.afm.Afm
 
addFilter(FilterItem) - Method in class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
Apply additional filter
addFlag(String, boolean) - Method in class com.gooddata.sdk.model.featureflag.FeatureFlags
Deprecated.
Adds the feature flag of given name and given value.
addHeaderItems(List<List<ResultHeaderItem>>) - Method in class com.gooddata.sdk.model.executeafm.result.ExecutionResult
Add header items for next dimension (this method will add dimension in header items)
addMeasure(MeasureItem) - Method in class com.gooddata.sdk.model.executeafm.afm.Afm
 
addNativeTotal(NativeTotalItem) - Method in class com.gooddata.sdk.model.executeafm.afm.Afm
 
addParam(String, String) - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
addReportAttachment(ReportDefinition, Map<String, String>, ExportFormat...) - Method in class com.gooddata.sdk.model.md.ScheduledMail
 
addReportAttachment(ReportDefinition, Map<String, String>, String...) - Method in class com.gooddata.sdk.model.md.ScheduledMail
 
addSort(SortItem) - Method in class com.gooddata.sdk.model.executeafm.resultspec.ResultSpec
 
addToAddress(String) - Method in class com.gooddata.sdk.model.md.ScheduledMail
 
addTotal(TotalItem) - Method in class com.gooddata.sdk.model.executeafm.resultspec.Dimension
 
ADMIN - com.gooddata.sdk.model.warehouse.WarehouseUserRole
 
ADMIN_URI - Static variable in class com.gooddata.sdk.model.auditevent.AuditEvent
 
Afm - Class in com.gooddata.sdk.model.executeafm.afm
Attributes Filters and Measures in so called object form (could have MAQL form in future)
Afm() - Constructor for class com.gooddata.sdk.model.executeafm.afm.Afm
 
Afm(List<AttributeItem>, List<CompatibilityFilter>, List<MeasureItem>, List<NativeTotalItem>) - Constructor for class com.gooddata.sdk.model.executeafm.afm.Afm
 
AGENT_TIMELINE_START_TIME_PROPERTY - Static variable in class com.gooddata.sdk.model.connector.Reload
 
AGGREGATED_FEATURE_FLAGS_URI - Static variable in class com.gooddata.sdk.model.featureflag.FeatureFlags
Deprecated.
 
Aggregation - Enum in com.gooddata.sdk.model.executeafm.afm
Represents possible aggregation values at SimpleMeasureDefinition
AnalyticalDashboard - Class in com.gooddata.sdk.model.md.dashboard
Represents analytical dashboard configuration.
AnalyticalDashboard(String, List<String>, String) - Constructor for class com.gooddata.sdk.model.md.dashboard.AnalyticalDashboard
Constructor.
ArithmeticMeasureDefinition - Class in com.gooddata.sdk.model.executeafm.afm
Arithmetic measure definition representing aggregation of existing measures, for example sum of measures, difference,...
ArithmeticMeasureDefinition(List<String>, String) - Constructor for class com.gooddata.sdk.model.executeafm.afm.ArithmeticMeasureDefinition
arrayToStringArray(ExportFormat...) - Static method in enum com.gooddata.sdk.model.export.ExportFormat
 
ASC - com.gooddata.sdk.model.executeafm.resultspec.Direction
 
asIdentifierToUri() - Method in class com.gooddata.sdk.model.md.IdentifiersAndUris
Get values as identifier to URI map.
asList() - Method in interface com.gooddata.sdk.model.executeafm.result.Data
 
asList() - Method in class com.gooddata.sdk.model.executeafm.result.DataList
 
asMap() - Method in class com.gooddata.sdk.model.md.IdentifiersAndUris
Deprecated.
asMap() - Method in class com.gooddata.sdk.model.project.ProjectValidationResultSliElParam
Returns map of tuples <ID, value>.
asQueryParams() - Method in class com.gooddata.sdk.model.lcm.LcmEntityFilter
This filter in the form of query parameters map.
asUriToIdentifier() - Method in class com.gooddata.sdk.model.md.IdentifiersAndUris
Get values as URI to identifier map.
AsyncTask - Class in com.gooddata.sdk.model.dataload.processes
Asynchronous task containing link for polling.
AsyncTask - Class in com.gooddata.sdk.model.gdc
Asynchronous task containing link for polling.
AsyncTask(String) - Constructor for class com.gooddata.sdk.model.dataload.processes.AsyncTask
 
AsyncTask(String) - Constructor for class com.gooddata.sdk.model.gdc.AsyncTask
 
Attachment - Class in com.gooddata.sdk.model.md
Common ancestor to ScheduledMail attachments.
Attachment(String) - Constructor for class com.gooddata.sdk.model.md.Attachment
 
Attribute - Class in com.gooddata.sdk.model.md
Attribute of GoodData project dataset
attributeContent - Variable in class com.gooddata.sdk.model.md.AttributeDisplayForm
 
AttributeDisplayForm - Class in com.gooddata.sdk.model.md
Display form of attribute
AttributeElement - Class in com.gooddata.sdk.model.md
Represent one element of attribute values
AttributeElements - Class in com.gooddata.sdk.model.md
Represents elements of attribute
AttributeFilter - Class in com.gooddata.sdk.model.executeafm.afm.filter
Represents filter by attribute.
AttributeFilterElements - Interface in com.gooddata.sdk.model.executeafm.afm.filter
Represents elements, which can be used as value of "in" or "notIn" by AttributeFilter.
AttributeFilterElements.Deserializer - Class in com.gooddata.sdk.model.executeafm.afm.filter
 
AttributeFilterElements.Serializer - Class in com.gooddata.sdk.model.executeafm.afm.filter
 
AttributeFilterReference - Class in com.gooddata.sdk.model.md.dashboard.filter
Reference for attribute filter for ignoring particular filter in Kpi.
AttributeFilterReference(String) - Constructor for class com.gooddata.sdk.model.md.dashboard.filter.AttributeFilterReference
Constructor.
AttributeHeader - Class in com.gooddata.sdk.model.executeafm.response
Header of an attribute.
AttributeHeader(String, String, String, String, AttributeInHeader) - Constructor for class com.gooddata.sdk.model.executeafm.response.AttributeHeader
Creates new header
AttributeHeader(String, String, String, String, AttributeInHeader, List<TotalHeaderItem>) - Constructor for class com.gooddata.sdk.model.executeafm.response.AttributeHeader
Creates new header
AttributeHeader(String, String, String, String, String, AttributeInHeader, List<TotalHeaderItem>) - Constructor for class com.gooddata.sdk.model.executeafm.response.AttributeHeader
Creates new header
AttributeHeaderItem - Class in com.gooddata.sdk.model.executeafm.result
Header item for attribute
AttributeHeaderItem(String, String) - Constructor for class com.gooddata.sdk.model.executeafm.result.AttributeHeaderItem
Creates new header item
AttributeInGrid - Class in com.gooddata.sdk.model.md.report
Attribute in Grid
AttributeInGrid(Attribute) - Constructor for class com.gooddata.sdk.model.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.sdk.model.md.report.AttributeInGrid
Creates new AttributeInGrid using given Attribute's default DisplayForm's uri and given alias.
AttributeInGrid(DisplayForm) - Constructor for class com.gooddata.sdk.model.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.sdk.model.md.report.AttributeInGrid
Creates new AttributeInGrid using given DisplayForm's uri and given alias.
AttributeInGrid(String, String) - Constructor for class com.gooddata.sdk.model.md.report.AttributeInGrid
Creates new instance.
AttributeInGrid(String, String, List<List<Total>>) - Constructor for class com.gooddata.sdk.model.md.report.AttributeInGrid
Creates new instance.
AttributeInHeader - Class in com.gooddata.sdk.model.executeafm.response
Represents attribute in AttributeHeader
AttributeInHeader(String, String, String) - Constructor for class com.gooddata.sdk.model.executeafm.response.AttributeInHeader
Creates new instance
AttributeItem - Class in com.gooddata.sdk.model.executeafm.afm
Represents attribute within Afm
AttributeItem(ObjQualifier, String) - Constructor for class com.gooddata.sdk.model.executeafm.afm.AttributeItem
Creates new instance
AttributeItem(ObjQualifier, String, String) - Constructor for class com.gooddata.sdk.model.executeafm.afm.AttributeItem
Creates new instance
AttributeLocatorItem - Class in com.gooddata.sdk.model.executeafm.resultspec
Holds attribute including it's specific element
AttributeLocatorItem(String, String) - Constructor for class com.gooddata.sdk.model.executeafm.resultspec.AttributeLocatorItem
 
AttributeSortAggregation - Enum in com.gooddata.sdk.model.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.sdk.model.executeafm.resultspec
Define sort by specific attribute
AttributeSortItem(Direction, String) - Constructor for class com.gooddata.sdk.model.executeafm.resultspec.AttributeSortItem
 
AttributeSortItem(Direction, String, AttributeSortAggregation) - Constructor for class com.gooddata.sdk.model.executeafm.resultspec.AttributeSortItem
 
AttributeSortItem(String, String) - Constructor for class com.gooddata.sdk.model.executeafm.resultspec.AttributeSortItem
 
AttributeSortItem(String, String, String) - Constructor for class com.gooddata.sdk.model.executeafm.resultspec.AttributeSortItem
 
AuditEvent - Class in com.gooddata.sdk.model.auditevent
Audit event
AuditEvent(String, String, ZonedDateTime, ZonedDateTime, String, boolean, String, Map<String, String>, Map<String, String>) - Constructor for class com.gooddata.sdk.model.auditevent.AuditEvent
 
AuditEvents - Class in com.gooddata.sdk.model.auditevent
Pageable list DTO for Audit events
AuditEvents(List<AuditEvent>, Paging, Map<String, String>) - Constructor for class com.gooddata.sdk.model.auditevent.AuditEvents
 
AVG - com.gooddata.sdk.model.executeafm.afm.Aggregation
 
AVG - com.gooddata.sdk.model.md.report.Total
 

B

BAR - com.gooddata.sdk.model.md.visualization.VisualizationType
 
BETWEEN - com.gooddata.sdk.model.executeafm.afm.filter.RangeConditionOperator
 
BOTTOM - com.gooddata.sdk.model.executeafm.afm.filter.RankingFilterOperator
 
Bucket - Class in com.gooddata.sdk.model.md.visualization
Represents bucket within VisualizationObject
Bucket(String, List<BucketItem>) - Constructor for class com.gooddata.sdk.model.md.visualization.Bucket
Creates new instance of bucket
BucketItem - Interface in com.gooddata.sdk.model.md.visualization
Interface for bucket items within Bucket
BulkGet - Class in com.gooddata.sdk.model.md
Metadata bulk get result
BulkGetUris - Class in com.gooddata.sdk.model.md
Metadata bulk get request body representation.
BulkGetUris(Collection<String>) - Constructor for class com.gooddata.sdk.model.md.BulkGetUris
 

C

CATALOG - com.gooddata.sdk.model.hierarchicalconfig.SourceType
 
Channel - Class in com.gooddata.sdk.model.notification
Notification channel
Channel(Configuration, String) - Constructor for class com.gooddata.sdk.model.notification.Channel
 
CHATS_START_TIME_PROPERTY - Static variable in class com.gooddata.sdk.model.connector.Reload
 
CLIENT - com.gooddata.sdk.model.hierarchicalconfig.SourceType
 
CLIENT - Static variable in class com.gooddata.sdk.model.lcm.LcmEntity.LinkCategory
 
CLIENT_CONFIG_ITEM_URI - Static variable in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItem
 
CLIENT_CONFIG_ITEMS_URI - Static variable in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItems
 
ClientExport - Class in com.gooddata.sdk.model.export
 
ClientExport(String, String, String, String) - Constructor for class com.gooddata.sdk.model.export.ClientExport
 
CollectionType - Enum in com.gooddata.sdk.model.md.visualization
Represents type of collection that can be used as local identifier for Bucket
Column - Class in com.gooddata.sdk.model.md
Represents physical data model column.
COLUMN - com.gooddata.sdk.model.md.visualization.VisualizationType
 
com.gooddata.sdk.model.account - package com.gooddata.sdk.model.account
 
com.gooddata.sdk.model.auditevent - package com.gooddata.sdk.model.auditevent
 
com.gooddata.sdk.model.connector - package com.gooddata.sdk.model.connector
 
com.gooddata.sdk.model.dataload - package com.gooddata.sdk.model.dataload
 
com.gooddata.sdk.model.dataload.processes - package com.gooddata.sdk.model.dataload.processes
 
com.gooddata.sdk.model.dataset - package com.gooddata.sdk.model.dataset
 
com.gooddata.sdk.model.executeafm - package com.gooddata.sdk.model.executeafm
 
com.gooddata.sdk.model.executeafm.afm - package com.gooddata.sdk.model.executeafm.afm
 
com.gooddata.sdk.model.executeafm.afm.filter - package com.gooddata.sdk.model.executeafm.afm.filter
 
com.gooddata.sdk.model.executeafm.response - package com.gooddata.sdk.model.executeafm.response
 
com.gooddata.sdk.model.executeafm.result - package com.gooddata.sdk.model.executeafm.result
 
com.gooddata.sdk.model.executeafm.resultspec - package com.gooddata.sdk.model.executeafm.resultspec
 
com.gooddata.sdk.model.export - package com.gooddata.sdk.model.export
 
com.gooddata.sdk.model.featureflag - package com.gooddata.sdk.model.featureflag
 
com.gooddata.sdk.model.gdc - package com.gooddata.sdk.model.gdc
 
com.gooddata.sdk.model.hierarchicalconfig - package com.gooddata.sdk.model.hierarchicalconfig
 
com.gooddata.sdk.model.lcm - package com.gooddata.sdk.model.lcm
 
com.gooddata.sdk.model.md - package com.gooddata.sdk.model.md
 
com.gooddata.sdk.model.md.dashboard - package com.gooddata.sdk.model.md.dashboard
 
com.gooddata.sdk.model.md.dashboard.filter - package com.gooddata.sdk.model.md.dashboard.filter
 
com.gooddata.sdk.model.md.maintenance - package com.gooddata.sdk.model.md.maintenance
 
com.gooddata.sdk.model.md.report - package com.gooddata.sdk.model.md.report
 
com.gooddata.sdk.model.md.visualization - package com.gooddata.sdk.model.md.visualization
 
com.gooddata.sdk.model.notification - package com.gooddata.sdk.model.notification
 
com.gooddata.sdk.model.project - package com.gooddata.sdk.model.project
 
com.gooddata.sdk.model.project.model - package com.gooddata.sdk.model.project.model
 
com.gooddata.sdk.model.projecttemplate - package com.gooddata.sdk.model.projecttemplate
 
com.gooddata.sdk.model.util - package com.gooddata.sdk.model.util
 
com.gooddata.sdk.model.warehouse - package com.gooddata.sdk.model.warehouse
 
ComparisonCondition - Class in com.gooddata.sdk.model.executeafm.afm.filter
Condition of MeasureValueFilter that compares measure values against a single value.
ComparisonCondition(ComparisonConditionOperator, BigDecimal) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.ComparisonCondition
Creates a new ComparisonCondition instance.
ComparisonCondition(ComparisonConditionOperator, BigDecimal, BigDecimal) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.ComparisonCondition
Creates a new ComparisonCondition instance.
ComparisonCondition(String, BigDecimal, BigDecimal) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.ComparisonCondition
 
ComparisonConditionOperator - Enum in com.gooddata.sdk.model.executeafm.afm.filter
Represents all the possible operators of ComparisonCondition
CompatibilityFilter - Interface in com.gooddata.sdk.model.executeafm.afm.filter
Covers all the AFM execution filters including the "deprecated" ones.
ConfigItem - Class in com.gooddata.sdk.model.hierarchicalconfig
Contains information about hierarchical configuration object aka platform setting aka feature flag.
ConfigItem(String, String) - Constructor for class com.gooddata.sdk.model.hierarchicalconfig.ConfigItem
Creates new config item with given key/name and value.
ConfigItems - Class in com.gooddata.sdk.model.hierarchicalconfig
Contains collection of config items aka feature flags aka hierarchical config.
ConfigItems(List<ConfigItem>) - Constructor for class com.gooddata.sdk.model.hierarchicalconfig.ConfigItems
 
Configuration - Interface in com.gooddata.sdk.model.notification
Interface for configurations of channel
ConnectorType - Enum in com.gooddata.sdk.model.connector
Enum containing implemented connector types (currently version 4 of Zendesk connector only).
content - Variable in class com.gooddata.sdk.model.md.DisplayForm
 
Content(String, String, String, String) - Constructor for class com.gooddata.sdk.model.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.sdk.model.md.NestedAttribute.Content
 
convertToAfm() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
convertToAfm(VisualizationObject) - Static method in class com.gooddata.sdk.model.md.visualization.VisualizationConverter
Generate Afm from Visualization object.
convertToExecution(VisualizationClass) - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
convertToExecution(VisualizationObject, VisualizationClass) - Static method in class com.gooddata.sdk.model.md.visualization.VisualizationConverter
Generate Execution from Visualization object.
convertToExecution(VisualizationObject, Function<String, VisualizationClass>) - Static method in class com.gooddata.sdk.model.md.visualization.VisualizationConverter
Generate Execution from Visualization object.
convertToExecution(Function<String, VisualizationClass>) - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
convertToResultSpec(VisualizationClass) - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
convertToResultSpec(VisualizationObject, VisualizationClass) - Static method in class com.gooddata.sdk.model.md.visualization.VisualizationConverter
Generate ResultSpec from Visualization object.
convertToResultSpec(VisualizationObject, Function<String, VisualizationClass>) - Static method in class com.gooddata.sdk.model.md.visualization.VisualizationConverter
Generate ResultSpec from Visualization object.
convertToResultSpec(Function<String, VisualizationClass>) - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
convertToUriQualifier(IdentifierObjQualifier) - Method in interface com.gooddata.sdk.model.executeafm.afm.ObjQualifierConverter
Convert provided IdentifierObjQualifier to the matching UriObjQualifier.
count(int...) - Method in class com.gooddata.sdk.model.executeafm.result.Paging
Sets count compound of given elements, each element per dimension
COUNT - com.gooddata.sdk.model.executeafm.afm.Aggregation
 
create(String, List<? extends GridElement>, List<? extends GridElement>, List<MetricElement>) - Static method in class com.gooddata.sdk.model.md.report.GridReportDefinitionContent
 
create(String, List<? extends GridElement>, List<? extends GridElement>, List<MetricElement>, Collection<Filter>) - Static method in class com.gooddata.sdk.model.md.report.GridReportDefinitionContent
 
create(String, List<GridElement>, List<GridElement>, List<MetricElement>) - Static method in class com.gooddata.sdk.model.md.report.OneNumberReportDefinitionContent
 
create(String, List<GridElement>, List<GridElement>, List<MetricElement>, Collection<Filter>) - Static method in class com.gooddata.sdk.model.md.report.OneNumberReportDefinitionContent
 
CREATE_URI - Static variable in interface com.gooddata.sdk.model.md.Obj
 
CREATE_WITH_ID_URI - Static variable in interface com.gooddata.sdk.model.md.Obj
 
CreatedInvitations - Class in com.gooddata.sdk.model.project
Created invitations
createPage(List<AccessLog>, Paging, Map<String, String>) - Method in class com.gooddata.sdk.model.auditevent.AccessLogsDeserializer
 
createWithlogin(String, WarehouseUserRole) - Static method in class com.gooddata.sdk.model.warehouse.WarehouseUser
Creates a new WarehouseUser with role and login set
createWithProfile(Account, WarehouseUserRole) - Static method in class com.gooddata.sdk.model.warehouse.WarehouseUser
Creates a new WarehouseUser with role and profile set
createWithProfileUri(String, WarehouseUserRole) - Static method in class com.gooddata.sdk.model.warehouse.WarehouseUser
Creates a new WarehouseUser with role and profileUri set
CSV - com.gooddata.sdk.model.export.ExportFormat
 
CURRENT_ID - Static variable in class com.gooddata.sdk.model.account.Account
 

D

DashboardAttachment - Class in com.gooddata.sdk.model.md
Attachment to ScheduledMail represents dashboard-related information for the schedule.
DashboardAttachment(String, Integer, String, String...) - Constructor for class com.gooddata.sdk.model.md.DashboardAttachment
 
DashboardAttributeFilter - Class in com.gooddata.sdk.model.md.dashboard.filter
Attribute filter located on analytical dashboard.
DashboardAttributeFilter(String, boolean, List<String>) - Constructor for class com.gooddata.sdk.model.md.dashboard.filter.DashboardAttributeFilter
Constructor.
DashboardDateFilter - Class in com.gooddata.sdk.model.md.dashboard.filter
Date filter located on analytical dashboard.
DashboardFilter - Interface in com.gooddata.sdk.model.md.dashboard.filter
Parent interface for filter implementation inside DashboardFilterContext.
DashboardFilterContext - Class in com.gooddata.sdk.model.md.dashboard.filter
Class encapsulates list of filters on analytical dashboard.
DashboardFilterContext(List<DashboardFilter>) - Constructor for class com.gooddata.sdk.model.md.dashboard.filter.DashboardFilterContext
Constructs new dashboard filter context with given filters.
Data - Interface in com.gooddata.sdk.model.executeafm.result
Data of ExecutionResult, can be of three basic kinds - Data.NULL, list and simple value.
DATA_ADMIN - com.gooddata.sdk.model.warehouse.WarehouseUserRole
 
DATA_PRODUCT - com.gooddata.sdk.model.hierarchicalconfig.SourceType
 
DATA_PRODUCT - Static variable in class com.gooddata.sdk.model.lcm.LcmEntity.LinkCategory
 
DATA_PRODUCT_CONFIG_ITEM_URI - Static variable in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItem
 
DATA_PRODUCT_CONFIG_ITEMS_URI - Static variable in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItems
 
Data.DataDeserializer - Class in com.gooddata.sdk.model.executeafm.result
 
DataDeserializer() - Constructor for class com.gooddata.sdk.model.executeafm.result.Data.DataDeserializer
 
DataList - Class in com.gooddata.sdk.model.executeafm.result
List value type of Data, basically wrapper for list of nested Data
DataList(List<Data>) - Constructor for class com.gooddata.sdk.model.executeafm.result.DataList
Creates new instance of given list of data
DATALOAD - com.gooddata.sdk.model.dataload.processes.ProcessType
 
DataLoadingColumn - Class in com.gooddata.sdk.model.md
Represents datasets' loading column.
DataloadProcess - Class in com.gooddata.sdk.model.dataload.processes
Dataload process.
DataloadProcess(String, ProcessType) - Constructor for class com.gooddata.sdk.model.dataload.processes.DataloadProcess
 
DataloadProcess(String, String) - Constructor for class com.gooddata.sdk.model.dataload.processes.DataloadProcess
 
DataloadProcess(String, String, String) - Constructor for class com.gooddata.sdk.model.dataload.processes.DataloadProcess
Use this constructor, when you want to deploy process from appstore.
DataloadProcesses - Class in com.gooddata.sdk.model.dataload.processes
List of dataload processes.
Dataset - Class in com.gooddata.sdk.model.md
Represents metadata dataset
DatasetLinks - Class in com.gooddata.sdk.model.dataset
Dataset links.
DatasetLinks(String, String, List<AboutLinks.Link>) - Constructor for class com.gooddata.sdk.model.dataset.DatasetLinks
 
DatasetManifest - Class in com.gooddata.sdk.model.dataset
Dataset specific upload manifest
DatasetManifest(String) - Constructor for class com.gooddata.sdk.model.dataset.DatasetManifest
 
DatasetManifest(String, InputStream) - Constructor for class com.gooddata.sdk.model.dataset.DatasetManifest
Create dataset upload manifest.
DatasetManifest(String, String, List<DatasetManifest.Part>) - Constructor for class com.gooddata.sdk.model.dataset.DatasetManifest
 
DatasetManifest.Part - Class in com.gooddata.sdk.model.dataset
 
DatasetManifests - Class in com.gooddata.sdk.model.dataset
Encapsulates list of DatasetManifest.
DatasetManifests(Collection<DatasetManifest>) - Constructor for class com.gooddata.sdk.model.dataset.DatasetManifests
Construct object.
DatasetNotFoundException - Exception in com.gooddata.sdk.model.dataset
Represents error when dataset of the given id was not found
DatasetNotFoundException(String) - Constructor for exception com.gooddata.sdk.model.dataset.DatasetNotFoundException
 
DatasetNotFoundException(String, Throwable) - Constructor for exception com.gooddata.sdk.model.dataset.DatasetNotFoundException
 
DataValue - Class in com.gooddata.sdk.model.executeafm.result
Simple value type of Data.
DataValue(String) - Constructor for class com.gooddata.sdk.model.executeafm.result.DataValue
Creates new instance of given value.
DATAWAREHOUSE - com.gooddata.sdk.model.hierarchicalconfig.SourceType
 
DATE_FORMAT - Static variable in class com.gooddata.sdk.model.md.dashboard.filter.DashboardDateFilter
 
DateFilter - Class in com.gooddata.sdk.model.executeafm.afm.filter
Represents filter by date.
DateFilterReference - Class in com.gooddata.sdk.model.md.dashboard.filter
Reference for date filter for ignoring particular filter in Kpi.
DateFilterReference(String) - Constructor for class com.gooddata.sdk.model.md.dashboard.filter.DateFilterReference
Constructor.
DEFAULT - com.gooddata.sdk.model.dataset.UploadMode
Dataset input for loading data by calculating based on its attributes.
DELETE_CENTER - com.gooddata.sdk.model.dataset.UploadMode
Dataset input for deleting
DerivedMeasureDefinition - Class in com.gooddata.sdk.model.executeafm.afm
The superclass of the MeasureDefinition classes that are derived from the master measure and have the identifier of the master measure.
DESC - com.gooddata.sdk.model.executeafm.resultspec.Direction
 
deserialize(JsonParser, DeserializationContext) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.AttributeFilterElements.Deserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.gooddata.sdk.model.executeafm.result.Data.DataDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.gooddata.sdk.model.util.TagsDeserializer
 
Deserializer() - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.AttributeFilterElements.Deserializer
 
DEVELOPMENT - com.gooddata.sdk.model.project.Environment
no meaning yet and behavior is the same as for Environment.PRODUCTION projects or warehouses.
DEVELOPMENT - com.gooddata.sdk.model.project.ProjectEnvironment
no meaning yet and behavior is the same as for ProjectEnvironment.PRODUCTION projects
DiffRequest - Class in com.gooddata.sdk.model.project.model
A request to perform diff between current project model and given targetModel.
DiffRequest(String) - Constructor for class com.gooddata.sdk.model.project.model.DiffRequest
 
Dimension - Class in com.gooddata.sdk.model.executeafm.resultspec
Dimension content definition.
Dimension - Class in com.gooddata.sdk.model.md
Represents metadata dimension.
Dimension(String...) - Constructor for class com.gooddata.sdk.model.executeafm.resultspec.Dimension
Creates new instance
Dimension(List<String>) - Constructor for class com.gooddata.sdk.model.executeafm.resultspec.Dimension
Creates new instance
Dimension(List<String>, Set<TotalItem>) - Constructor for class com.gooddata.sdk.model.executeafm.resultspec.Dimension
Creates new instance
Direction - Enum in com.gooddata.sdk.model.executeafm.resultspec
 
DISABLED - com.gooddata.sdk.model.dataload.processes.ScheduleState
 
DisplayForm - Class in com.gooddata.sdk.model.md
Display form
DisplayForm(Meta, DisplayForm.Content, DisplayForm.Links) - Constructor for class com.gooddata.sdk.model.md.DisplayForm
 
DisplayForm.Content - Class in com.gooddata.sdk.model.md
 
DisplayForm.Links - Class in com.gooddata.sdk.model.md
 
DLI - com.gooddata.sdk.model.dataset.EtlModeType
 
DOMAIN - com.gooddata.sdk.model.hierarchicalconfig.SourceType
 
DOMAIN_CONFIG_ITEM_URI - Static variable in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItem
 
DOMAIN_CONFIG_ITEMS_URI - Static variable in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItems
 
DOWNLOADED - com.gooddata.sdk.model.connector.Status.Code
 
DOWNLOADING - com.gooddata.sdk.model.connector.Status.Code
 
DownloadParams(Boolean) - Constructor for class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution.DownloadParams
 
DownloadParams(Boolean, Integer, Integer) - Constructor for class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution.DownloadParams
 
DownloadParams(Integer, Integer) - Constructor for class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution.DownloadParams
 

E

EmailConfiguration - Class in com.gooddata.sdk.model.notification
Email configuration of channel
EmailConfiguration(String) - Constructor for class com.gooddata.sdk.model.notification.EmailConfiguration
 
ENABLED - com.gooddata.sdk.model.dataload.processes.ScheduleState
 
enterprise - com.gooddata.sdk.model.connector.Zendesk4Settings.Zendesk4Type
 
Entry - Class in com.gooddata.sdk.model.md
Metadata entry (can be named "LINK" in some API docs)
Entry(String, String, String, String, String, String, Boolean, String, Set<String>, ZonedDateTime, ZonedDateTime, Boolean, Boolean) - Constructor for class com.gooddata.sdk.model.md.Entry
 
Environment - Enum in com.gooddata.sdk.model.project
Optional property for project or warehouse create, the property is ignored during update.
EQUAL_TO - com.gooddata.sdk.model.executeafm.afm.filter.ComparisonConditionOperator
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.AttributeItem
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.DerivedMeasureDefinition
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.AbsoluteDateFilter
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.AttributeFilter
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.ComparisonCondition
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.DateFilter
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.ExpressionFilter
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.MeasureValueFilter
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.MeasureValueFilterCondition
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.NegativeAttributeFilter
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.PositiveAttributeFilter
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RangeCondition
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RankingFilter
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RelativeDateFilter
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.UriAttributeFilterElements
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.ValueAttributeFilterElements
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.MeasureItem
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.OverPeriodDateAttribute
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.OverPeriodMeasureDefinition
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.PopMeasureDefinition
Deprecated.
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.PreviousPeriodDateDataSet
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.PreviousPeriodMeasureDefinition
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.IdentifierObjQualifier
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.LocalIdentifierQualifier
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.response.AttributeInHeader
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.result.DataValue
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.result.Warning
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.resultspec.TotalItem
 
equals(Object) - Method in class com.gooddata.sdk.model.executeafm.UriObjQualifier
 
equals(Object) - Method in class com.gooddata.sdk.model.featureflag.FeatureFlag
Deprecated.
 
equals(Object) - Method in class com.gooddata.sdk.model.featureflag.FeatureFlags
Deprecated.
 
equals(Object) - Method in class com.gooddata.sdk.model.featureflag.ProjectFeatureFlag
Deprecated.
 
equals(Object) - Method in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItem
 
equals(Object) - Method in class com.gooddata.sdk.model.lcm.LcmEntity
 
equals(Object) - Method in class com.gooddata.sdk.model.md.Attachment
 
equals(Object) - Method in class com.gooddata.sdk.model.md.AttributeElement
 
equals(Object) - Method in class com.gooddata.sdk.model.md.AttributeElements
 
equals(Object) - Method in class com.gooddata.sdk.model.md.BulkGetUris
 
equals(Object) - Method in class com.gooddata.sdk.model.md.DashboardAttachment
 
equals(Object) - Method in class com.gooddata.sdk.model.md.IdentifierToUri
 
equals(Object) - Method in class com.gooddata.sdk.model.md.InUseMany
 
equals(Object) - Method in class com.gooddata.sdk.model.md.report.MetricGroup
 
equals(Object) - Method in class com.gooddata.sdk.model.md.ReportAttachment
 
equals(Object) - Method in class com.gooddata.sdk.model.md.Restriction
 
equals(Object) - Method in class com.gooddata.sdk.model.md.ScheduledMailWhen
 
equals(Object) - Method in class com.gooddata.sdk.model.md.UriToIdentifier
 
equals(Object) - Method in class com.gooddata.sdk.model.md.visualization.Bucket
 
equals(Object) - Method in class com.gooddata.sdk.model.md.visualization.Measure
 
equals(Object) - Method in class com.gooddata.sdk.model.md.visualization.VisualizationAttribute
 
equals(Object) - Method in class com.gooddata.sdk.model.notification.ProjectEvent
 
equals(Object) - Method in class com.gooddata.sdk.model.project.ProjectValidationResult
 
equals(Object) - Method in class com.gooddata.sdk.model.project.ProjectValidationResultGdcTimeElParam
 
equals(Object) - Method in class com.gooddata.sdk.model.project.ProjectValidationResultObjectParam
 
equals(Object) - Method in class com.gooddata.sdk.model.project.ProjectValidationResultSliElParam
 
equals(Object) - Method in class com.gooddata.sdk.model.project.ProjectValidationResultStringParam
 
equals(Object) - Method in class com.gooddata.sdk.model.project.ProjectValidationType
 
equals(Object) - Method in class com.gooddata.sdk.model.project.Role
 
equals(Object) - Method in class com.gooddata.sdk.model.projecttemplate.Template
Deprecated.
 
equals(String) - Static method in class com.gooddata.sdk.model.md.report.MetricGroup
 
ERROR - com.gooddata.sdk.model.connector.Status.Code
 
EtlMode - Class in com.gooddata.sdk.model.dataset
 
EtlMode(EtlModeType, LookupMode) - Constructor for class com.gooddata.sdk.model.dataset.EtlMode
 
EtlModeType - Enum in com.gooddata.sdk.model.dataset
Enum containing ETL mode types.
ExecuteReport - Class in com.gooddata.sdk.model.export
Report execution request
ExecuteReport(Report) - Constructor for class com.gooddata.sdk.model.export.ExecuteReport
Create ExecuteReport based on Report
ExecuteReportDefinition - Class in com.gooddata.sdk.model.export
Report definition execution request
ExecuteReportDefinition(ReportDefinition) - Constructor for class com.gooddata.sdk.model.export.ExecuteReportDefinition
Create ExecuteReportDefinition based on ReportDefinition
Execution - Class in com.gooddata.sdk.model.executeafm
Represents structure for triggering execution of contained AFM (Attributes Filters Metrics).
Execution(Afm) - Constructor for class com.gooddata.sdk.model.executeafm.Execution
 
Execution(Afm, ResultSpec) - Constructor for class com.gooddata.sdk.model.executeafm.Execution
 
ExecutionResponse - Class in com.gooddata.sdk.model.executeafm.response
Represents response on Execution request.
ExecutionResponse(List<ResultDimension>, String) - Constructor for class com.gooddata.sdk.model.executeafm.response.ExecutionResponse
Creates new instance of given dimensions and execution result uri.
ExecutionResult - Class in com.gooddata.sdk.model.executeafm.result
Data result of the Execution.
ExecutionResult(String[][], Paging) - Constructor for class com.gooddata.sdk.model.executeafm.result.ExecutionResult
Creates new result
ExecutionResult(String[], Paging) - Constructor for class com.gooddata.sdk.model.executeafm.result.ExecutionResult
Creates new result
ExportFormat - Enum in com.gooddata.sdk.model.export
Format of exported report
ExportProject - Class in com.gooddata.sdk.model.md.maintenance
Complete project export configuration structure.
ExportProject() - Constructor for class com.gooddata.sdk.model.md.maintenance.ExportProject
Creates new ExportProject with default settings.
ExportProject(boolean, boolean, boolean, boolean, String) - Constructor for class com.gooddata.sdk.model.md.maintenance.ExportProject
Creates new ExportProject.
ExportProjectArtifact - Class in com.gooddata.sdk.model.md.maintenance
Complete project export result structure.
ExportProjectArtifact(UriResponse, String) - Constructor for class com.gooddata.sdk.model.md.maintenance.ExportProjectArtifact
 
ExportProjectToken - Class in com.gooddata.sdk.model.md.maintenance
Complete project export token.
ExportProjectToken(String) - Constructor for class com.gooddata.sdk.model.md.maintenance.ExportProjectToken
Creates new ExportProjectToken.
Expression - Class in com.gooddata.sdk.model.md
Expression of fact
Expression(String, String) - Constructor for class com.gooddata.sdk.model.md.Expression
 
ExpressionFilter - Class in com.gooddata.sdk.model.executeafm.afm.filter
To be deprecated filter using plain expression
ExpressionFilter(String) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.ExpressionFilter
Creates new instance
ExtendedFilter - Interface in com.gooddata.sdk.model.executeafm.afm.filter
 

F

Fact - Class in com.gooddata.sdk.model.md
Fact of GoodData project dataset
FeatureFlag - Class in com.gooddata.sdk.model.featureflag
Deprecated.
FeatureFlag(String, boolean) - Constructor for class com.gooddata.sdk.model.featureflag.FeatureFlag
Deprecated.
 
FeatureFlags - Class in com.gooddata.sdk.model.featureflag
Deprecated.
FeatureFlags() - Constructor for class com.gooddata.sdk.model.featureflag.FeatureFlags
Deprecated.
 
Filter - Class in com.gooddata.sdk.model.md.report
Filter (in report definition)
Filter(String) - Constructor for class com.gooddata.sdk.model.md.report.Filter
 
FilterItem - Interface in com.gooddata.sdk.model.executeafm.afm.filter
Covers all the filters which can be used within AFM
FilterReference - Interface in com.gooddata.sdk.model.md.dashboard.filter
Parent interface for ignored filter references inside Kpi.
findTotals(String) - Method in class com.gooddata.sdk.model.executeafm.resultspec.Dimension
 
FORMAT - Static variable in class com.gooddata.sdk.model.md.report.GridReportDefinitionContent
 
FORMAT - Static variable in class com.gooddata.sdk.model.md.report.OneNumberReportDefinitionContent
 
FULL - com.gooddata.sdk.model.dataset.UploadMode
Dataset input for loading in full mode (reload from scratch)

G

GDC_URI - Static variable in class com.gooddata.sdk.model.auditevent.AuditEvent
 
get(String) - Static method in enum com.gooddata.sdk.model.dataset.UploadMode
Lookup method.
get(String) - Static method in enum com.gooddata.sdk.model.hierarchicalconfig.SourceType
Get source type by string.
getAccount() - Method in class com.gooddata.sdk.model.connector.Zendesk4Settings
 
getAccountUri() - Method in class com.gooddata.sdk.model.gdc.RootLinks
Get account manipulation resource URI string
getActiveDataLoad() - Method in class com.gooddata.sdk.model.md.Table
 
getAfm() - Method in class com.gooddata.sdk.model.executeafm.Execution
 
getAgentTimelineStartTime() - Method in class com.gooddata.sdk.model.connector.Reload
 
getAggregation() - Method in class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
 
getAggregation() - Method in class com.gooddata.sdk.model.executeafm.resultspec.AttributeSortItem
 
getAlias() - Method in class com.gooddata.sdk.model.executeafm.afm.AttributeItem
 
getAlias() - Method in class com.gooddata.sdk.model.executeafm.afm.MeasureItem
 
getAlias() - Method in class com.gooddata.sdk.model.md.report.AttributeInGrid
 
getAlias() - Method in class com.gooddata.sdk.model.md.report.MetricElement
 
getAllTabs() - Method in class com.gooddata.sdk.model.md.DashboardAttachment
 
getAlreadyInProjectEmails() - Method in class com.gooddata.sdk.model.project.CreatedInvitations
List of emails which can't be invited to the project because they are already members of the project
getApiUri() - Method in enum com.gooddata.sdk.model.hierarchicalconfig.SourceType
 
getApiUrl() - Method in class com.gooddata.sdk.model.connector.Zendesk4Settings
 
getAttachments() - Method in class com.gooddata.sdk.model.md.ScheduledMail
 
getAttribute() - Method in class com.gooddata.sdk.model.executeafm.afm.OverPeriodDateAttribute
The ObjQualifier of the attribute from the date data set that defines the PoP period.
getAttribute(String) - Method in class com.gooddata.sdk.model.executeafm.afm.Afm
Find AttributeItem within attributes by given localIdentifier
getAttribute(String) - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
getAttributeElementUris() - Method in class com.gooddata.sdk.model.md.dashboard.filter.DashboardAttributeFilter
 
getAttributeFromCollection(CollectionType) - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
Returns attribute from collection bucket, if and only if bucket contains exactly one item of type VisualizationAttribute, null otherwise
getAttributeIdentifier() - Method in class com.gooddata.sdk.model.executeafm.resultspec.AttributeLocatorItem
 
getAttributeIdentifier() - Method in class com.gooddata.sdk.model.executeafm.resultspec.AttributeSortItem
 
getAttributeIdentifier() - Method in class com.gooddata.sdk.model.executeafm.resultspec.TotalItem
internal attribute identifier in AFM defining total placement
getAttributeIdentifier() - Method in class com.gooddata.sdk.model.executeafm.resultspec.TotalLocatorItem
 
getAttributeIdentifiers() - Method in class com.gooddata.sdk.model.executeafm.afm.NativeTotalItem
subset of internal attribute identifiers in AFM defining total placement
getAttributes() - Method in class com.gooddata.sdk.model.executeafm.afm.Afm
 
getAttributes() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RankingFilter
 
getAttributes() - Method in class com.gooddata.sdk.model.md.Dataset
 
getAttributes() - Method in class com.gooddata.sdk.model.md.Dimension
 
getAttributes() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
getAuthenticationModes() - Method in class com.gooddata.sdk.model.account.Account
 
getAuthor() - Method in class com.gooddata.sdk.model.md.AbstractObj
 
getAuthor() - Method in class com.gooddata.sdk.model.md.Entry
 
getAuthor() - Method in class com.gooddata.sdk.model.md.Meta
 
getAuthor() - Method in class com.gooddata.sdk.model.project.Project
 
getAuthorizationToken() - Method in class com.gooddata.sdk.model.project.Project
 
getAuthorizationToken() - Method in class com.gooddata.sdk.model.warehouse.Warehouse
 
getAuthorizedUsers() - Method in class com.gooddata.sdk.model.md.maintenance.ExportProject
 
getAvailableElementsUri() - Method in class com.gooddata.sdk.model.gdc.RootLinks
Get URI string of resource used to determine valid attribute values in the context of a report
getBccAddresses() - Method in class com.gooddata.sdk.model.md.ScheduledMail
 
getBody() - Method in class com.gooddata.sdk.model.md.ScheduledMail
 
getBuckets() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
getCategory() - Method in class com.gooddata.sdk.model.gdc.AboutLinks
 
getCategory() - Method in class com.gooddata.sdk.model.gdc.AboutLinks.Link
 
getCategory() - Method in class com.gooddata.sdk.model.gdc.LinkEntries.LinkEntry
 
getCategory() - Method in class com.gooddata.sdk.model.md.AbstractObj
 
getCategory() - Method in class com.gooddata.sdk.model.md.Entry
 
getCategory() - Method in class com.gooddata.sdk.model.md.Meta
 
getCategory() - Method in class com.gooddata.sdk.model.md.Query
 
getCategory() - Method in class com.gooddata.sdk.model.project.ProjectValidationResult
 
getChannels() - Method in class com.gooddata.sdk.model.notification.Subscription
 
getChatsStartTime() - Method in class com.gooddata.sdk.model.connector.Reload
 
getChecksum() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationClass
 
getClearCachesUri() - Method in class com.gooddata.sdk.model.project.Project
 
getClient() - Method in class com.gooddata.sdk.model.lcm.LcmEntityFilter
 
getClientId() - Method in class com.gooddata.sdk.model.dataload.OutputStage
get client ID
getClientId() - Method in class com.gooddata.sdk.model.lcm.LcmEntity
 
getClientUri() - Method in class com.gooddata.sdk.model.lcm.LcmEntity
 
getCluster() - Method in class com.gooddata.sdk.model.project.Project
 
getCode() - Method in class com.gooddata.sdk.model.auditevent.AccessLog
 
getCode() - Method in class com.gooddata.sdk.model.connector.Status
 
getColumn() - Method in class com.gooddata.sdk.model.md.MaqlAst.MaqlAstPosition
 
getColumnName() - Method in class com.gooddata.sdk.model.dataset.DatasetManifest.Part
 
getColumns() - Method in class com.gooddata.sdk.model.md.report.Grid
 
getColumnUri() - Method in class com.gooddata.sdk.model.md.DataLoadingColumn
 
getColumnWidths() - Method in class com.gooddata.sdk.model.md.report.Grid
 
getComparisonDirection() - Method in class com.gooddata.sdk.model.md.dashboard.Kpi
 
getComparisonType() - Method in class com.gooddata.sdk.model.md.dashboard.Kpi
 
getCompositeAttribute() - Method in class com.gooddata.sdk.model.md.NestedAttribute.Content
 
getCompositeAttribute() - Method in class com.gooddata.sdk.model.md.NestedAttribute
 
getCompositeAttributePk() - Method in class com.gooddata.sdk.model.md.NestedAttribute.Content
 
getCompositeAttributePk() - Method in class com.gooddata.sdk.model.md.NestedAttribute
 
getComputeRatio() - Method in class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
 
getCondition() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.MeasureValueFilter
 
getCondition() - Method in class com.gooddata.sdk.model.notification.Subscription
 
getConfiguration() - Method in class com.gooddata.sdk.model.notification.Channel
 
getConfigUri() - Method in class com.gooddata.sdk.model.projecttemplate.Template
Deprecated.
 
getConnectionUrl() - Method in class com.gooddata.sdk.model.warehouse.Warehouse
Gets the JDBC connection string.
getConnectorsUri() - Method in class com.gooddata.sdk.model.project.Project
 
getConnectorType() - Method in interface com.gooddata.sdk.model.connector.ProcessExecution
 
getConnectorType() - Method in interface com.gooddata.sdk.model.connector.Settings
 
getConnectorType() - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution
 
getConnectorType() - Method in class com.gooddata.sdk.model.connector.Zendesk4Settings
 
getConsecutiveFailedExecutionCount() - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
getConstraints() - Method in class com.gooddata.sdk.model.dataset.DatasetManifest.Part
 
getContent() - Method in class com.gooddata.sdk.model.md.MaqlAst
 
getContent() - Method in class com.gooddata.sdk.model.md.ProjectDashboard
 
getContributor() - Method in class com.gooddata.sdk.model.md.AbstractObj
 
getContributor() - Method in class com.gooddata.sdk.model.md.Entry
 
getContributor() - Method in class com.gooddata.sdk.model.md.Meta
 
getContributor() - Method in class com.gooddata.sdk.model.project.Project
 
getCount() - Method in class com.gooddata.sdk.model.executeafm.result.Paging
 
getCreated() - Method in class com.gooddata.sdk.model.dataload.processes.ProcessExecutionDetail
 
getCreated() - Method in class com.gooddata.sdk.model.dataload.processes.ScheduleExecution
 
getCreated() - Method in class com.gooddata.sdk.model.md.AbstractObj
 
getCreated() - Method in class com.gooddata.sdk.model.md.Entry
 
getCreated() - Method in class com.gooddata.sdk.model.md.Meta
 
getCreated() - Method in class com.gooddata.sdk.model.project.Project
 
getCreated() - Method in class com.gooddata.sdk.model.warehouse.Warehouse
 
getCreatedAt() - Method in class com.gooddata.sdk.model.dataset.Upload
 
getCreatedBy() - Method in class com.gooddata.sdk.model.warehouse.Warehouse
 
getCron() - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
getCronExpression() - Method in class com.gooddata.sdk.model.notification.TimerEvent
 
getDashboardUri() - Method in class com.gooddata.sdk.model.md.dashboard.KpiAlert
 
getData() - Method in class com.gooddata.sdk.model.executeafm.result.ExecutionResult
 
getData() - Method in class com.gooddata.sdk.model.md.Expression
 
getData() - Method in class com.gooddata.sdk.model.md.Key
 
getDataLoadingColumns() - Method in class com.gooddata.sdk.model.md.Dataset
 
getDataloadProcessUri() - Method in class com.gooddata.sdk.model.dataload.OutputStage
 
getDataLoads() - Method in class com.gooddata.sdk.model.md.Table
 
getDataLoadUri() - Method in class com.gooddata.sdk.model.project.Project
 
getDataProduct() - Method in class com.gooddata.sdk.model.lcm.LcmEntityFilter
 
getDataProductId() - Method in class com.gooddata.sdk.model.lcm.LcmEntity
 
getDataProductUri() - Method in class com.gooddata.sdk.model.lcm.LcmEntity
 
getDataSet() - Method in class com.gooddata.sdk.model.dataset.DatasetManifest
 
getDataSet() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.DateFilter
 
getDataSet() - Method in class com.gooddata.sdk.model.executeafm.afm.PreviousPeriodDateDataSet
The ObjQualifier of the data set that match one of the DateFilter in the execution.
getDataSet() - Method in class com.gooddata.sdk.model.md.dashboard.filter.DashboardDateFilter
 
getDataSet(String) - Method in class com.gooddata.sdk.model.dataset.UploadsInfo
Returns dataset uploads information for a dataset with the given ID.
getDatasetId() - Method in class com.gooddata.sdk.model.dataset.UploadsInfo.DataSet
 
getDatasetUri() - Method in class com.gooddata.sdk.model.md.dashboard.filter.DateFilterReference
 
getDataSourceLocation() - Method in class com.gooddata.sdk.model.md.TableDataLoad
 
getDataUploadsUri() - Method in class com.gooddata.sdk.model.md.Dataset
 
getDateAttributes() - Method in class com.gooddata.sdk.model.executeafm.afm.OverPeriodMeasureDefinition
The date attributes that defines how this measure will be shifted in time.
getDateDataSets() - Method in class com.gooddata.sdk.model.executeafm.afm.PreviousPeriodMeasureDefinition
The date data sets that defines how this measure will be shifted in time.
getDateDatasetUri() - Method in class com.gooddata.sdk.model.md.dashboard.Kpi
 
getDBName() - Method in class com.gooddata.sdk.model.md.Column
 
getDBName() - Method in class com.gooddata.sdk.model.md.Table
 
getDecimal() - Method in class com.gooddata.sdk.model.account.SeparatorSettings
 
getDefaultDisplayForm() - Method in class com.gooddata.sdk.model.md.NestedAttribute
 
getDefinition() - Method in class com.gooddata.sdk.model.executeafm.afm.MeasureItem
 
getDefinitions() - Method in class com.gooddata.sdk.model.md.report.Report
 
getDeprecated() - Method in class com.gooddata.sdk.model.md.Entry
 
getDescription() - Method in class com.gooddata.sdk.model.connector.Status
 
getDescription() - Method in class com.gooddata.sdk.model.warehouse.Warehouse
 
getDescription() - Method in class com.gooddata.sdk.model.warehouse.WarehouseSchema
 
getDetail() - Method in class com.gooddata.sdk.model.connector.Status
 
getDetailUri() - Method in class com.gooddata.sdk.model.dataload.processes.ProcessExecutionTask
 
getDimensions() - Method in class com.gooddata.sdk.model.executeafm.response.ExecutionResponse
List of dimensions describing the result.
getDimensions() - Method in class com.gooddata.sdk.model.executeafm.resultspec.ResultSpec
 
getDimensionUri() - Method in class com.gooddata.sdk.model.md.NestedAttribute.Content
 
getDimensionUri() - Method in class com.gooddata.sdk.model.md.NestedAttribute
 
getDirection() - Method in class com.gooddata.sdk.model.executeafm.resultspec.AttributeSortItem
 
getDirection() - Method in class com.gooddata.sdk.model.executeafm.resultspec.MeasureSortItem
 
getDirection() - Method in class com.gooddata.sdk.model.md.NestedAttribute.Content
 
getDirection() - Method in class com.gooddata.sdk.model.md.NestedAttribute
 
getDisplayForm() - Method in class com.gooddata.sdk.model.executeafm.afm.AttributeItem
 
getDisplayForm() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.AttributeFilter
 
getDisplayForm() - Method in class com.gooddata.sdk.model.md.dashboard.filter.DashboardAttributeFilter
 
getDisplayForms() - Method in class com.gooddata.sdk.model.md.NestedAttribute.Content
 
getDisplayForms() - Method in class com.gooddata.sdk.model.md.NestedAttribute
 
getDisplayFormUri() - Method in class com.gooddata.sdk.model.md.dashboard.filter.AttributeFilterReference
 
getDomainMismatchEmails() - Method in class com.gooddata.sdk.model.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.sdk.model.md.report.Report
 
getDownloadParams() - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution
 
getDrillAcrossStepAttributeDisplayFormUri() - Method in class com.gooddata.sdk.model.md.report.MetricElement
 
getDrillDownStepDisplayFormUri() - Method in class com.gooddata.sdk.model.md.NestedAttribute.Content
 
getDrillDownStepDisplayFormUri() - Method in class com.gooddata.sdk.model.md.NestedAttribute
 
getDriver() - Method in class com.gooddata.sdk.model.project.Project
 
getDwDefinitionUri() - Method in class com.gooddata.sdk.model.projecttemplate.Template
Deprecated.
 
getElement() - Method in class com.gooddata.sdk.model.executeafm.resultspec.AttributeLocatorItem
 
getElements() - Method in interface com.gooddata.sdk.model.executeafm.afm.filter.AttributeFilterElements
Elements the filter refers to.
getElements() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.SimpleAttributeFilterElements
Deprecated.
 
getElements() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.UriAttributeFilterElements
 
getElements() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.ValueAttributeFilterElements
 
getElements() - Method in class com.gooddata.sdk.model.md.AttributeElements
 
getElements() - Method in class com.gooddata.sdk.model.md.DisplayForm.Links
 
getElementsUri() - Method in class com.gooddata.sdk.model.md.DisplayForm
 
getEmail() - Method in class com.gooddata.sdk.model.account.Account
 
getEmail() - Method in class com.gooddata.sdk.model.project.Invitation
 
getEmail() - Method in class com.gooddata.sdk.model.project.User
 
getEntries() - Method in class com.gooddata.sdk.model.gdc.LinkEntries
 
getEntries() - Method in class com.gooddata.sdk.model.md.Query
 
getEntries() - Method in class com.gooddata.sdk.model.md.UseManyEntries
 
getEnvironment() - Method in class com.gooddata.sdk.model.project.Project
 
getEnvironment() - Method in class com.gooddata.sdk.model.warehouse.Warehouse
 
getError() - Method in class com.gooddata.sdk.model.dataload.processes.ProcessExecutionDetail
 
getEventStoresUri() - Method in class com.gooddata.sdk.model.project.Project
 
getExecutable() - Method in class com.gooddata.sdk.model.dataload.processes.ProcessExecution
 
getExecutable() - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
getExecutables() - Method in class com.gooddata.sdk.model.dataload.processes.DataloadProcess
 
getExecuteUri() - Method in class com.gooddata.sdk.model.project.Project
 
getExecutionContext() - Method in class com.gooddata.sdk.model.md.DashboardAttachment
 
getExecutionResultUri() - Method in class com.gooddata.sdk.model.executeafm.response.ExecutionResponse
Uri referencing the data result location.
getExecutionsUri() - Method in class com.gooddata.sdk.model.dataload.processes.DataloadProcess
 
getExecutionsUri() - Method in class com.gooddata.sdk.model.dataload.processes.ProcessExecution
 
getExecutionsUri() - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
getExecutionUri() - Method in class com.gooddata.sdk.model.dataload.processes.ProcessExecutionDetail
 
getExplainUri() - Method in class com.gooddata.sdk.model.md.report.ReportDefinition
 
getExportOptions() - Method in class com.gooddata.sdk.model.md.ReportAttachment
Options which modify default export behavior.
getExpression() - Method in class com.gooddata.sdk.model.md.DisplayForm.Content
 
getExpression() - Method in class com.gooddata.sdk.model.md.DisplayForm
 
getExpression() - Method in class com.gooddata.sdk.model.md.Metric
 
getExpression() - Method in class com.gooddata.sdk.model.md.report.Filter
 
getExpression() - Method in class com.gooddata.sdk.model.notification.MessageTemplate
 
getExpression() - Method in class com.gooddata.sdk.model.notification.TriggerCondition
 
getExpressions() - Method in class com.gooddata.sdk.model.md.Fact
 
getFacts() - Method in class com.gooddata.sdk.model.md.Dataset
 
getFailed() - Method in class com.gooddata.sdk.model.project.ProjectUsersUpdateResult
 
getFile() - Method in class com.gooddata.sdk.model.dataset.DatasetManifest
 
getFilterContextUri() - Method in class com.gooddata.sdk.model.md.dashboard.KpiAlert
 
getFilters() - Method in class com.gooddata.sdk.model.executeafm.afm.Afm
 
getFilters() - Method in class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
 
getFilters() - Method in class com.gooddata.sdk.model.executeafm.VisualizationExecution
 
getFilters() - Method in class com.gooddata.sdk.model.md.dashboard.filter.DashboardFilterContext
 
getFilters() - Method in class com.gooddata.sdk.model.md.report.ReportDefinitionContent
 
getFilters() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
getFiltersContextUri() - Method in class com.gooddata.sdk.model.md.dashboard.AnalyticalDashboard
 
getFinished() - Method in class com.gooddata.sdk.model.connector.IntegrationProcessStatus
 
getFinished() - Method in class com.gooddata.sdk.model.dataload.processes.ProcessExecutionDetail
 
getFirstName() - Method in class com.gooddata.sdk.model.account.Account
 
getFirstName() - Method in class com.gooddata.sdk.model.project.User
 
getFk() - Method in class com.gooddata.sdk.model.md.NestedAttribute.Content
 
getFlags() - Method in class com.gooddata.sdk.model.md.AbstractObj
 
getFlags() - Method in class com.gooddata.sdk.model.md.Meta
 
getFolders() - Method in class com.gooddata.sdk.model.md.Fact
URIs of folders containing this object
getFolders() - Method in class com.gooddata.sdk.model.md.Metric
URIs of folders containing this object
getFolders() - Method in class com.gooddata.sdk.model.md.NestedAttribute.Content
 
getFolders() - Method in class com.gooddata.sdk.model.md.NestedAttribute
URIs of folders containing this object
getForeignKeys() - Method in class com.gooddata.sdk.model.md.NestedAttribute
 
getFormat() - Method in class com.gooddata.sdk.model.executeafm.afm.MeasureItem
 
getFormat() - Method in class com.gooddata.sdk.model.executeafm.response.MeasureHeaderItem
 
getFormat() - Method in class com.gooddata.sdk.model.md.Metric
 
getFormat() - Method in class com.gooddata.sdk.model.md.report.GridReportDefinitionContent
 
getFormat() - Method in class com.gooddata.sdk.model.md.report.MetricElement
 
getFormat() - Method in class com.gooddata.sdk.model.md.report.OneNumberReportDefinitionContent
 
getFormat() - Method in class com.gooddata.sdk.model.md.report.ReportDefinition
 
getFormat() - Method in class com.gooddata.sdk.model.md.report.ReportDefinitionContent
 
getFormats() - Method in class com.gooddata.sdk.model.md.ReportAttachment
 
getFormOf() - Method in class com.gooddata.sdk.model.executeafm.response.AttributeHeader
 
getFormOf() - Method in class com.gooddata.sdk.model.md.DisplayForm.Content
 
getFormOf() - Method in class com.gooddata.sdk.model.md.DisplayForm
 
getFrom() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.AbsoluteDateFilter
 
getFrom() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RangeCondition
 
getFrom() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RelativeDateFilter
 
getFrom() - Method in class com.gooddata.sdk.model.md.dashboard.filter.DashboardDateFilter
Returns from value of date filter interval.
getGrain() - Method in class com.gooddata.sdk.model.md.NestedAttribute.Content
 
getGrain() - Method in class com.gooddata.sdk.model.md.NestedAttribute
 
getGrantedPermissions() - Method in class com.gooddata.sdk.model.project.Role
Returns names of granted permissions.
getGranularity() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RelativeDateFilter
 
getGranularity() - Method in class com.gooddata.sdk.model.md.dashboard.filter.DashboardDateFilter
 
getGrid() - Method in class com.gooddata.sdk.model.md.report.ReportDefinition
 
getGrid() - Method in class com.gooddata.sdk.model.md.report.ReportDefinitionContent
 
getGroupsUri() - Method in class com.gooddata.sdk.model.project.Project
 
getGuidedNavigation() - Method in class com.gooddata.sdk.model.project.Project
 
getHeaderItems() - Method in class com.gooddata.sdk.model.executeafm.result.ExecutionResult
 
getHeaders() - Method in class com.gooddata.sdk.model.executeafm.response.ResultDimension
 
getHidden() - Method in class com.gooddata.sdk.model.projecttemplate.Template
Deprecated.
 
getHiddenParams() - Method in class com.gooddata.sdk.model.dataload.processes.ProcessExecution
 
getHomeUri() - Method in class com.gooddata.sdk.model.gdc.RootLinks
Get GoodData API root URI string
getHost() - Method in class com.gooddata.sdk.model.auditevent.AccessLog
 
getIcon() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationClass
 
getIconSelected() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationClass
 
getId() - Method in class com.gooddata.sdk.model.account.Account
 
getId() - Method in class com.gooddata.sdk.model.auditevent.AccessLog
 
getId() - Method in class com.gooddata.sdk.model.auditevent.AuditEvent
 
getId() - Method in class com.gooddata.sdk.model.connector.IntegrationProcessStatus
 
getId() - Method in class com.gooddata.sdk.model.connector.Reload
 
getId() - Method in class com.gooddata.sdk.model.dataload.processes.DataloadProcess
 
getId() - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
getId() - Method in class com.gooddata.sdk.model.md.AbstractObj
Returns internally generated ID of the object (that's part of the object URI).
getId() - Method in class com.gooddata.sdk.model.md.Entry
Returns internally generated ID of the object (that's part of the object URI).
getId() - Method in class com.gooddata.sdk.model.md.Meta
Returns internally generated ID of the object (that's part of the object URI).
getId() - Method in class com.gooddata.sdk.model.project.Project
 
getId() - Method in class com.gooddata.sdk.model.warehouse.Warehouse
 
getId() - Method in class com.gooddata.sdk.model.warehouse.WarehouseUser
 
getId(String) - Static method in class com.gooddata.sdk.model.account.Account
Extract Account's ID from Account's URI
getIdentifier() - Method in class com.gooddata.sdk.model.executeafm.IdentifierObjQualifier
 
getIdentifier() - Method in class com.gooddata.sdk.model.executeafm.response.AttributeHeader
Metadata identifier of attribute's display form
getIdentifier() - Method in class com.gooddata.sdk.model.executeafm.response.AttributeInHeader
 
getIdentifier() - Method in class com.gooddata.sdk.model.executeafm.response.MeasureHeaderItem
 
getIdentifier() - Method in class com.gooddata.sdk.model.gdc.AboutLinks.Link
 
getIdentifier() - Method in class com.gooddata.sdk.model.md.AbstractObj
Returns user-specified identifier of the object.
getIdentifier() - Method in class com.gooddata.sdk.model.md.Entry
Returns user-specified identifier of the object.
getIdentifier() - Method in class com.gooddata.sdk.model.md.Meta
Returns user-specified identifier of the object.
getIdentifier() - Method in class com.gooddata.sdk.model.md.ProjectDashboard.Tab
 
getIdentifier() - Method in class com.gooddata.sdk.model.project.Role
 
getIdentifiers() - Method in class com.gooddata.sdk.model.md.IdentifierToUri
 
getIds() - Method in class com.gooddata.sdk.model.project.ProjectValidationResultGdcTimeElParam
 
getIds() - Method in class com.gooddata.sdk.model.project.ProjectValidationResultSliElParam
 
getIgnoreDashboardFilters() - Method in class com.gooddata.sdk.model.md.dashboard.Kpi
 
getIn() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.PositiveAttributeFilter
 
getIncremental() - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution
 
getInstance() - Method in class com.gooddata.sdk.model.gdc.AboutLinks
 
getInstanceUri() - Method in class com.gooddata.sdk.model.warehouse.WarehouseSchema
 
getIntegrationUri() - Method in class com.gooddata.sdk.model.connector.Reload
 
getInvitations() - Method in class com.gooddata.sdk.model.project.Invitations
 
getInvitationsUri() - Method in class com.gooddata.sdk.model.project.Project
 
getInvitationUris() - Method in class com.gooddata.sdk.model.project.CreatedInvitations
List of successful invitations
getIpWhitelist() - Method in class com.gooddata.sdk.model.account.Account
 
getItem() - Method in class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
 
getItemById(String) - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
Method to get uri to requested local identifier from reference items
getItemIdentifiers() - Method in class com.gooddata.sdk.model.executeafm.resultspec.Dimension
 
getItems() - Method in class com.gooddata.sdk.model.dataload.processes.DataloadProcesses
 
getItems() - Method in class com.gooddata.sdk.model.executeafm.response.MeasureGroupHeader
Header items for particular measures
getItems() - Method in class com.gooddata.sdk.model.md.BulkGet
 
getItems() - Method in class com.gooddata.sdk.model.md.BulkGetUris
 
getItems() - Method in class com.gooddata.sdk.model.md.visualization.Bucket
 
getKey() - Method in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItem
Get unique key/name of config item.
getKpiUri() - Method in class com.gooddata.sdk.model.md.dashboard.KpiAlert
 
getLastFinishedProcess() - Method in class com.gooddata.sdk.model.connector.Integration
 
getLastName() - Method in class com.gooddata.sdk.model.account.Account
 
getLastName() - Method in class com.gooddata.sdk.model.project.User
 
getLastSuccessfulProcess() - Method in class com.gooddata.sdk.model.connector.Integration
 
getLastUploadUri() - Method in class com.gooddata.sdk.model.dataset.UploadsInfo.DataSet
 
getLastUriPart(String) - Static method in class com.gooddata.sdk.model.util.UriHelper
Parses the last part of the URI (substring after last '/' sign).
getLdmExpression() - Method in class com.gooddata.sdk.model.md.DisplayForm.Content
 
getLdmExpression() - Method in class com.gooddata.sdk.model.md.DisplayForm
 
getLdmThumbnailUri() - Method in class com.gooddata.sdk.model.project.Project
 
getLdmUri() - Method in class com.gooddata.sdk.model.project.Project
 
getLength() - Method in class com.gooddata.sdk.model.md.DataLoadingColumn
 
getLevel() - Method in class com.gooddata.sdk.model.project.ProjectValidationResult
 
getLicense() - Method in class com.gooddata.sdk.model.warehouse.Warehouse
 
getLimitsQueryParam() - Method in class com.gooddata.sdk.model.executeafm.ResultPage
 
getLine() - Method in class com.gooddata.sdk.model.md.MaqlAst.MaqlAstPosition
 
getLinkedDisplayFormUri() - Method in class com.gooddata.sdk.model.md.NestedAttribute.Content
 
getLinkedDisplayFormUri() - Method in class com.gooddata.sdk.model.md.NestedAttribute
 
getLinks() - Method in class com.gooddata.sdk.model.auditevent.AuditEvent
 
getLinks() - Method in class com.gooddata.sdk.model.connector.Reload
 
getLinks() - Method in class com.gooddata.sdk.model.dataload.OutputStage
 
getLinks() - Method in class com.gooddata.sdk.model.dataload.processes.ScheduleExecution
 
getLinks() - Method in class com.gooddata.sdk.model.executeafm.response.ExecutionResponse
Map of response's links.
getLinks() - Method in class com.gooddata.sdk.model.gdc.AboutLinks
 
getLinks() - Method in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItem
 
getLinks() - Method in class com.gooddata.sdk.model.lcm.LcmEntity
 
getLinks() - Method in class com.gooddata.sdk.model.project.User
 
getLinks() - Method in class com.gooddata.sdk.model.warehouse.Warehouse
 
getLinks() - Method in class com.gooddata.sdk.model.warehouse.WarehouseSchema
 
getLinks() - Method in class com.gooddata.sdk.model.warehouse.WarehouseUser
 
getLocalIdentifier() - Method in class com.gooddata.sdk.model.executeafm.afm.AttributeItem
 
getLocalIdentifier() - Method in interface com.gooddata.sdk.model.executeafm.afm.LocallyIdentifiable
 
getLocalIdentifier() - Method in class com.gooddata.sdk.model.executeafm.afm.MeasureItem
 
getLocalIdentifier() - Method in class com.gooddata.sdk.model.executeafm.LocalIdentifierQualifier
 
getLocalIdentifier() - Method in class com.gooddata.sdk.model.executeafm.response.AttributeHeader
Local identifier referencing header's AttributeItem within Afm
getLocalIdentifier() - Method in class com.gooddata.sdk.model.executeafm.response.MeasureHeaderItem
Local identifier, referencing the MeasureItem in Afm
getLocalIdentifier() - Method in class com.gooddata.sdk.model.md.visualization.Bucket
 
getLocators() - Method in class com.gooddata.sdk.model.executeafm.resultspec.MeasureSortItem
 
getLocked() - Method in class com.gooddata.sdk.model.md.Entry
 
getLogin() - Method in class com.gooddata.sdk.model.account.Account
 
getLogin() - Method in class com.gooddata.sdk.model.project.User
 
getLogin() - Method in class com.gooddata.sdk.model.warehouse.WarehouseUser
 
getLoginUri() - Method in class com.gooddata.sdk.model.gdc.RootLinks
Get authentication service URI string
getLogUri() - Method in class com.gooddata.sdk.model.dataload.processes.ProcessExecutionDetail
 
getLookup() - Method in class com.gooddata.sdk.model.dataset.EtlMode
 
getManifests() - Method in class com.gooddata.sdk.model.dataset.DatasetManifests
 
getManifestsUris() - Method in class com.gooddata.sdk.model.projecttemplate.Template
Deprecated.
 
getMaql() - Method in class com.gooddata.sdk.model.gdc.AbstractMaql
 
getMaqlAst() - Method in class com.gooddata.sdk.model.md.Metric
 
getMaqlChunks() - Method in class com.gooddata.sdk.model.project.model.ModelDiff.UpdateScript
Returns MAQL strings.
getMdDefinitionUri() - Method in class com.gooddata.sdk.model.projecttemplate.Template
Deprecated.
 
getMeasure() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.MeasureValueFilter
 
getMeasure(String) - Method in class com.gooddata.sdk.model.executeafm.afm.Afm
Find MeasureItem within measures by given localIdentifier
getMeasure(String) - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
Get measure by local identifier or null if not found
getMeasureIdentifier() - Method in class com.gooddata.sdk.model.executeafm.afm.DerivedMeasureDefinition
The local identifier of the master measure this derived measure refers to.
getMeasureIdentifier() - Method in class com.gooddata.sdk.model.executeafm.afm.NativeTotalItem
internal identifier of measure in AFM, on which is total defined
getMeasureIdentifier() - Method in class com.gooddata.sdk.model.executeafm.resultspec.MeasureLocatorItem
 
getMeasureIdentifier() - Method in class com.gooddata.sdk.model.executeafm.resultspec.TotalItem
internal measure identifier in AFM, on which is total defined
getMeasureIdentifiers() - Method in class com.gooddata.sdk.model.executeafm.afm.ArithmeticMeasureDefinition
get local identifiers of used measures
getMeasures() - Method in class com.gooddata.sdk.model.executeafm.afm.Afm
 
getMeasures() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RankingFilter
 
getMeasures() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
getMessage() - Method in class com.gooddata.sdk.model.dataset.TaskState
 
getMessage() - Method in class com.gooddata.sdk.model.dataset.Upload
 
getMessage() - Method in class com.gooddata.sdk.model.executeafm.result.Warning
 
getMessage() - Method in class com.gooddata.sdk.model.project.ProjectValidationResult
 
getMessages() - Method in class com.gooddata.sdk.model.gdc.TaskStatus
 
getMeta() - Method in class com.gooddata.sdk.model.notification.Channel
 
getMeta() - Method in class com.gooddata.sdk.model.notification.Subscription
 
getMeta() - Method in class com.gooddata.sdk.model.project.Invitation
 
getMeta() - Method in class com.gooddata.sdk.model.projecttemplate.Template
Deprecated.
 
getMetadataUri() - Method in class com.gooddata.sdk.model.gdc.RootLinks
Get metadata resources URI string
getMetadataUri() - Method in class com.gooddata.sdk.model.project.Project
 
getMethod() - Method in class com.gooddata.sdk.model.auditevent.AccessLog
 
getMetrics() - Method in class com.gooddata.sdk.model.md.report.Grid
 
getMetricUri() - Method in class com.gooddata.sdk.model.md.dashboard.Kpi
 
getMode() - Method in class com.gooddata.sdk.model.dataset.EtlMode
 
getMode() - Method in class com.gooddata.sdk.model.md.Dataset
 
getName() - Method in enum com.gooddata.sdk.model.connector.ConnectorType
 
getName() - Method in class com.gooddata.sdk.model.dataload.processes.DataloadProcess
 
getName() - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
getName() - Method in enum com.gooddata.sdk.model.dataset.EtlModeType
 
getName() - Method in enum com.gooddata.sdk.model.dataset.LookupMode
 
getName() - Method in class com.gooddata.sdk.model.executeafm.response.AttributeHeader
Header name, an attribute's display form title, or specified alias.
getName() - Method in class com.gooddata.sdk.model.executeafm.response.AttributeInHeader
 
getName() - Method in class com.gooddata.sdk.model.executeafm.response.MeasureHeaderItem
Header name, can be measure title, or specified alias
getName() - Method in class com.gooddata.sdk.model.executeafm.response.TotalHeaderItem
 
getName() - Method in class com.gooddata.sdk.model.executeafm.result.ResultHeaderItem
 
getName() - Method in class com.gooddata.sdk.model.export.ClientExport
 
getName() - Method in class com.gooddata.sdk.model.featureflag.FeatureFlag
Deprecated.
 
getName() - Method in class com.gooddata.sdk.model.featureflag.ProjectFeatureFlag
Deprecated.
 
getName() - Method in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItem
Get unique key/name of config item.
getName() - Method in enum com.gooddata.sdk.model.hierarchicalconfig.SourceType
 
getName() - Method in class com.gooddata.sdk.model.md.DataLoadingColumn
 
getName() - Method in class com.gooddata.sdk.model.project.ProjectValidationResultObjectParam
 
getName() - Method in class com.gooddata.sdk.model.warehouse.WarehouseSchema
 
getNativeTotals() - Method in class com.gooddata.sdk.model.executeafm.afm.Afm
 
getNextExecutionTime() - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
getNotIn() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.NegativeAttributeFilter
 
getNullValue(DeserializationContext) - Method in class com.gooddata.sdk.model.executeafm.result.Data.DataDeserializer
 
getObjQualifier() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.AttributeFilter
 
getObjQualifier() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.DateFilter
 
getObjQualifier() - Method in interface com.gooddata.sdk.model.executeafm.afm.filter.FilterItem
Get qualifier of Obj to which the filter relates.
getObjQualifiers() - Method in class com.gooddata.sdk.model.executeafm.afm.ArithmeticMeasureDefinition
no qualifiers are used, only local identifiers are used see ArithmeticMeasureDefinition.getOperator()
getObjQualifiers() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RankingFilter
Returns all the qualifiers used by the ranking filter.
getObjQualifiers() - Method in interface com.gooddata.sdk.model.executeafm.afm.MeasureDefinition
Returns all the qualifiers used by the measure definition and its encapsulated objects.
getObjQualifiers() - Method in class com.gooddata.sdk.model.executeafm.afm.OverPeriodMeasureDefinition
 
getObjQualifiers() - Method in class com.gooddata.sdk.model.executeafm.afm.PopMeasureDefinition
Deprecated.
 
getObjQualifiers() - Method in class com.gooddata.sdk.model.executeafm.afm.PreviousPeriodMeasureDefinition
 
getObjQualifiers() - Method in class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
 
getOccurred() - Method in class com.gooddata.sdk.model.auditevent.AccessLog
 
getOccurred() - Method in class com.gooddata.sdk.model.auditevent.AuditEvent
the time the event occurred
getOffset() - Method in class com.gooddata.sdk.model.executeafm.result.Paging
 
getOffsetsQueryParam() - Method in class com.gooddata.sdk.model.executeafm.ResultPage
 
getOneNumber() - Method in class com.gooddata.sdk.model.md.report.OneNumberReportDefinitionContent
 
getOperator() - Method in class com.gooddata.sdk.model.executeafm.afm.ArithmeticMeasureDefinition
get used operator
getOperator() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.ComparisonCondition
 
getOperator() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RangeCondition
 
getOperator() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RankingFilter
Get operator as an enum constant for easier programmatic access.
getOperatorAsString() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RankingFilter
Get operator as a string representation of the RankingFilterOperator enum constant as it was parsed from the JSON.
getOrder() - Method in class com.gooddata.sdk.model.executeafm.result.ResultMeasureHeaderItem
 
getOrderIndex() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationClass
 
getOutputStageDiffUri() - Method in class com.gooddata.sdk.model.dataload.OutputStage
 
getOutputStagePrefix() - Method in class com.gooddata.sdk.model.dataload.OutputStage
get output stage prefix
getPaging() - Method in class com.gooddata.sdk.model.executeafm.result.ExecutionResult
 
getParallelBatchSeconds() - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution.DownloadParams
 
getParallelWorkers() - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution.DownloadParams
 
getParameters() - Method in class com.gooddata.sdk.model.executeafm.result.Warning
 
getParameters() - Method in class com.gooddata.sdk.model.notification.ProjectEvent
 
getParams() - Method in class com.gooddata.sdk.model.auditevent.AuditEvent
 
getParams() - Method in class com.gooddata.sdk.model.dataload.processes.ProcessExecution
 
getParams() - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
getParams() - Method in class com.gooddata.sdk.model.project.ProjectValidationResult
 
getParts() - Method in class com.gooddata.sdk.model.dataset.DatasetManifest
 
getPassword() - Method in class com.gooddata.sdk.model.account.Account
 
getPath() - Method in class com.gooddata.sdk.model.auditevent.AccessLog
 
getPath() - Method in class com.gooddata.sdk.model.dataload.processes.DataloadProcess
 
getPeriodsAgo() - Method in class com.gooddata.sdk.model.executeafm.afm.OverPeriodDateAttribute
The number of periods defined by the attribute about which this period will be shifted about.
getPeriodsAgo() - Method in class com.gooddata.sdk.model.executeafm.afm.PreviousPeriodDateDataSet
The number of periods defined by the matching date filter which this period will be shifted about.
getPermissions() - Method in class com.gooddata.sdk.model.project.Role
Returns set of permission names this role can have granted.
getPhoneNumber() - Method in class com.gooddata.sdk.model.project.User
 
getPk() - Method in class com.gooddata.sdk.model.md.NestedAttribute.Content
 
getPollUri() - Method in class com.gooddata.sdk.model.dataload.processes.ProcessExecutionTask
 
getPollUri() - Method in class com.gooddata.sdk.model.dataset.PullTask
 
getPollUri() - Method in class com.gooddata.sdk.model.gdc.TaskStatus
 
getPollUri() - Method in class com.gooddata.sdk.model.warehouse.WarehouseTask
 
getPopAttribute() - Method in class com.gooddata.sdk.model.executeafm.afm.PopMeasureDefinition
Deprecated.
 
getPopulates() - Method in class com.gooddata.sdk.model.dataset.DatasetManifest.Part
 
getPosition() - Method in class com.gooddata.sdk.model.md.MaqlAst
 
getPrecision() - Method in class com.gooddata.sdk.model.md.DataLoadingColumn
 
getPrimaryKeys() - Method in class com.gooddata.sdk.model.md.NestedAttribute
 
getProcessedAt() - Method in class com.gooddata.sdk.model.dataset.Upload
 
getProcessId() - Method in class com.gooddata.sdk.model.connector.Reload
 
getProcessId() - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
getProcessLastDeployedBy() - Method in class com.gooddata.sdk.model.dataload.processes.ScheduleExecution
 
getProcessUri() - Method in class com.gooddata.sdk.model.connector.Reload
 
getProfile() - Method in class com.gooddata.sdk.model.warehouse.WarehouseUser
 
getProgress() - Method in class com.gooddata.sdk.model.dataset.Upload
 
getProjectId() - Method in class com.gooddata.sdk.model.lcm.LcmEntity
 
getProjects() - Method in class com.gooddata.sdk.model.project.Projects
Deprecated.
use Page.getPageItems() or other methods from Page. Deprecated since version 3.0.0. Will be removed in one of future versions.
getProjectsUri() - Method in class com.gooddata.sdk.model.account.Account
 
getProjectsUri() - Method in class com.gooddata.sdk.model.gdc.RootLinks
Get user and project management resource URI string
getProjectTemplate() - Method in class com.gooddata.sdk.model.connector.Integration
 
getProjectTitle() - Method in class com.gooddata.sdk.model.lcm.LcmEntity
 
getProjectUri() - Method in class com.gooddata.sdk.model.lcm.LcmEntity
 
getProperties() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
getPublicArtifactsUri() - Method in class com.gooddata.sdk.model.project.Project
 
getRecorded() - Method in class com.gooddata.sdk.model.auditevent.AccessLog
 
getRecorded() - Method in class com.gooddata.sdk.model.auditevent.AuditEvent
the time event was recorded by audit system
getRecoverable() - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution
 
getRecoveryInProgress() - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution
 
getRecurrency() - Method in class com.gooddata.sdk.model.md.ScheduledMailWhen
 
getReference() - Method in class com.gooddata.sdk.model.executeafm.VisualizationExecution
 
getReferenceItems() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
getReferenceKey() - Method in class com.gooddata.sdk.model.dataset.DatasetManifest.Part
 
getRelations() - Method in class com.gooddata.sdk.model.md.NestedAttribute.Content
 
getRelations() - Method in class com.gooddata.sdk.model.md.NestedAttribute
 
getReload() - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution
 
getRemoteDir() - Method in class com.gooddata.sdk.model.dataset.Pull
 
getReportDefinitionUri() - Method in class com.gooddata.sdk.model.export.ExecuteReportDefinition
 
getReportExporterUri() - Method in class com.gooddata.sdk.model.gdc.RootLinks
Get report exporting resource URI string
getReportUri() - Method in class com.gooddata.sdk.model.export.ExecuteReport
 
getReschedule() - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
Duration after a failed execution of the schedule is executed again
getRescheduleInMinutes() - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
Duration after a failed execution of the schedule is executed again
getResults() - Method in class com.gooddata.sdk.model.project.ProjectValidationResults
Get validation results, describing output of all validations executed.
getResultSpec() - Method in class com.gooddata.sdk.model.executeafm.Execution
 
getResultSpec() - Method in class com.gooddata.sdk.model.executeafm.VisualizationExecution
 
getRole() - Method in class com.gooddata.sdk.model.warehouse.WarehouseUser
 
getRoleName() - Method in enum com.gooddata.sdk.model.warehouse.WarehouseUserRole
 
getRoles() - Method in class com.gooddata.sdk.model.project.Roles
 
getRolesUri() - Method in class com.gooddata.sdk.model.project.Project
 
getRows() - Method in class com.gooddata.sdk.model.md.report.Grid
 
getRunningProcess() - Method in class com.gooddata.sdk.model.connector.Integration
 
getSchedulesUri() - Method in class com.gooddata.sdk.model.project.Project
 
getSchemaUri() - Method in class com.gooddata.sdk.model.dataload.OutputStage
get datawarehouse schema uri WarehouseSchema
getSegment() - Method in class com.gooddata.sdk.model.lcm.LcmEntityFilter
 
getSegment() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
getSegmentId() - Method in class com.gooddata.sdk.model.lcm.LcmEntity
 
getSegmentUri() - Method in class com.gooddata.sdk.model.lcm.LcmEntity
 
getSelfLink() - Method in class com.gooddata.sdk.model.account.SeparatorSettings
 
getSettingsUrl() - Method in enum com.gooddata.sdk.model.connector.ConnectorType
 
getSimpleMeasures() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
getSize() - Method in class com.gooddata.sdk.model.auditevent.AccessLog
 
getSize() - Method in class com.gooddata.sdk.model.dataset.Upload
 
getSort() - Method in class com.gooddata.sdk.model.md.NestedAttribute.Content
 
getSort() - Method in class com.gooddata.sdk.model.md.NestedAttribute
 
getSort() - Method in class com.gooddata.sdk.model.md.report.Grid
 
getSorts() - Method in class com.gooddata.sdk.model.executeafm.resultspec.ResultSpec
 
getSource() - Method in class com.gooddata.sdk.model.dataset.DatasetManifest
 
getSource() - Method in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItem
 
getSourceType() - Method in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItem
Conversion method from source to SourceType enum.
getSourceUri() - Method in class com.gooddata.sdk.model.dataload.processes.DataloadProcess
 
getStack() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
getStartDate() - Method in class com.gooddata.sdk.model.md.ScheduledMailWhen
 
getStarted() - Method in class com.gooddata.sdk.model.connector.IntegrationProcessStatus
 
getStarted() - Method in class com.gooddata.sdk.model.dataload.processes.ProcessExecutionDetail
 
getStartTimes() - Method in class com.gooddata.sdk.model.connector.Reload
 
getStartTimes() - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution
 
getState() - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
getState() - Method in class com.gooddata.sdk.model.project.Project
 
getStatus() - Method in class com.gooddata.sdk.model.connector.IntegrationProcessStatus
 
getStatus() - Method in class com.gooddata.sdk.model.connector.Reload
 
getStatus() - Method in class com.gooddata.sdk.model.dataload.processes.ProcessExecutionDetail
 
getStatus() - Method in class com.gooddata.sdk.model.dataload.processes.ScheduleExecution
 
getStatus() - Method in class com.gooddata.sdk.model.dataset.TaskState
 
getStatus() - Method in class com.gooddata.sdk.model.dataset.Upload
 
getStatus() - Method in class com.gooddata.sdk.model.gdc.TaskStatus
 
getStatus() - Method in class com.gooddata.sdk.model.project.User
 
getStatus() - Method in class com.gooddata.sdk.model.warehouse.Warehouse
 
getStatusUri() - Method in class com.gooddata.sdk.model.md.maintenance.PartialMdArtifact
 
getStatusUri() - Method in class com.gooddata.sdk.model.project.model.MaqlDdlLinks
 
getStringOperator() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.ComparisonCondition
 
getStringOperator() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RangeCondition
 
getStringTotals() - Method in class com.gooddata.sdk.model.md.report.AttributeInGrid
 
getSubject() - Method in class com.gooddata.sdk.model.md.ScheduledMail
 
getSubjectTemplate() - Method in class com.gooddata.sdk.model.notification.Subscription
 
getSuccessful() - Method in class com.gooddata.sdk.model.project.ProjectUsersUpdateResult
 
getSummary() - Method in class com.gooddata.sdk.model.gdc.AboutLinks
 
getSummary() - Method in class com.gooddata.sdk.model.gdc.AboutLinks.Link
 
getSummary() - Method in class com.gooddata.sdk.model.md.AbstractObj
 
getSummary() - Method in class com.gooddata.sdk.model.md.Entry
 
getSummary() - Method in class com.gooddata.sdk.model.md.Meta
 
getSummary() - Method in class com.gooddata.sdk.model.md.Query
 
getSummary() - Method in class com.gooddata.sdk.model.project.Project
 
getSynchronizeLength() - Method in class com.gooddata.sdk.model.md.DataLoadingColumn
 
getSynchronizePrecision() - Method in class com.gooddata.sdk.model.md.DataLoadingColumn
 
getSynchronizeType() - Method in class com.gooddata.sdk.model.md.DataLoadingColumn
 
getSyncTime() - Method in class com.gooddata.sdk.model.connector.Zendesk4Settings
 
getSyncTimeZone() - Method in class com.gooddata.sdk.model.connector.Zendesk4Settings
 
getTabByName(String) - Method in class com.gooddata.sdk.model.md.ProjectDashboard
Returns dashboard tab with the given tab name.
getTableUri() - Method in class com.gooddata.sdk.model.md.Column
 
getTabs() - Method in class com.gooddata.sdk.model.md.DashboardAttachment
 
getTabs() - Method in class com.gooddata.sdk.model.md.ProjectDashboard
 
getTags() - Method in class com.gooddata.sdk.model.md.AbstractObj
 
getTags() - Method in class com.gooddata.sdk.model.md.Entry
 
getTags() - Method in class com.gooddata.sdk.model.md.Meta
 
getTargetModel() - Method in class com.gooddata.sdk.model.project.model.DiffRequest
Returns desired target state of project model
getTemplate() - Method in class com.gooddata.sdk.model.notification.Subscription
 
getTemplates() - Method in class com.gooddata.sdk.model.projecttemplate.Templates
Deprecated.
 
getTemplatesInfo() - Method in class com.gooddata.sdk.model.project.ProjectTemplates
 
getTemplatesUri() - Method in class com.gooddata.sdk.model.gdc.RootLinks
Get template resource URI string
getTemplatesUri() - Method in class com.gooddata.sdk.model.project.Project
 
getThousand() - Method in class com.gooddata.sdk.model.account.SeparatorSettings
 
getThreshold() - Method in class com.gooddata.sdk.model.md.dashboard.KpiAlert
 
getTies() - Method in class com.gooddata.sdk.model.md.Dataset
 
getTimezone() - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
getTimeZone() - Method in class com.gooddata.sdk.model.md.ScheduledMailWhen
 
getTitle() - Method in class com.gooddata.sdk.model.gdc.AboutLinks.Link
 
getTitle() - Method in class com.gooddata.sdk.model.md.AbstractObj
 
getTitle() - Method in class com.gooddata.sdk.model.md.AttributeElement
 
getTitle() - Method in class com.gooddata.sdk.model.md.Entry
 
getTitle() - Method in class com.gooddata.sdk.model.md.Meta
 
getTitle() - Method in class com.gooddata.sdk.model.md.ProjectDashboard.Tab
 
getTitle() - Method in class com.gooddata.sdk.model.md.Query
 
getTitle() - Method in class com.gooddata.sdk.model.md.visualization.Measure
 
getTitle() - Method in class com.gooddata.sdk.model.project.Project
 
getTitle() - Method in class com.gooddata.sdk.model.project.Role
 
getTitle() - Method in class com.gooddata.sdk.model.warehouse.Warehouse
 
getTo() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.AbsoluteDateFilter
 
getTo() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RangeCondition
 
getTo() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RelativeDateFilter
 
getTo() - Method in class com.gooddata.sdk.model.md.dashboard.filter.DashboardDateFilter
Returns to value of date filter interval.
getTo() - Method in class com.gooddata.sdk.model.notification.EmailConfiguration
 
getToAddresses() - Method in class com.gooddata.sdk.model.md.ScheduledMail
 
getToken() - Method in class com.gooddata.sdk.model.md.maintenance.ExportProjectToken
 
getToken() - Method in class com.gooddata.sdk.model.md.maintenance.PartialMdArtifact
 
getToken() - Method in class com.gooddata.sdk.model.md.maintenance.PartialMdExportToken
 
getTokenUri() - Method in class com.gooddata.sdk.model.gdc.RootLinks
Get temporary token generator URI string
getToolUri() - Method in class com.gooddata.sdk.model.gdc.RootLinks
Get miscellaneous tool resource URI string
getTotal() - Method in class com.gooddata.sdk.model.executeafm.result.Paging
 
getTotalItems() - Method in class com.gooddata.sdk.model.executeafm.response.AttributeHeader
Totals' headers belonging to the same level as this header.
getTotals() - Method in class com.gooddata.sdk.model.executeafm.result.ExecutionResult
 
getTotals() - Method in class com.gooddata.sdk.model.executeafm.resultspec.Dimension
 
getTotals() - Method in class com.gooddata.sdk.model.md.report.AttributeInGrid
 
getTotalTotals() - Method in class com.gooddata.sdk.model.executeafm.result.ExecutionResult
Gets totals of totals data.
getTotalType() - Method in class com.gooddata.sdk.model.executeafm.resultspec.TotalLocatorItem
 
getTreatNullValuesAs() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.MeasureValueFilterCondition
 
getTrend() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
getTrigger() - Method in class com.gooddata.sdk.model.dataload.processes.ScheduleExecution
 
getTriggerCondition() - Method in class com.gooddata.sdk.model.md.dashboard.KpiAlert
 
getTriggers() - Method in class com.gooddata.sdk.model.notification.Subscription
 
getTriggerScheduleId() - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
getType() - Method in class com.gooddata.sdk.model.auditevent.AuditEvent
 
getType() - Method in class com.gooddata.sdk.model.connector.Zendesk4Settings
 
getType() - Method in class com.gooddata.sdk.model.dataload.processes.DataloadProcess
 
getType() - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
getType() - Method in class com.gooddata.sdk.model.executeafm.response.AttributeHeader
Metadata type of attribute's display form
getType() - Method in class com.gooddata.sdk.model.executeafm.result.ResultTotalHeaderItem
 
getType() - Method in class com.gooddata.sdk.model.executeafm.resultspec.TotalItem
total type
getType() - Method in class com.gooddata.sdk.model.md.Column
 
getType() - Method in class com.gooddata.sdk.model.md.dashboard.filter.DashboardDateFilter
 
getType() - Method in class com.gooddata.sdk.model.md.DataLoadingColumn
 
getType() - Method in class com.gooddata.sdk.model.md.DisplayForm.Content
 
getType() - Method in class com.gooddata.sdk.model.md.DisplayForm
 
getType() - Method in class com.gooddata.sdk.model.md.Expression
 
getType() - Method in class com.gooddata.sdk.model.md.Key
 
getType() - Method in class com.gooddata.sdk.model.md.MaqlAst
 
getType() - Method in class com.gooddata.sdk.model.md.NestedAttribute.Content
 
getType() - Method in class com.gooddata.sdk.model.md.NestedAttribute
 
getType() - Method in class com.gooddata.sdk.model.md.Restriction
 
getType() - Method in class com.gooddata.sdk.model.md.TableDataLoad
 
getType() - Method in class com.gooddata.sdk.model.notification.ProjectEvent
 
getTypes() - Method in class com.gooddata.sdk.model.md.InUseMany
 
getUnlisted() - Method in class com.gooddata.sdk.model.md.Entry
 
getUpdated() - Method in class com.gooddata.sdk.model.dataload.processes.ProcessExecutionDetail
 
getUpdated() - Method in class com.gooddata.sdk.model.md.AbstractObj
 
getUpdated() - Method in class com.gooddata.sdk.model.md.Entry
 
getUpdated() - Method in class com.gooddata.sdk.model.md.Meta
 
getUpdated() - Method in class com.gooddata.sdk.model.project.Project
 
getUpdated() - Method in class com.gooddata.sdk.model.warehouse.Warehouse
 
getUpdatedBy() - Method in class com.gooddata.sdk.model.warehouse.Warehouse
 
getUpdateMaql() - Method in class com.gooddata.sdk.model.project.model.ModelDiff
Returns MAQL DDL update script that should be executed to update the source model to the target state.
getUploadConfigurationUri() - Method in class com.gooddata.sdk.model.md.Dataset
 
getUploadMode() - Method in class com.gooddata.sdk.model.dataset.DatasetManifest.Part
 
getUploadMode() - Method in class com.gooddata.sdk.model.dataset.Upload
 
getUploadsCount(String) - Method in class com.gooddata.sdk.model.dataset.UploadStatistics
Returns count of uploads finished in given status.
getUploadsUri() - Method in class com.gooddata.sdk.model.dataset.UploadsInfo.DataSet
 
getUploadsUri() - Method in class com.gooddata.sdk.model.project.Project
 
getUri() - Method in class com.gooddata.sdk.model.account.Account
 
getUri() - Method in class com.gooddata.sdk.model.connector.IntegrationProcessStatus
 
getUri() - Method in class com.gooddata.sdk.model.connector.Reload
 
getUri() - Method in class com.gooddata.sdk.model.dataload.OutputStage
 
getUri() - Method in class com.gooddata.sdk.model.dataload.processes.AsyncTask
 
getUri() - Method in class com.gooddata.sdk.model.dataload.processes.DataloadProcess
 
getUri() - Method in class com.gooddata.sdk.model.dataload.processes.ProcessExecutionDetail
 
getUri() - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
getUri() - Method in class com.gooddata.sdk.model.dataload.processes.ScheduleExecution
 
getUri() - Method in class com.gooddata.sdk.model.dataset.Upload
 
getUri() - Method in interface com.gooddata.sdk.model.executeafm.afm.MeasureDefinition
Returns the definition in the form of uri of Metric.
getUri() - Method in class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
 
getUri() - Method in interface com.gooddata.sdk.model.executeafm.ObjQualifier
Returns the qualifier in the form of uri.
getUri() - Method in class com.gooddata.sdk.model.executeafm.response.AttributeHeader
Uri of attribute's display form
getUri() - Method in class com.gooddata.sdk.model.executeafm.response.AttributeInHeader
 
getUri() - Method in class com.gooddata.sdk.model.executeafm.response.MeasureHeaderItem
 
getUri() - Method in class com.gooddata.sdk.model.executeafm.result.AttributeHeaderItem
 
getUri() - Method in class com.gooddata.sdk.model.executeafm.UriObjQualifier
 
getUri() - Method in class com.gooddata.sdk.model.featureflag.ProjectFeatureFlag
Deprecated.
 
getUri() - Method in class com.gooddata.sdk.model.gdc.AboutLinks.Link
 
getUri() - Method in class com.gooddata.sdk.model.gdc.AsyncTask
 
getUri() - Method in class com.gooddata.sdk.model.gdc.LinkEntries.LinkEntry
 
getUri() - Method in class com.gooddata.sdk.model.gdc.UriResponse
 
getUri() - Method in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItem
 
getUri() - Method in class com.gooddata.sdk.model.md.AbstractObj
 
getUri() - Method in class com.gooddata.sdk.model.md.Attachment
 
getUri() - Method in class com.gooddata.sdk.model.md.AttributeElement
 
getUri() - Method in class com.gooddata.sdk.model.md.Entry
 
getUri() - Method in class com.gooddata.sdk.model.md.Meta
 
getUri() - Method in interface com.gooddata.sdk.model.md.Obj
 
getUri() - Method in class com.gooddata.sdk.model.md.report.AttributeInGrid
 
getUri() - Method in class com.gooddata.sdk.model.md.report.MetricElement
 
getUri() - Method in class com.gooddata.sdk.model.md.Usage
 
getUri() - Method in class com.gooddata.sdk.model.md.UseManyEntries
 
getUri() - Method in class com.gooddata.sdk.model.project.Project
 
getUri() - Method in class com.gooddata.sdk.model.project.ProjectValidationResultObjectParam
 
getUri() - Method in class com.gooddata.sdk.model.project.Role
 
getUri() - Method in class com.gooddata.sdk.model.projecttemplate.Template
Deprecated.
 
getUri() - Method in class com.gooddata.sdk.model.warehouse.Warehouse
 
getUri() - Method in class com.gooddata.sdk.model.warehouse.WarehouseSchema
 
getUri() - Method in class com.gooddata.sdk.model.warehouse.WarehouseUser
 
getUris() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.UriAttributeFilterElements
 
getUris() - Method in class com.gooddata.sdk.model.md.IdentifiersAndUris
 
getUris() - Method in class com.gooddata.sdk.model.md.InUseMany
 
getUris() - Method in class com.gooddata.sdk.model.md.maintenance.PartialMdExport
 
getUris() - Method in class com.gooddata.sdk.model.md.UriToIdentifier
 
getUrl() - Method in class com.gooddata.sdk.model.export.ClientExport
 
getUrl() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationClass
 
getUrl() - Method in class com.gooddata.sdk.model.project.ProjectTemplate
 
getUrn() - Method in class com.gooddata.sdk.model.project.ProjectTemplate
 
getUrn() - Method in class com.gooddata.sdk.model.projecttemplate.Template
Deprecated.
 
getUseBackup() - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution.DownloadParams
 
getUsedBy() - Method in class com.gooddata.sdk.model.md.Usage
 
getUseMany() - Method in class com.gooddata.sdk.model.md.UseMany
 
getUserIp() - Method in class com.gooddata.sdk.model.auditevent.AccessLog
 
getUserIp() - Method in class com.gooddata.sdk.model.auditevent.AuditEvent
 
getUserLogin() - Method in class com.gooddata.sdk.model.auditevent.AuditEvent
 
getUserRoles() - Method in class com.gooddata.sdk.model.project.User
 
getUserStagingUri() - Method in class com.gooddata.sdk.model.gdc.RootLinks
Get user data staging area URI string
getUsersUri() - Method in class com.gooddata.sdk.model.project.Project
 
getValidation() - Method in class com.gooddata.sdk.model.project.ProjectValidationResult
 
getValidations() - Method in class com.gooddata.sdk.model.project.ProjectValidations
 
getVals() - Method in class com.gooddata.sdk.model.project.ProjectValidationResultSliElParam
 
getValue() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.ComparisonCondition
 
getValue() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.ExpressionFilter
 
getValue() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RankingFilter
 
getValue() - Method in enum com.gooddata.sdk.model.export.ExportFormat
 
getValue() - Method in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItem
 
getValue() - Method in class com.gooddata.sdk.model.md.MaqlAst
 
getValue() - Method in class com.gooddata.sdk.model.md.report.MetricGroup
 
getValue() - Method in class com.gooddata.sdk.model.md.Restriction
 
getValue() - Method in enum com.gooddata.sdk.model.project.ProjectDriver
 
getValue() - Method in class com.gooddata.sdk.model.project.ProjectValidationResultStringParam
 
getValue() - Method in class com.gooddata.sdk.model.project.ProjectValidationType
 
getValue(String) - Method in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItems
Returns value if config item exists, otherwise returns null.
getValues() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.ValueAttributeFilterElements
 
getVerifyPassword() - Method in class com.gooddata.sdk.model.account.Account
 
getVersion() - Method in class com.gooddata.sdk.model.project.ProjectTemplate
 
getVersion() - Method in class com.gooddata.sdk.model.projecttemplate.Template
Deprecated.
 
getView() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
getVisualizationClass() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
getVisualizationClassUri() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
getVisualizationType() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationClass
 
getWarehouseUri() - Method in class com.gooddata.sdk.model.warehouse.WarehouseTask
 
getWarehouseUserUri() - Method in class com.gooddata.sdk.model.warehouse.WarehouseTask
 
getWarningCode() - Method in class com.gooddata.sdk.model.executeafm.result.Warning
 
getWarnings() - Method in class com.gooddata.sdk.model.executeafm.result.ExecutionResult
 
getWeight() - Method in class com.gooddata.sdk.model.md.Table
 
getWhen() - Method in class com.gooddata.sdk.model.md.ScheduledMail
 
getWidgetUris() - Method in class com.gooddata.sdk.model.md.dashboard.AnalyticalDashboard
 
getXTabUri() - Method in class com.gooddata.sdk.model.gdc.RootLinks
Get report execution resource URI string
getZopimUrl() - Method in class com.gooddata.sdk.model.connector.Zendesk4Settings
 
GRAPH - com.gooddata.sdk.model.dataload.processes.ProcessType
 
GREATER_THAN - com.gooddata.sdk.model.executeafm.afm.filter.ComparisonConditionOperator
 
GREATER_THAN_OR_EQUAL_TO - com.gooddata.sdk.model.executeafm.afm.filter.ComparisonConditionOperator
 
Grid - Class in com.gooddata.sdk.model.md.report
Grid content (in report definition)
Grid(List<? extends GridElement>, List<? extends GridElement>, List<MetricElement>) - Constructor for class com.gooddata.sdk.model.md.report.Grid
 
Grid(List<? extends GridElement>, List<? extends GridElement>, List<MetricElement>, Map<String, List<String>>, Collection<Map<String, Object>>) - Constructor for class com.gooddata.sdk.model.md.report.Grid
Creates new instance.
GridElement - Interface in com.gooddata.sdk.model.md.report
Grid element (metricGroup | AttributeInGrid ...
GridReportDefinitionContent - Class in com.gooddata.sdk.model.md.report
Grid report definition
GROOVY - com.gooddata.sdk.model.dataload.processes.ProcessType
 

H

hasAggregation() - Method in class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
 
hasClientId() - Method in class com.gooddata.sdk.model.dataload.OutputStage
check if there is associated client id with this output stage
hasComputeRatio() - Method in class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
 
hasComputeRatio() - Method in class com.gooddata.sdk.model.md.visualization.Measure
 
hasDerivedMeasure() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
hasDimension() - Method in class com.gooddata.sdk.model.md.NestedAttribute
 
hasFilters() - Method in class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.AttributeItem
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.DerivedMeasureDefinition
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.AbsoluteDateFilter
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.AttributeFilter
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.ComparisonCondition
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.DateFilter
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.ExpressionFilter
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.MeasureValueFilter
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.MeasureValueFilterCondition
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.NegativeAttributeFilter
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.PositiveAttributeFilter
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RangeCondition
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RankingFilter
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RelativeDateFilter
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.UriAttributeFilterElements
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.ValueAttributeFilterElements
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.MeasureItem
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.OverPeriodDateAttribute
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.OverPeriodMeasureDefinition
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.PopMeasureDefinition
Deprecated.
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.PreviousPeriodDateDataSet
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.PreviousPeriodMeasureDefinition
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.IdentifierObjQualifier
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.LocalIdentifierQualifier
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.response.AttributeInHeader
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.result.DataValue
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.result.Warning
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.resultspec.TotalItem
 
hashCode() - Method in class com.gooddata.sdk.model.executeafm.UriObjQualifier
 
hashCode() - Method in class com.gooddata.sdk.model.featureflag.FeatureFlag
Deprecated.
 
hashCode() - Method in class com.gooddata.sdk.model.featureflag.FeatureFlags
Deprecated.
 
hashCode() - Method in class com.gooddata.sdk.model.featureflag.ProjectFeatureFlag
Deprecated.
 
hashCode() - Method in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItem
 
hashCode() - Method in class com.gooddata.sdk.model.lcm.LcmEntity
 
hashCode() - Method in class com.gooddata.sdk.model.md.Attachment
 
hashCode() - Method in class com.gooddata.sdk.model.md.AttributeElement
 
hashCode() - Method in class com.gooddata.sdk.model.md.AttributeElements
 
hashCode() - Method in class com.gooddata.sdk.model.md.BulkGetUris
 
hashCode() - Method in class com.gooddata.sdk.model.md.DashboardAttachment
 
hashCode() - Method in class com.gooddata.sdk.model.md.IdentifierToUri
 
hashCode() - Method in class com.gooddata.sdk.model.md.InUseMany
 
hashCode() - Method in class com.gooddata.sdk.model.md.report.MetricGroup
 
hashCode() - Method in class com.gooddata.sdk.model.md.ReportAttachment
 
hashCode() - Method in class com.gooddata.sdk.model.md.Restriction
 
hashCode() - Method in class com.gooddata.sdk.model.md.ScheduledMailWhen
 
hashCode() - Method in class com.gooddata.sdk.model.md.UriToIdentifier
 
hashCode() - Method in class com.gooddata.sdk.model.md.visualization.Bucket
 
hashCode() - Method in class com.gooddata.sdk.model.md.visualization.Measure
 
hashCode() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationAttribute
 
hashCode() - Method in class com.gooddata.sdk.model.notification.ProjectEvent
 
hashCode() - Method in class com.gooddata.sdk.model.project.ProjectValidationResult
 
hashCode() - Method in class com.gooddata.sdk.model.project.ProjectValidationResultGdcTimeElParam
 
hashCode() - Method in class com.gooddata.sdk.model.project.ProjectValidationResultObjectParam
 
hashCode() - Method in class com.gooddata.sdk.model.project.ProjectValidationResultSliElParam
 
hashCode() - Method in class com.gooddata.sdk.model.project.ProjectValidationResultStringParam
 
hashCode() - Method in class com.gooddata.sdk.model.project.ProjectValidationType
 
hashCode() - Method in class com.gooddata.sdk.model.project.Role
 
hashCode() - Method in class com.gooddata.sdk.model.projecttemplate.Template
Deprecated.
 
hasMeasures() - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
hasOutputStagePrefix() - Method in class com.gooddata.sdk.model.dataload.OutputStage
check if there is associated output stage prefix with this output stage
hasPermissionGranted(String) - Method in class com.gooddata.sdk.model.project.Role
Returns true if provided permission is granted.
hasSchemaUri() - Method in class com.gooddata.sdk.model.dataload.OutputStage
check if there is associated schema WarehouseSchema with this output stage
hasTypeInt() - Method in class com.gooddata.sdk.model.md.DataLoadingColumn
 
hasTypeVarchar() - Method in class com.gooddata.sdk.model.md.DataLoadingColumn
 
hasUploadConfiguration() - Method in class com.gooddata.sdk.model.md.Dataset
 
Header - Interface in com.gooddata.sdk.model.executeafm.response
ResultDimension's header.
HTML - com.gooddata.sdk.model.export.ExportFormat
 

I

identifier(String) - Static method in class com.gooddata.sdk.model.md.Restriction
Construct a new instance with restriction type identifier and given value.
IDENTIFIER - com.gooddata.sdk.model.md.Restriction.Type
 
IdentifierObjQualifier - Class in com.gooddata.sdk.model.executeafm
Qualifies metadata Obj using an identifier
IdentifierObjQualifier(String) - Constructor for class com.gooddata.sdk.model.executeafm.IdentifierObjQualifier
 
IdentifiersAndUris - Class in com.gooddata.sdk.model.md
Encapsulates list of identifiers and their URIs.
IdentifierToUri - Class in com.gooddata.sdk.model.md
Structure with list of symbolic names (identifiers) to be expanded to list of URIs.
IdentifierToUri(Collection<String>) - Constructor for class com.gooddata.sdk.model.md.IdentifierToUri
 
INCREMENTAL - com.gooddata.sdk.model.dataset.UploadMode
Dataset input for loading data incrementally
Integration - Class in com.gooddata.sdk.model.connector
Connector integration (i.e.
Integration(String) - Constructor for class com.gooddata.sdk.model.connector.Integration
 
IntegrationProcessStatus - Class in com.gooddata.sdk.model.connector
Connector process (i.e.
IntegrationProcessStatus(Status, ZonedDateTime, ZonedDateTime, Map<String, String>) - Constructor for class com.gooddata.sdk.model.connector.IntegrationProcessStatus
 
InUseMany - Class in com.gooddata.sdk.model.md
UsedBy/Using batch request
InUseMany(Collection<String>, boolean, Class<? extends Obj>...) - Constructor for class com.gooddata.sdk.model.md.InUseMany
 
INVALID_OBJECTS - Static variable in class com.gooddata.sdk.model.project.ProjectValidationType
 
Invitation - Class in com.gooddata.sdk.model.project
Project invitation
Invitation(String) - Constructor for class com.gooddata.sdk.model.project.Invitation
 
Invitations - Class in com.gooddata.sdk.model.project
 
Invitations(Invitation...) - Constructor for class com.gooddata.sdk.model.project.Invitations
 
isActive() - Method in class com.gooddata.sdk.model.connector.Integration
 
isAdHoc() - Method in class com.gooddata.sdk.model.executeafm.afm.ArithmeticMeasureDefinition
 
isAdHoc() - Method in interface com.gooddata.sdk.model.executeafm.afm.MeasureDefinition
 
isAdHoc() - Method in class com.gooddata.sdk.model.executeafm.afm.MeasureItem
 
isAdHoc() - Method in class com.gooddata.sdk.model.executeafm.afm.OverPeriodMeasureDefinition
Determine if measure is ad-hoc, i.e., if it does not exist in the catalog and was created on fly.
isAdHoc() - Method in class com.gooddata.sdk.model.executeafm.afm.PopMeasureDefinition
Deprecated.
Determine if measure is ad-hoc
isAdHoc() - Method in class com.gooddata.sdk.model.executeafm.afm.PreviousPeriodMeasureDefinition
Determine if measure is ad-hoc, i.e., if it does not exist in the catalog and was created on fly.
isAdHoc() - Method in class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
 
isAllSelected() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.NegativeAttributeFilter
 
isAllTimeSelected() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.AbsoluteDateFilter
 
isAllTimeSelected() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.DateFilter
 
isAllTimeSelected() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RelativeDateFilter
 
isCascadeDrops() - Method in class com.gooddata.sdk.model.project.model.ModelDiff.UpdateScript
Returns true if related objects should be also dropped, false if not
isCrossDataCenterExport() - Method in class com.gooddata.sdk.model.md.maintenance.ExportProject
 
isCrossDataCenterExport() - Method in class com.gooddata.sdk.model.md.maintenance.PartialMdExport
 
isDefault() - Method in class com.gooddata.sdk.model.md.AttributeDisplayForm
 
isDeprecated() - Method in class com.gooddata.sdk.model.md.AbstractObj
 
isDeprecated() - Method in class com.gooddata.sdk.model.md.Entry
 
isDeprecated() - Method in class com.gooddata.sdk.model.md.Meta
Default is false/not-deprecated.
isDisplayForm() - Method in class com.gooddata.sdk.model.md.Column
 
isEnabled() - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
isEnabled() - Method in class com.gooddata.sdk.model.featureflag.FeatureFlag
Deprecated.
 
isEnabled() - Method in class com.gooddata.sdk.model.featureflag.ProjectFeatureFlag
Deprecated.
 
isEnabled() - Method in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItem
Conversion method from String to Boolean type.
isEnabled() - Method in class com.gooddata.sdk.model.project.Project
 
isEnabled() - Method in class com.gooddata.sdk.model.warehouse.Warehouse
 
isEnabled(String) - Method in class com.gooddata.sdk.model.featureflag.FeatureFlags
Deprecated.
Returns true if the feature flag with given name exists and is enabled, false otherwise.
isEnabled(String) - Method in class com.gooddata.sdk.model.featureflag.ProjectFeatureFlags
Deprecated.
Returns true if the project feature flag with given name exists and is enabled, false otherwise.
isEnabled(String) - Method in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItems
Returns true if the config item with given name/key exists and is enabled, false otherwise.
isError() - Method in class com.gooddata.sdk.model.project.ProjectValidationResult
 
isError() - Method in class com.gooddata.sdk.model.project.ProjectValidationResults
True if validation found some error
isExcludeSchedules() - Method in class com.gooddata.sdk.model.md.maintenance.ExportProject
 
isExportAttributeProperties() - Method in class com.gooddata.sdk.model.md.maintenance.PartialMdExport
 
isExportData() - Method in class com.gooddata.sdk.model.md.maintenance.ExportProject
 
isExportUsers() - Method in class com.gooddata.sdk.model.md.maintenance.ExportProject
 
isFact() - Method in class com.gooddata.sdk.model.md.Column
 
isFailed() - Method in class com.gooddata.sdk.model.connector.IntegrationProcessStatus
Returns true when the connector process failed.
isFailed() - Method in class com.gooddata.sdk.model.connector.Status
Returns true when the status means that the connector process failed.
isFatalError() - Method in class com.gooddata.sdk.model.project.ProjectValidationResults
True in case some part of validation crashed (not executed at all)
isFinished() - Method in class com.gooddata.sdk.model.connector.IntegrationProcessStatus
Returns true when the connector process has already finished (no matter if it was successful).
isFinished() - Method in class com.gooddata.sdk.model.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.sdk.model.dataload.processes.ScheduleExecution
 
isFinished() - Method in class com.gooddata.sdk.model.dataset.TaskState
 
isFk() - Method in class com.gooddata.sdk.model.md.Column
 
isFull() - Method in class com.gooddata.sdk.model.md.TableDataLoad
 
isImportAttributeProperties() - Method in class com.gooddata.sdk.model.md.maintenance.PartialMdExportToken
 
isIncremental() - Method in class com.gooddata.sdk.model.md.TableDataLoad
 
isInputPk() - Method in class com.gooddata.sdk.model.md.Column
 
isList() - Method in interface com.gooddata.sdk.model.executeafm.result.Data
 
isList() - Method in class com.gooddata.sdk.model.executeafm.result.DataList
 
isList() - Method in class com.gooddata.sdk.model.executeafm.result.DataValue
 
isLocked() - Method in class com.gooddata.sdk.model.md.AbstractObj
 
isLocked() - Method in class com.gooddata.sdk.model.md.Entry
 
isLocked() - Method in class com.gooddata.sdk.model.md.Meta
Flag that MD object is locked; default is false/unlocked.
isNearest() - Method in class com.gooddata.sdk.model.md.InUseMany
 
isNegativeSelection() - Method in class com.gooddata.sdk.model.md.dashboard.filter.DashboardAttributeFilter
 
isNull() - Method in interface com.gooddata.sdk.model.executeafm.result.Data
 
isNullable() - Method in class com.gooddata.sdk.model.md.DataLoadingColumn
 
isOverwriteNewer() - Method in class com.gooddata.sdk.model.md.maintenance.PartialMdExportToken
 
isPk() - Method in class com.gooddata.sdk.model.md.Column
 
isPop() - Method in class com.gooddata.sdk.model.md.visualization.Measure
 
isPreparing() - Method in class com.gooddata.sdk.model.project.Project
 
isPreserveData() - Method in class com.gooddata.sdk.model.project.model.ModelDiff.UpdateScript
Returns true if data should be preserved, false if they should be truncated.
isProduction() - Method in class com.gooddata.sdk.model.md.AbstractObj
 
isProduction() - Method in class com.gooddata.sdk.model.md.Meta
Is the object production or not? Defaults to true.
isPublic() - Method in class com.gooddata.sdk.model.project.Project
 
isReferenceKey() - Method in class com.gooddata.sdk.model.dataset.DatasetManifest.Part
 
isRunning() - Method in class com.gooddata.sdk.model.gdc.TaskStatus
 
isSharedWithSomeone() - Method in class com.gooddata.sdk.model.md.AbstractObj
 
isSharedWithSomeone() - Method in class com.gooddata.sdk.model.md.Meta
Is the linked object shared with someone via ACLs?
isSortedByLinkedDf() - Method in class com.gooddata.sdk.model.md.NestedAttribute
 
isSortedByPk() - Method in class com.gooddata.sdk.model.md.NestedAttribute
 
isSortedByUsedDf() - Method in class com.gooddata.sdk.model.md.NestedAttribute
 
isSuccess() - Method in class com.gooddata.sdk.model.auditevent.AuditEvent
 
isSuccess() - Method in class com.gooddata.sdk.model.dataload.processes.ProcessExecutionDetail
 
isSuccess() - Method in class com.gooddata.sdk.model.dataset.TaskState
 
isSuccess() - Method in class com.gooddata.sdk.model.gdc.TaskStatus
 
isUnique() - Method in class com.gooddata.sdk.model.md.DataLoadingColumn
 
isUnlisted() - Method in class com.gooddata.sdk.model.md.AbstractObj
 
isUnlisted() - Method in class com.gooddata.sdk.model.md.Entry
 
isUnlisted() - Method in class com.gooddata.sdk.model.md.Meta
Default is false/listed.
isUpdateLDMObjects() - Method in class com.gooddata.sdk.model.md.maintenance.PartialMdExportToken
 
isValid() - Method in class com.gooddata.sdk.model.project.ProjectValidationResults
True if no warning or error is in the validation results.
isValue() - Method in interface com.gooddata.sdk.model.executeafm.result.Data
 
isValue() - Method in class com.gooddata.sdk.model.executeafm.result.DataList
 
isValue() - Method in class com.gooddata.sdk.model.executeafm.result.DataValue
 
isWarning() - Method in class com.gooddata.sdk.model.project.ProjectValidationResult
 
isWarning() - Method in class com.gooddata.sdk.model.project.ProjectValidationResults
True if some warning was found during validation.
items() - Method in class com.gooddata.sdk.model.dataset.Uploads
 
iterator() - Method in class com.gooddata.sdk.model.featureflag.FeatureFlags
Deprecated.
 
iterator() - Method in class com.gooddata.sdk.model.featureflag.ProjectFeatureFlags
Deprecated.
 
iterator() - Method in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItems
 

J

JAVASCRIPT - com.gooddata.sdk.model.dataload.processes.ProcessType
 

K

Key - Class in com.gooddata.sdk.model.md
Key (primary/foreign) of attribute
Key(String, String) - Constructor for class com.gooddata.sdk.model.md.Key
 
Kpi - Class in com.gooddata.sdk.model.md.dashboard
Represents KPI (key performance indicator) for analytical dashboard.
Kpi(String, String, String, String, List<FilterReference>, String) - Constructor for class com.gooddata.sdk.model.md.dashboard.Kpi
Creates new KPI for a given metric with some date filter and comparison
KpiAlert - Class in com.gooddata.sdk.model.md.dashboard
Represents KPI alert set for some KPI on analytical dashboard.
KpiAlert(String, String, String, double, String, String) - Constructor for class com.gooddata.sdk.model.md.dashboard.KpiAlert
Constructor.

L

LcmEntities - Class in com.gooddata.sdk.model.lcm
List of LcmEntity.
LcmEntities(List<LcmEntity>, Paging, Map<String, String>) - Constructor for class com.gooddata.sdk.model.lcm.LcmEntities
 
LcmEntity - Class in com.gooddata.sdk.model.lcm
Single Life Cycle Management entity representing the relation between Project, Client, Segment and DataProduct.
LcmEntity(String, String, String, String, String, Map<String, String>) - Constructor for class com.gooddata.sdk.model.lcm.LcmEntity
 
LcmEntity(String, String, Map<String, String>) - Constructor for class com.gooddata.sdk.model.lcm.LcmEntity
Creates new instance of given project id and title
LcmEntity.LinkCategory - Class in com.gooddata.sdk.model.lcm
 
LcmEntityFilter - Class in com.gooddata.sdk.model.lcm
Specification of the filter on LcmEntities.
LcmEntityFilter() - Constructor for class com.gooddata.sdk.model.lcm.LcmEntityFilter
Creates new (empty) filter.
LDM - Static variable in class com.gooddata.sdk.model.project.ProjectValidationType
 
LESS_THAN - com.gooddata.sdk.model.executeafm.afm.filter.ComparisonConditionOperator
 
LESS_THAN_OR_EQUAL_TO - com.gooddata.sdk.model.executeafm.afm.filter.ComparisonConditionOperator
 
LINE - com.gooddata.sdk.model.md.visualization.VisualizationType
 
Link(String, String, String) - Constructor for class com.gooddata.sdk.model.gdc.AboutLinks.Link
 
Link(String, String, String, String, String) - Constructor for class com.gooddata.sdk.model.gdc.AboutLinks.Link
 
LinkCategory() - Constructor for class com.gooddata.sdk.model.lcm.LcmEntity.LinkCategory
 
LinkEntries - Class in com.gooddata.sdk.model.gdc
Collection of links.
LinkEntries(List<LinkEntries.LinkEntry>) - Constructor for class com.gooddata.sdk.model.gdc.LinkEntries
 
LinkEntries.LinkEntry - Class in com.gooddata.sdk.model.gdc
 
Links(String) - Constructor for class com.gooddata.sdk.model.md.DisplayForm.Links
 
LIST_PROJECTS_URI - Static variable in class com.gooddata.sdk.model.project.Projects
 
LocalIdentifierQualifier - Class in com.gooddata.sdk.model.executeafm
Qualifies AFM object using an local identifier
LocalIdentifierQualifier(String) - Constructor for class com.gooddata.sdk.model.executeafm.LocalIdentifierQualifier
Creates a new instance of LocalIdentifierQualifier.
LocallyIdentifiable - Interface in com.gooddata.sdk.model.executeafm.afm
Marker interface for all locally identifiable objects having local identifier in AFM
LocatorItem - Interface in com.gooddata.sdk.model.executeafm.resultspec
Locator hold information about specific element in path of elements.
LOGIN_URI - Static variable in class com.gooddata.sdk.model.account.Account
 
LookupMode - Enum in com.gooddata.sdk.model.dataset
Enum containing ETL lookup modes.

M

MaqlAst - Class in com.gooddata.sdk.model.md
MAQL AST representation
MaqlAst(String, MaqlAst.MaqlAstPosition) - Constructor for class com.gooddata.sdk.model.md.MaqlAst
 
MaqlAst.MaqlAstPosition - Class in com.gooddata.sdk.model.md
 
MaqlAstPosition(int, int) - Constructor for class com.gooddata.sdk.model.md.MaqlAst.MaqlAstPosition
 
MaqlDdl - Class in com.gooddata.sdk.model.project.model
MAQL DDL statement.
MaqlDdl(String) - Constructor for class com.gooddata.sdk.model.project.model.MaqlDdl
 
MaqlDdlLinks - Class in com.gooddata.sdk.model.project.model
MAQL DDL links (result from POSTing to /ldm/manage2).
MaqlDml - Class in com.gooddata.sdk.model.dataset
MAQL DML statement.
MaqlDml(String) - Constructor for class com.gooddata.sdk.model.dataset.MaqlDml
 
MAX - com.gooddata.sdk.model.executeafm.afm.Aggregation
 
MAX - com.gooddata.sdk.model.md.report.Total
 
Measure - Class in com.gooddata.sdk.model.md.visualization
Represents measure item within Bucket
Measure(MeasureDefinition, String) - Constructor for class com.gooddata.sdk.model.md.visualization.Measure
Creates new instance of measure for use in VisualizationObject
Measure(MeasureDefinition, String, String, String, String) - Constructor for class com.gooddata.sdk.model.md.visualization.Measure
Creates new instance of measure for use in VisualizationObject
MEASURE_GROUP - Static variable in class com.gooddata.sdk.model.executeafm.resultspec.Dimension
Marker element to be used within itemIdentifiers marking the placement of measures
MeasureDefinition - Interface in com.gooddata.sdk.model.executeafm.afm
 
MeasureGroupHeader - Class in com.gooddata.sdk.model.executeafm.response
Header of a measure group.
MeasureGroupHeader(List<MeasureHeaderItem>) - Constructor for class com.gooddata.sdk.model.executeafm.response.MeasureGroupHeader
Creates new header
MeasureHeaderItem - Class in com.gooddata.sdk.model.executeafm.response
Header of particular measure.
MeasureHeaderItem(String, String, String) - Constructor for class com.gooddata.sdk.model.executeafm.response.MeasureHeaderItem
 
MeasureHeaderItem(String, String, String, String, String) - Constructor for class com.gooddata.sdk.model.executeafm.response.MeasureHeaderItem
 
measureIdentifier - Variable in class com.gooddata.sdk.model.executeafm.afm.DerivedMeasureDefinition
 
MeasureItem - Class in com.gooddata.sdk.model.executeafm.afm
Represents measure within Afm
MeasureItem(MeasureDefinition, String) - Constructor for class com.gooddata.sdk.model.executeafm.afm.MeasureItem
 
MeasureItem(MeasureDefinition, String, String, String) - Constructor for class com.gooddata.sdk.model.executeafm.afm.MeasureItem
 
MeasureLocatorItem - Class in com.gooddata.sdk.model.executeafm.resultspec
Holds metric position
MeasureLocatorItem(String) - Constructor for class com.gooddata.sdk.model.executeafm.resultspec.MeasureLocatorItem
 
MeasureSortItem - Class in com.gooddata.sdk.model.executeafm.resultspec
Define metric sort
MeasureSortItem(Direction, LocatorItem...) - Constructor for class com.gooddata.sdk.model.executeafm.resultspec.MeasureSortItem
 
MeasureSortItem(Direction, List<LocatorItem>) - Constructor for class com.gooddata.sdk.model.executeafm.resultspec.MeasureSortItem
 
MeasureSortItem(String, List<LocatorItem>) - Constructor for class com.gooddata.sdk.model.executeafm.resultspec.MeasureSortItem
 
MeasureValueFilter - Class in com.gooddata.sdk.model.executeafm.afm.filter
Represents measure value filter applied on an insight.
MeasureValueFilter(Qualifier) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.MeasureValueFilter
Creates a new MeasureValueFilter instance without specified condition MeasureValueFilterCondition It represents use-case with not active filter in insight which could be modified later.
MeasureValueFilter(Qualifier, MeasureValueFilterCondition) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.MeasureValueFilter
Creates a new MeasureValueFilter instance.
MeasureValueFilterCondition - Class in com.gooddata.sdk.model.executeafm.afm.filter
Covers all the conditions that can be used within MeasureValueFilter.
MeasureValueFilterCondition(BigDecimal) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.MeasureValueFilterCondition
 
MED - com.gooddata.sdk.model.md.report.Total
 
MEDIAN - com.gooddata.sdk.model.executeafm.afm.Aggregation
 
MessageTemplate - Class in com.gooddata.sdk.model.notification
Template of notification message
MessageTemplate(String) - Constructor for class com.gooddata.sdk.model.notification.MessageTemplate
 
meta - Variable in class com.gooddata.sdk.model.md.AbstractObj
 
Meta - Class in com.gooddata.sdk.model.md
Metadata meta information (meant just for internal SDK usage)
Meta(String) - Constructor for class com.gooddata.sdk.model.md.Meta
 
Meta(String, String) - Constructor for class com.gooddata.sdk.model.md.Meta
 
Meta(String, String, ZonedDateTime, ZonedDateTime, String, String, String, Set<String>, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Set<String>) - Constructor for class com.gooddata.sdk.model.md.Meta
Constructor with "extra" flags argument
Meta(String, String, ZonedDateTime, ZonedDateTime, String, String, String, Set<String>, String, String, Set<String>) - Constructor for class com.gooddata.sdk.model.md.Meta
 
Metric - Class in com.gooddata.sdk.model.md
Metric
Metric(String, String, String) - Constructor for class com.gooddata.sdk.model.md.Metric
 
METRIC_FILTER - Static variable in class com.gooddata.sdk.model.project.ProjectValidationType
 
METRIC_GROUP - Static variable in class com.gooddata.sdk.model.md.report.MetricGroup
 
MetricElement - Class in com.gooddata.sdk.model.md.report
Metric used in Grid for report definition.
MetricElement(Metric) - Constructor for class com.gooddata.sdk.model.md.report.MetricElement
Creates new instance using uri of given metric and it's title as alias.
MetricElement(Metric, String) - Constructor for class com.gooddata.sdk.model.md.report.MetricElement
Creates new instance using uri of given metric and alias.
MetricGroup - Class in com.gooddata.sdk.model.md.report
Marker element marking the placement of metrics in Grid report.
MIN - com.gooddata.sdk.model.executeafm.afm.Aggregation
 
MIN - com.gooddata.sdk.model.md.report.Total
 
ModelDiff - Class in com.gooddata.sdk.model.project.model
Model diff including MAQL DDL.
ModelDiff.UpdateScript - Class in com.gooddata.sdk.model.project.model
Set of MAQL DDL scripts with one variant of side-effects (truncation of loaded data, drops of related objects...).

N

NAME - Static variable in class com.gooddata.sdk.model.executeafm.afm.filter.MeasureValueFilter
 
NAME - Static variable in class com.gooddata.sdk.model.executeafm.afm.filter.RankingFilter
 
NAME - Static variable in class com.gooddata.sdk.model.md.visualization.VOPopMeasureDefinition
Deprecated.
 
NAME - Static variable in class com.gooddata.sdk.model.md.visualization.VOSimpleMeasureDefinition
Deprecated.
 
NAT - com.gooddata.sdk.model.md.report.Total
 
NativeTotalItem - Class in com.gooddata.sdk.model.executeafm.afm
Native total definition
NativeTotalItem(String, List<String>) - Constructor for class com.gooddata.sdk.model.executeafm.afm.NativeTotalItem
Native total definition
NegativeAttributeFilter - Class in com.gooddata.sdk.model.executeafm.afm.filter
Filter of attribute filtering by NOT IN expression
NegativeAttributeFilter(ObjQualifier, AttributeFilterElements) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.NegativeAttributeFilter
Creates new instance of given display form and not in list
NegativeAttributeFilter(ObjQualifier, String...) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.NegativeAttributeFilter
Deprecated.
for compatibility with version 2.x only, use NegativeAttributeFilter(ObjQualifier, AttributeFilterElements) instead
NegativeAttributeFilter(ObjQualifier, List<String>) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.NegativeAttributeFilter
Deprecated.
for compatibility with version 2.x only, use NegativeAttributeFilter(ObjQualifier, AttributeFilterElements) instead
NestedAttribute - Class in com.gooddata.sdk.model.md
Attribute representation which is nested in some other metadata object (i.e.
NestedAttribute(Meta, NestedAttribute.Content) - Constructor for class com.gooddata.sdk.model.md.NestedAttribute
 
NestedAttribute.Content - Class in com.gooddata.sdk.model.md
 
NEW - com.gooddata.sdk.model.connector.Status.Code
 
NOT_BETWEEN - com.gooddata.sdk.model.executeafm.afm.filter.RangeConditionOperator
 
NOT_EQUAL_TO - com.gooddata.sdk.model.executeafm.afm.filter.ComparisonConditionOperator
 
NULL - Static variable in interface com.gooddata.sdk.model.executeafm.result.Data
 

O

Obj - Interface in com.gooddata.sdk.model.md
First class metadata object - only dto objects, which have URI pointing to themselves should implement this.
OBJ_URI - Static variable in interface com.gooddata.sdk.model.md.Obj
 
ObjQualifier - Interface in com.gooddata.sdk.model.executeafm
Qualifies metadata Obj
ObjQualifierConverter - Interface in com.gooddata.sdk.model.executeafm.afm
The interface of the function that converts IdentifierObjQualifier to the matching UriObjQualifier.
of(String) - Static method in enum com.gooddata.sdk.model.executeafm.afm.filter.ComparisonConditionOperator
 
of(String) - Static method in enum com.gooddata.sdk.model.executeafm.afm.filter.RangeConditionOperator
 
of(String) - Static method in enum com.gooddata.sdk.model.executeafm.afm.filter.RankingFilterOperator
 
of(String) - Static method in enum com.gooddata.sdk.model.md.report.Total
 
of(String) - Static method in enum com.gooddata.sdk.model.md.visualization.VisualizationType
 
offset(int...) - Method in class com.gooddata.sdk.model.executeafm.result.Paging
Sets size compound of given elements, each element per dimension
OneNumberReportDefinitionContent - Class in com.gooddata.sdk.model.md.report
One number report definition
orderedValues() - Static method in enum com.gooddata.sdk.model.md.report.Total
Ordered list of totals
OutputStage - Class in com.gooddata.sdk.model.dataload
Output stage.
OverPeriodDateAttribute - Class in com.gooddata.sdk.model.executeafm.afm
Definition of the OverPeriodMeasureDefinition attribute.
OverPeriodDateAttribute(ObjQualifier, Integer) - Constructor for class com.gooddata.sdk.model.executeafm.afm.OverPeriodDateAttribute
Create a new instance of OverPeriodDateAttribute.
OverPeriodMeasureDefinition - Class in com.gooddata.sdk.model.executeafm.afm
Definition of the period over period measure that is used for the Same period last year and Same period 2 years back comparisons.
OverPeriodMeasureDefinition(String, List<OverPeriodDateAttribute>) - Constructor for class com.gooddata.sdk.model.executeafm.afm.OverPeriodMeasureDefinition
Create a new instance of OverPeriodMeasureDefinition.

P

Paging - Class in com.gooddata.sdk.model.executeafm.result
Paging of ExecutionResult.
Paging() - Constructor for class com.gooddata.sdk.model.executeafm.result.Paging
Creates new paging
Paging(List<Integer>, List<Integer>, List<Integer>) - Constructor for class com.gooddata.sdk.model.executeafm.result.Paging
Creates new paging
Part(String, String, List<String>, Boolean, Map<String, String>) - Constructor for class com.gooddata.sdk.model.dataset.DatasetManifest.Part
 
PartialMdArtifact - Class in com.gooddata.sdk.model.md.maintenance
Partial metadata export result structure.
PartialMdArtifact(UriResponse, String) - Constructor for class com.gooddata.sdk.model.md.maintenance.PartialMdArtifact
 
PartialMdExport - Class in com.gooddata.sdk.model.md.maintenance
Partial metadata export configuration structure.
PartialMdExport(boolean, boolean, String...) - Constructor for class com.gooddata.sdk.model.md.maintenance.PartialMdExport
Creates new PartialMdExport.
PartialMdExport(boolean, boolean, Collection<String>) - Constructor for class com.gooddata.sdk.model.md.maintenance.PartialMdExport
Creates new PartialMdExport.
PartialMdExport(String...) - Constructor for class com.gooddata.sdk.model.md.maintenance.PartialMdExport
Creates new PartialMdExport.
PartialMdExport(Collection<String>) - Constructor for class com.gooddata.sdk.model.md.maintenance.PartialMdExport
Creates new PartialMdExport.
PartialMdExportToken - Class in com.gooddata.sdk.model.md.maintenance
Partial metadata export token.
PartialMdExportToken(String) - Constructor for class com.gooddata.sdk.model.md.maintenance.PartialMdExportToken
Creates new PartialMdExportToken.
PartialMdExportToken(String, boolean) - Constructor for class com.gooddata.sdk.model.md.maintenance.PartialMdExportToken
Creates new PartialMdExportToken.
PASSWORD - com.gooddata.sdk.model.account.Account.AuthenticationMode
User can be authenticated using password
PDF - com.gooddata.sdk.model.export.ExportFormat
 
PDM_ELEM - Static variable in class com.gooddata.sdk.model.project.ProjectValidationType
 
PDM_PK_FK_CONSISTENCY - Static variable in class com.gooddata.sdk.model.project.ProjectValidationType
 
PDM_TRANSITIVITY - Static variable in class com.gooddata.sdk.model.project.ProjectValidationType
 
PDM_VS_DWH - Static variable in class com.gooddata.sdk.model.project.ProjectValidationType
 
PIE - com.gooddata.sdk.model.md.visualization.VisualizationType
 
plus - com.gooddata.sdk.model.connector.Zendesk4Settings.Zendesk4Type
 
PNG - com.gooddata.sdk.model.export.ExportFormat
 
PopMeasureDefinition - Class in com.gooddata.sdk.model.executeafm.afm
Deprecated.
Use OverPeriodMeasureDefinition with OverPeriodDateAttribute.getPeriodsAgo() set to 1 instead. Let's remove it once it's removed from API.
PopMeasureDefinition(String, ObjQualifier) - Constructor for class com.gooddata.sdk.model.executeafm.afm.PopMeasureDefinition
Deprecated.
Creates new definition from given measure identifier referencing another measure in Afm and given attribute qualifier (should qualify date attribute)
PositiveAttributeFilter - Class in com.gooddata.sdk.model.executeafm.afm.filter
Filter of attribute filtering by IN expression
PositiveAttributeFilter(ObjQualifier, AttributeFilterElements) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.PositiveAttributeFilter
Creates new instance of given display form and in list
PositiveAttributeFilter(ObjQualifier, String...) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.PositiveAttributeFilter
Deprecated.
for compatibility with version 2.x only, use PositiveAttributeFilter(ObjQualifier, AttributeFilterElements) instead
PositiveAttributeFilter(ObjQualifier, List<String>) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.PositiveAttributeFilter
Deprecated.
for compatibility with version 2.x only, use PositiveAttributeFilter(ObjQualifier, AttributeFilterElements) instead
POSTGRES - com.gooddata.sdk.model.project.ProjectDriver
 
PreviousPeriodDateDataSet - Class in com.gooddata.sdk.model.executeafm.afm
Definition of the PreviousPeriodMeasureDefinition data set.
PreviousPeriodDateDataSet(ObjQualifier, Integer) - Constructor for class com.gooddata.sdk.model.executeafm.afm.PreviousPeriodDateDataSet
Create a new instance of PreviousPeriodDateDataSet.
PreviousPeriodMeasureDefinition - Class in com.gooddata.sdk.model.executeafm.afm
Definition of the period over period measure that is used for the Previous period comparison.
PreviousPeriodMeasureDefinition(String, List<PreviousPeriodDateDataSet>) - Constructor for class com.gooddata.sdk.model.executeafm.afm.PreviousPeriodMeasureDefinition
Create a new instance of PreviousPeriodMeasureDefinition.
ProcessExecution - Class in com.gooddata.sdk.model.dataload.processes
Dataload process execution.
ProcessExecution - Interface in com.gooddata.sdk.model.connector
Connector process execution (i.e.
ProcessExecution(DataloadProcess, String) - Constructor for class com.gooddata.sdk.model.dataload.processes.ProcessExecution
 
ProcessExecution(DataloadProcess, String, Map<String, String>) - Constructor for class com.gooddata.sdk.model.dataload.processes.ProcessExecution
 
ProcessExecution(DataloadProcess, String, Map<String, String>, Map<String, String>) - Constructor for class com.gooddata.sdk.model.dataload.processes.ProcessExecution
 
ProcessExecutionDetail - Class in com.gooddata.sdk.model.dataload.processes
Dataload process execution detail.
ProcessExecutionTask - Class in com.gooddata.sdk.model.dataload.processes
Process execution task.
ProcessStatus - Class in com.gooddata.sdk.model.connector
Connector process (i.e.
ProcessType - Enum in com.gooddata.sdk.model.dataload.processes
Represents type of dataload process.
PRODUCTION - com.gooddata.sdk.model.project.Environment
Default value, projects or warehouses are backed-up and archived.
PRODUCTION - com.gooddata.sdk.model.project.ProjectEnvironment
Default value, projects are backed-up and archived.
Project - Class in com.gooddata.sdk.model.project
Project in GoodData platform
Project(String, String) - Constructor for class com.gooddata.sdk.model.project.Project
 
Project(String, String, String) - Constructor for class com.gooddata.sdk.model.project.Project
 
PROJECT - com.gooddata.sdk.model.hierarchicalconfig.SourceType
 
PROJECT - Static variable in class com.gooddata.sdk.model.lcm.LcmEntity.LinkCategory
 
PROJECT_CONFIG_ITEM_URI - Static variable in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItem
 
PROJECT_CONFIG_ITEMS_URI - Static variable in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItems
 
PROJECT_FEATURE_FLAG_URI - Static variable in class com.gooddata.sdk.model.featureflag.ProjectFeatureFlag
Deprecated.
 
PROJECT_FEATURE_FLAGS_URI - Static variable in class com.gooddata.sdk.model.featureflag.ProjectFeatureFlags
Deprecated.
 
PROJECT_GROUP - com.gooddata.sdk.model.hierarchicalconfig.SourceType
 
PROJECT_GROUP_CONFIG_ITEM_URI - Static variable in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItem
 
PROJECT_GROUP_CONFIG_ITEMS_URI - Static variable in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItems
 
ProjectDashboard - Class in com.gooddata.sdk.model.md
Project Dashboard of GoodData project.
Deserialization only.
ProjectDashboard(String, ProjectDashboard.Tab...) - Constructor for class com.gooddata.sdk.model.md.ProjectDashboard
 
ProjectDashboard.Tab - Class in com.gooddata.sdk.model.md
 
ProjectDriver - Enum in com.gooddata.sdk.model.project
 
ProjectEnvironment - Enum in com.gooddata.sdk.model.project
Optional property for project create, the property is ignored during project update.
ProjectEvent - Class in com.gooddata.sdk.model.notification
Project event.
ProjectEvent(String) - Constructor for class com.gooddata.sdk.model.notification.ProjectEvent
 
ProjectEvent(String, Map<String, String>) - Constructor for class com.gooddata.sdk.model.notification.ProjectEvent
 
ProjectFeatureFlag - Class in com.gooddata.sdk.model.featureflag
Deprecated.
ProjectFeatureFlag(String) - Constructor for class com.gooddata.sdk.model.featureflag.ProjectFeatureFlag
Deprecated.
Creates new project feature flag which is by default enabled (true).
ProjectFeatureFlag(String, boolean) - Constructor for class com.gooddata.sdk.model.featureflag.ProjectFeatureFlag
Deprecated.
Creates new project feature flag with given value.
ProjectFeatureFlags - Class in com.gooddata.sdk.model.featureflag
Deprecated.
Projects - Class in com.gooddata.sdk.model.project
Collection of GoodData projects being returned from API.
Projects(List<Project>, Paging) - Constructor for class com.gooddata.sdk.model.project.Projects
 
ProjectTemplate - Class in com.gooddata.sdk.model.project
Project template.
ProjectTemplate(String, String, String) - Constructor for class com.gooddata.sdk.model.project.ProjectTemplate
 
ProjectTemplates - Class in com.gooddata.sdk.model.project
Collection of project templates.
ProjectUsersUpdateResult - Class in com.gooddata.sdk.model.project
Result of project users update
ProjectValidationResult - Class in com.gooddata.sdk.model.project
Represents one validation result.
ProjectValidationResultGdcTimeElParam - Class in com.gooddata.sdk.model.project
 
ProjectValidationResultObjectParam - Class in com.gooddata.sdk.model.project
 
ProjectValidationResultParam - Class in com.gooddata.sdk.model.project
Represents validation result message param, must be of certain type.
ProjectValidationResultParam() - Constructor for class com.gooddata.sdk.model.project.ProjectValidationResultParam
 
ProjectValidationResults - Class in com.gooddata.sdk.model.project
Results of project validation.
ProjectValidationResultSliElParam - Class in com.gooddata.sdk.model.project
 
ProjectValidationResultStringParam - Class in com.gooddata.sdk.model.project
 
ProjectValidations - Class in com.gooddata.sdk.model.project
Possible validations for project.
ProjectValidations(Set<ProjectValidationType>) - Constructor for class com.gooddata.sdk.model.project.ProjectValidations
 
ProjectValidationType - Class in com.gooddata.sdk.model.project
Represents project validation type.
ProjectValidationType(String) - Constructor for class com.gooddata.sdk.model.project.ProjectValidationType
 
Pull - Class in com.gooddata.sdk.model.dataset
ETL Pull input DTO (for internal use).
Pull(String) - Constructor for class com.gooddata.sdk.model.dataset.Pull
 
PullTask - Class in com.gooddata.sdk.model.dataset
Asynchronous ETL Pull 2 task (for internal use).

Q

Qualifier - Interface in com.gooddata.sdk.model.executeafm
Qualifies metadata Obj or local AFM object
Query - Class in com.gooddata.sdk.model.md
Metadata query result
Queryable - Interface in com.gooddata.sdk.model.md
Marker interface for metadata objects which can be found using query resource (see MetadataService.find* methods).

R

RangeCondition - Class in com.gooddata.sdk.model.executeafm.afm.filter
Condition of MeasureValueFilter that compares measure values against two values.
RangeCondition(RangeConditionOperator, BigDecimal, BigDecimal) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.RangeCondition
Creates a new RangeCondition instance.
RangeCondition(RangeConditionOperator, BigDecimal, BigDecimal, BigDecimal) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.RangeCondition
Creates a new RangeCondition instance.
RangeCondition(String, BigDecimal, BigDecimal, BigDecimal) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.RangeCondition
 
RangeConditionOperator - Enum in com.gooddata.sdk.model.executeafm.afm.filter
Represents all the possible operators of RangeCondition.
RankingFilter - Class in com.gooddata.sdk.model.executeafm.afm.filter
Represents a ranking filter applied on an insight.
RankingFilter(List<Qualifier>, List<Qualifier>, RankingFilterOperator, Integer) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.RankingFilter
 
RankingFilter(List<Qualifier>, List<Qualifier>, String, Integer) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.RankingFilter
Creates a new RankingFilter instance.
RankingFilterOperator - Enum in com.gooddata.sdk.model.executeafm.afm.filter
Represents all the possible operators of RankingFilter.
READ_ONLY - com.gooddata.sdk.model.warehouse.WarehouseUserRole
 
RECREATE - com.gooddata.sdk.model.dataset.LookupMode
 
RELATIVE_FILTER_TYPE - Static variable in class com.gooddata.sdk.model.md.dashboard.filter.DashboardDateFilter
 
relativeDateFilter(int, int, String, String) - Static method in class com.gooddata.sdk.model.md.dashboard.filter.DashboardDateFilter
Creates relative date filter with the given interval and granularity.
RelativeDateFilter - Class in com.gooddata.sdk.model.executeafm.afm.filter
Represents DateFilter specifying relative range of given granularity.
RelativeDateFilter(ObjQualifier, String, Integer, Integer) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.RelativeDateFilter
Creates new instance
Reload - Class in com.gooddata.sdk.model.connector
Connector reload.
Reload(Integer, Map<String, Long>, String, String, Map<String, String>) - Constructor for class com.gooddata.sdk.model.connector.Reload
 
Reload(Map<String, Long>) - Constructor for class com.gooddata.sdk.model.connector.Reload
 
removeFlag(String) - Method in class com.gooddata.sdk.model.featureflag.FeatureFlags
Deprecated.
Removes flag of given name.
removeParam(String) - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
Report - Class in com.gooddata.sdk.model.md.report
Report
Report(String, ReportDefinition...) - Constructor for class com.gooddata.sdk.model.md.report.Report
Creates new report with given title and definitions
ReportAttachment - Class in com.gooddata.sdk.model.md
Attachment to ScheduledMail represents report-related information for the schedule.
ReportAttachment(String, Map<String, String>, ExportFormat...) - Constructor for class com.gooddata.sdk.model.md.ReportAttachment
 
ReportAttachment(String, Map<String, String>, String...) - Constructor for class com.gooddata.sdk.model.md.ReportAttachment
 
ReportDefinition - Class in com.gooddata.sdk.model.md.report
Report definition
ReportDefinitionContent - Class in com.gooddata.sdk.model.md.report
Report definition content
ReportDefinitionContent(String, Grid, Collection<Filter>) - Constructor for class com.gooddata.sdk.model.md.report.ReportDefinitionContent
 
ReportRequest - Class in com.gooddata.sdk.model.export
Report execution request.
ReportRequest() - Constructor for class com.gooddata.sdk.model.export.ReportRequest
 
RESOURCE_URI - Static variable in class com.gooddata.sdk.model.auditevent.AccessLog
 
Restriction - Class in com.gooddata.sdk.model.md
Metadata query restriction.
Restriction.Type - Enum in com.gooddata.sdk.model.md
 
ResultDimension - Class in com.gooddata.sdk.model.executeafm.response
Describes single dimension of the ExecutionResult.
ResultDimension(Header...) - Constructor for class com.gooddata.sdk.model.executeafm.response.ResultDimension
Creates the result dimension of given headers
ResultDimension(List<Header>) - Constructor for class com.gooddata.sdk.model.executeafm.response.ResultDimension
Creates the result dimension of given headers
ResultHeaderItem - Class in com.gooddata.sdk.model.executeafm.result
Represent header items available in ExecutionResult
ResultHeaderItem(String) - Constructor for class com.gooddata.sdk.model.executeafm.result.ResultHeaderItem
 
ResultMeasureHeaderItem - Class in com.gooddata.sdk.model.executeafm.result
Header item for measure
ResultMeasureHeaderItem(String, int) - Constructor for class com.gooddata.sdk.model.executeafm.result.ResultMeasureHeaderItem
Creates new instance of given header name and order
ResultPage - Class in com.gooddata.sdk.model.executeafm
Represents page of ExecutionResult to be requested, using com.gooddata.sdk.executeafm.ExecuteAfmService#getResult(ExecutionResponse, ResultPage)
ResultPage(List<Integer>, List<Integer>) - Constructor for class com.gooddata.sdk.model.executeafm.ResultPage
Creates new instance
ResultSpec - Class in com.gooddata.sdk.model.executeafm.resultspec
Represents the result specification of executed Afm
ResultSpec() - Constructor for class com.gooddata.sdk.model.executeafm.resultspec.ResultSpec
 
ResultSpec(List<Dimension>, List<SortItem>) - Constructor for class com.gooddata.sdk.model.executeafm.resultspec.ResultSpec
 
ResultTotalHeaderItem - Class in com.gooddata.sdk.model.executeafm.result
Header item for total.
ResultTotalHeaderItem(Total) - Constructor for class com.gooddata.sdk.model.executeafm.result.ResultTotalHeaderItem
Creates new instance of given total type, type is used for the name as well
ResultTotalHeaderItem(String) - Constructor for class com.gooddata.sdk.model.executeafm.result.ResultTotalHeaderItem
Creates new instance of given total type, type is used for the name as well
ResultTotalHeaderItem(String, Total) - Constructor for class com.gooddata.sdk.model.executeafm.result.ResultTotalHeaderItem
Creates new instance of given header name and total type
ResultTotalHeaderItem(String, String) - Constructor for class com.gooddata.sdk.model.executeafm.result.ResultTotalHeaderItem
Creates new instance of given header name and total type
Role - Class in com.gooddata.sdk.model.project
Project Role
Roles - Class in com.gooddata.sdk.model.project
List of Role URIs.
RootLinks - Class in com.gooddata.sdk.model.gdc
GoodData API root links (aka "about" or "home").
RootLinks(List<AboutLinks.Link>) - Constructor for class com.gooddata.sdk.model.gdc.RootLinks
 
RUBY - com.gooddata.sdk.model.dataload.processes.ProcessType
 
RUNSUM - com.gooddata.sdk.model.executeafm.afm.Aggregation
 

S

Schedule - Class in com.gooddata.sdk.model.dataload.processes
Schedule.
Schedule(DataloadProcess, String, Schedule) - Constructor for class com.gooddata.sdk.model.dataload.processes.Schedule
Creates schedule, which is triggered by execution of different schedule
Schedule(DataloadProcess, String, String) - Constructor for class com.gooddata.sdk.model.dataload.processes.Schedule
 
SCHEDULED - com.gooddata.sdk.model.connector.Status.Code
 
ScheduledMail - Class in com.gooddata.sdk.model.md
A scheduled mail MD object.
ScheduledMail(String, String) - Constructor for class com.gooddata.sdk.model.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.sdk.model.md.ScheduledMail
Creates full, safe mail schedule object.
ScheduledMailWhen - Class in com.gooddata.sdk.model.md
Represents the start date and cron-like expression for ScheduledMail mail schedule.
ScheduledMailWhen() - Constructor for class com.gooddata.sdk.model.md.ScheduledMailWhen
 
ScheduledMailWhen(String, LocalDate, String) - Constructor for class com.gooddata.sdk.model.md.ScheduledMailWhen
 
ScheduleExecution - Class in com.gooddata.sdk.model.dataload.processes
Schedule execution
ScheduleExecution() - Constructor for class com.gooddata.sdk.model.dataload.processes.ScheduleExecution
 
Schedules - Class in com.gooddata.sdk.model.dataload.processes
List of schedules.
ScheduleState - Enum in com.gooddata.sdk.model.dataload.processes
Dataload schedule state.
SEGMENT - com.gooddata.sdk.model.hierarchicalconfig.SourceType
 
SEGMENT - com.gooddata.sdk.model.md.visualization.CollectionType
 
SEGMENT - Static variable in class com.gooddata.sdk.model.lcm.LcmEntity.LinkCategory
 
SEGMENT_CONFIG_ITEM_URI - Static variable in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItem
 
SEGMENT_CONFIG_ITEMS_URI - Static variable in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItems
 
SeparatorSettings - Class in com.gooddata.sdk.model.account
Default thousand and decimal separator settings configured for a profile.
serialize(AttributeFilterElements, JsonGenerator, SerializerProvider) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.AttributeFilterElements.Serializer
 
serialize(Set<String>, JsonGenerator, SerializerProvider) - Method in class com.gooddata.sdk.model.util.TagsSerializer
 
Serializer() - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.AttributeFilterElements.Serializer
 
setAccount(String) - Method in class com.gooddata.sdk.model.connector.Zendesk4Settings
 
setActive(boolean) - Method in class com.gooddata.sdk.model.connector.Integration
 
setAggregation(Aggregation) - Method in class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
Set additional aggregation applied
setAggregation(String) - Method in class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
Set additional aggregation applied
setAlias(String) - Method in class com.gooddata.sdk.model.executeafm.afm.AttributeItem
Sets attribute alias (used as header in result)
setAlias(String) - Method in class com.gooddata.sdk.model.executeafm.afm.MeasureItem
Sets measure alias (will be used as header in result)
setApiUrl(String) - Method in class com.gooddata.sdk.model.connector.Zendesk4Settings
 
setAttachments(List<Attachment>) - Method in class com.gooddata.sdk.model.md.ScheduledMail
 
setAttributes(List<AttributeItem>) - Method in class com.gooddata.sdk.model.executeafm.afm.Afm
 
setAuthenticationModes(List<String>) - Method in class com.gooddata.sdk.model.account.Account
 
setBcc(Collection<String>) - Method in class com.gooddata.sdk.model.md.ScheduledMail
 
setBody(String) - Method in class com.gooddata.sdk.model.md.ScheduledMail
 
setBuckets(List<Bucket>) - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
setCategory(String) - Method in class com.gooddata.sdk.model.md.AbstractObj
 
setCategory(String) - Method in class com.gooddata.sdk.model.md.Meta
 
setClientId(String) - Method in class com.gooddata.sdk.model.dataload.OutputStage
 
setColumnName(String) - Method in class com.gooddata.sdk.model.dataset.DatasetManifest.Part
 
setComputeRatio(Boolean) - Method in class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
Set whether should be shown as ratio
setConstraints(Map<String, String>) - Method in class com.gooddata.sdk.model.dataset.DatasetManifest.Part
 
setContent(MaqlAst[]) - Method in class com.gooddata.sdk.model.md.MaqlAst
 
setCron(String) - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
setDeprecated(Boolean) - Method in class com.gooddata.sdk.model.md.AbstractObj
 
setDeprecated(Boolean) - Method in class com.gooddata.sdk.model.md.Meta
 
setDescription(String) - Method in class com.gooddata.sdk.model.warehouse.Warehouse
 
setDimensions(List<Dimension>) - Method in class com.gooddata.sdk.model.executeafm.resultspec.ResultSpec
 
setDownloadParams(Zendesk4ProcessExecution.DownloadParams) - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution
 
setDriver(ProjectDriver) - Method in class com.gooddata.sdk.model.project.Project
 
setDriver(String) - Method in class com.gooddata.sdk.model.project.Project
 
setEmail(String) - Method in class com.gooddata.sdk.model.account.Account
 
setEnabled(boolean) - Method in class com.gooddata.sdk.model.featureflag.ProjectFeatureFlag
Deprecated.
 
setEnabled(Boolean) - Method in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItem
 
setEnvironment(Environment) - Method in class com.gooddata.sdk.model.project.Project
 
setEnvironment(Environment) - Method in class com.gooddata.sdk.model.warehouse.Warehouse
 
setEnvironment(ProjectEnvironment) - Method in class com.gooddata.sdk.model.project.Project
 
setEnvironment(String) - Method in class com.gooddata.sdk.model.project.Project
 
setEnvironment(String) - Method in class com.gooddata.sdk.model.warehouse.Warehouse
 
setExecutable(DataloadProcess, String) - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
setFile(String) - Method in class com.gooddata.sdk.model.dataset.DatasetManifest
 
setFilters(List<CompatibilityFilter>) - Method in class com.gooddata.sdk.model.executeafm.afm.Afm
 
setFilters(List<CompatibilityFilter>) - Method in class com.gooddata.sdk.model.executeafm.VisualizationExecution
Sets additional filters to this execution.
setFilters(List<ExtendedFilter>) - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
setFilters(List<FilterItem>) - Method in class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
Set additional filters applied
setFirstName(String) - Method in class com.gooddata.sdk.model.account.Account
 
setFlags(Set<String>) - Method in class com.gooddata.sdk.model.md.AbstractObj
 
setFlags(Set<String>) - Method in class com.gooddata.sdk.model.md.Meta
 
setFormat(String) - Method in class com.gooddata.sdk.model.executeafm.afm.MeasureItem
Sets measure format (used to format measure values in result)
setHeaderItems(List<List<List<ResultHeaderItem>>>) - Method in class com.gooddata.sdk.model.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.sdk.model.executeafm.response.MeasureHeaderItem
Set measure metadata identifier
setIdentifier(String) - Method in class com.gooddata.sdk.model.md.AbstractObj
 
setIdentifier(String) - Method in class com.gooddata.sdk.model.md.Meta
 
setImportAttributeProperties(boolean) - Method in class com.gooddata.sdk.model.md.maintenance.PartialMdExportToken
Sets the flag importAttributeProperties.
setIncremental(Boolean) - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution
 
setIpWhitelist(List<String>) - Method in class com.gooddata.sdk.model.account.Account
 
setLastName(String) - Method in class com.gooddata.sdk.model.account.Account
 
setLocked(Boolean) - Method in class com.gooddata.sdk.model.md.AbstractObj
 
setLocked(Boolean) - Method in class com.gooddata.sdk.model.md.Meta
 
setMapping(String, String) - Method in class com.gooddata.sdk.model.dataset.DatasetManifest
Map the given CSV column name to the dataset field
setMeasures(List<MeasureItem>) - Method in class com.gooddata.sdk.model.executeafm.afm.Afm
 
setName(String) - Method in class com.gooddata.sdk.model.dataload.processes.DataloadProcess
 
setName(String) - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
setNativeTotals(List<NativeTotalItem>) - Method in class com.gooddata.sdk.model.executeafm.afm.Afm
 
setOutputStagePrefix(String) - Method in class com.gooddata.sdk.model.dataload.OutputStage
 
setOverwriteNewer(boolean) - Method in class com.gooddata.sdk.model.md.maintenance.PartialMdExportToken
Sets the flag overwriteNewer.
setParallelBatchSeconds(Integer) - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution.DownloadParams
 
setParallelWorkers(Integer) - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution.DownloadParams
 
setParameter(String, String) - Method in class com.gooddata.sdk.model.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.sdk.model.dataset.DatasetManifest
 
setPassword(String) - Method in class com.gooddata.sdk.model.account.Account
 
setPath(String) - Method in class com.gooddata.sdk.model.dataload.processes.DataloadProcess
 
setPopulates(List<String>) - Method in class com.gooddata.sdk.model.dataset.DatasetManifest.Part
 
setProcessId(DataloadProcess) - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
setProduction(Boolean) - Method in class com.gooddata.sdk.model.md.AbstractObj
 
setProduction(Boolean) - Method in class com.gooddata.sdk.model.md.Meta
 
setProjectTemplate(String) - Method in class com.gooddata.sdk.model.connector.Integration
 
setProjectTemplate(String) - Method in class com.gooddata.sdk.model.project.Project
 
setProperties(String) - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
setRecoverable(Boolean) - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution
Tells if the newly started process should use recoverable feature.
setRecoveryInProgress(Boolean) - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution
Tells if there is some recoverable process in progress for given project Usable from R176.
setRecurrency(String) - Method in class com.gooddata.sdk.model.md.ScheduledMail
 
setRecurrency(String) - Method in class com.gooddata.sdk.model.md.ScheduledMailWhen
 
setReferenceItems(Map<String, String>) - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
setReferenceKey(boolean) - Method in class com.gooddata.sdk.model.dataset.DatasetManifest.Part
 
setReload(Boolean) - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution
set by scheduler, when the process is actually a reload of a project
setReschedule(Duration) - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
Duration after a failed execution of the schedule is executed again
setResultSpec(ResultSpec) - Method in class com.gooddata.sdk.model.executeafm.Execution
 
setResultSpec(ResultSpec) - Method in class com.gooddata.sdk.model.executeafm.VisualizationExecution
Sets the result specification and returns this instance
setSchemaUri(String) - Method in class com.gooddata.sdk.model.dataload.OutputStage
 
setSharedWithSomeone(Boolean) - Method in class com.gooddata.sdk.model.md.AbstractObj
 
setSharedWithSomeone(Boolean) - Method in class com.gooddata.sdk.model.md.Meta
 
setSorts(List<SortItem>) - Method in class com.gooddata.sdk.model.executeafm.resultspec.ResultSpec
 
setSource(InputStream) - Method in class com.gooddata.sdk.model.dataset.DatasetManifest
 
setStartDate(LocalDate) - Method in class com.gooddata.sdk.model.md.ScheduledMail
 
setStartDate(LocalDate) - Method in class com.gooddata.sdk.model.md.ScheduledMailWhen
 
setStartTime(String, ZonedDateTime) - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution
 
setState(ScheduleState) - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
setState(String) - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
setStatus(String) - Method in class com.gooddata.sdk.model.project.User
 
setSubject(String) - Method in class com.gooddata.sdk.model.md.ScheduledMail
 
setSummary(String) - Method in class com.gooddata.sdk.model.md.AbstractObj
 
setSummary(String) - Method in class com.gooddata.sdk.model.md.Meta
 
setTags(Set<String>) - Method in class com.gooddata.sdk.model.md.AbstractObj
 
setTags(Set<String>) - Method in class com.gooddata.sdk.model.md.Meta
 
setTimezone(String) - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
setTimezone(ZonedDateTime) - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
setTimeZone(String) - Method in class com.gooddata.sdk.model.md.ScheduledMail
 
setTimeZone(String) - Method in class com.gooddata.sdk.model.md.ScheduledMailWhen
 
Settings - Interface in com.gooddata.sdk.model.connector
Connector integration settings.
setTitle(String) - Method in class com.gooddata.sdk.model.md.AbstractObj
 
setTitle(String) - Method in class com.gooddata.sdk.model.md.Meta
 
setTitle(String) - Method in class com.gooddata.sdk.model.md.visualization.Measure
 
setTitle(String) - Method in class com.gooddata.sdk.model.warehouse.Warehouse
 
setTo(Collection<String>) - Method in class com.gooddata.sdk.model.md.ScheduledMail
 
setTotals(List<List<List<String>>>) - Method in class com.gooddata.sdk.model.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.sdk.model.executeafm.resultspec.Dimension
 
setTotalTotals(List<List<List<String>>>) - Method in class com.gooddata.sdk.model.executeafm.result.ExecutionResult
Sets totals of totals data.
setTriggerScheduleId(String) - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
setType(String) - Method in class com.gooddata.sdk.model.dataload.processes.DataloadProcess
 
setUnlisted(Boolean) - Method in class com.gooddata.sdk.model.md.AbstractObj
 
setUnlisted(Boolean) - Method in class com.gooddata.sdk.model.md.Meta
 
setUpdateLDMObjects(boolean) - Method in class com.gooddata.sdk.model.md.maintenance.PartialMdExportToken
Sets the flag updateLDMObjects.
setUploadMode(UploadMode) - Method in class com.gooddata.sdk.model.dataset.DatasetManifest
Set upload mode for all parts of this dataset manifest
setUploadMode(String) - Method in class com.gooddata.sdk.model.dataset.DatasetManifest.Part
 
setUri(String) - Method in class com.gooddata.sdk.model.executeafm.response.MeasureHeaderItem
Set measure uri
setUri(String) - Method in class com.gooddata.sdk.model.project.Role
Allows service to set self link as it is not provided by REST API.
setUseBackup(Boolean) - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution.DownloadParams
 
setValue(String) - Method in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItem
 
setValue(String) - Method in class com.gooddata.sdk.model.md.MaqlAst
 
setVerifyPassword(String) - Method in class com.gooddata.sdk.model.account.Account
 
setVisualizationClass(UriObjQualifier) - Method in class com.gooddata.sdk.model.md.visualization.VisualizationObject
 
setWarnings(List<Warning>) - Method in class com.gooddata.sdk.model.executeafm.result.ExecutionResult
Sets warnings for this result
setZopimUrl(String) - Method in class com.gooddata.sdk.model.connector.Zendesk4Settings
 
SimpleAttributeFilterElements - Class in com.gooddata.sdk.model.executeafm.afm.filter
Deprecated.
It has the same semantic as UriAttributeFilterElements. Preserved because of compatibility and will be removed in future API version.
SimpleAttributeFilterElements(List<String>) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.SimpleAttributeFilterElements
Deprecated.
 
SimpleMeasureDefinition - Class in com.gooddata.sdk.model.executeafm.afm
Definition of simple measure
SimpleMeasureDefinition(ObjQualifier) - Constructor for class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
 
SimpleMeasureDefinition(ObjQualifier, Aggregation, Boolean, FilterItem...) - Constructor for class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
Creates new definition
SimpleMeasureDefinition(ObjQualifier, Aggregation, Boolean, List<FilterItem>) - Constructor for class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
Creates new definition
SimpleMeasureDefinition(ObjQualifier, String, Boolean, List<FilterItem>) - Constructor for class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
Creates new definition
SLI - com.gooddata.sdk.model.dataset.EtlModeType
 
SortItem - Interface in com.gooddata.sdk.model.executeafm.resultspec
Define sort in report, either attribute (sort headers) or metric (sort data)
SourceType - Enum in com.gooddata.sdk.model.hierarchicalconfig
Source type defines source of config item and its api uri in case it is manageable.
SSO - com.gooddata.sdk.model.account.Account.AuthenticationMode
User can be authenticated via SSO
STACK - com.gooddata.sdk.model.md.visualization.CollectionType
 
Status - Class in com.gooddata.sdk.model.connector
Connector process status.
STATUS_DO - Static variable in class com.gooddata.sdk.model.connector.Reload
Reload was scheduled but not yet started.
STATUS_ERROR - Static variable in class com.gooddata.sdk.model.connector.Reload
Reload finished with error.
STATUS_FINISHED - Static variable in class com.gooddata.sdk.model.connector.Reload
Reload was successfully finished.
STATUS_MISSED - Static variable in class com.gooddata.sdk.model.connector.Reload
Reload wasn't started because reload window was missed.
STATUS_RUNNING - Static variable in class com.gooddata.sdk.model.connector.Reload
Reload is running.
Status.Code - Enum in com.gooddata.sdk.model.connector
Enum of connector process status codes
Subscription - Class in com.gooddata.sdk.model.notification
Subscription for notifications
Subscription(List<Trigger>, List<Channel>, TriggerCondition, MessageTemplate, MessageTemplate, String) - Constructor for class com.gooddata.sdk.model.notification.Subscription
Creates Subscription
Subscription(List<Trigger>, List<Channel>, TriggerCondition, MessageTemplate, String) - Constructor for class com.gooddata.sdk.model.notification.Subscription
Creates Subscription
SUM - com.gooddata.sdk.model.executeafm.afm.Aggregation
 
SUM - com.gooddata.sdk.model.executeafm.resultspec.AttributeSortAggregation
 
SUM - com.gooddata.sdk.model.md.report.Total
 
summary(String) - Static method in class com.gooddata.sdk.model.md.Restriction
Construct a new instance with restriction type summary and given value.
SUMMARY - com.gooddata.sdk.model.md.Restriction.Type
 
SYNCHRONIZED - com.gooddata.sdk.model.connector.Status.Code
 

T

Tab(String) - Constructor for class com.gooddata.sdk.model.md.ProjectDashboard.Tab
 
Table - Class in com.gooddata.sdk.model.md
Represents physical data model table.
TABLE - com.gooddata.sdk.model.md.visualization.VisualizationType
 
TableDataLoad - Class in com.gooddata.sdk.model.md
Represents data load of physical table.
TagsDeserializer - Class in com.gooddata.sdk.model.util
Deserializes whitespace separated tags from one string to set of tags (strings)
TagsDeserializer() - Constructor for class com.gooddata.sdk.model.util.TagsDeserializer
 
TagsSerializer - Class in com.gooddata.sdk.model.util
Serializes set of tags (strings) to whitespace separated string of tags
TagsSerializer() - Constructor for class com.gooddata.sdk.model.util.TagsSerializer
 
TaskState - Class in com.gooddata.sdk.model.dataset
Update Project Data task status (for internal use).
TaskState(String, String) - Constructor for class com.gooddata.sdk.model.dataset.TaskState
 
TaskStatus - Class in com.gooddata.sdk.model.gdc
Abstract asynchronous task status.
TaskStatus(String, String) - Constructor for class com.gooddata.sdk.model.gdc.TaskStatus
 
Template - Class in com.gooddata.sdk.model.projecttemplate
Deprecated.
The project templates are deprecated and stopped working on May 15, 2019. See https://support.gooddata.com/hc/en-us/articles/360016126334-April-4-2019 Deprecated since version 3.0.1. Will be removed in one of future versions.
Templates - Class in com.gooddata.sdk.model.projecttemplate
Deprecated.
The project templates are deprecated and stopped working on May 15, 2019. See https://support.gooddata.com/hc/en-us/articles/360016126334-April-4-2019 Deprecated since version 3.0.1. Will be removed in one of future versions.
TESTING - com.gooddata.sdk.model.project.Environment
'TESTING' projects or warehouses are not backed-up and archived.
TESTING - com.gooddata.sdk.model.project.ProjectEnvironment
'TESTING' projects are not backed-up and archived.
textValue() - Method in interface com.gooddata.sdk.model.executeafm.result.Data
 
textValue() - Method in class com.gooddata.sdk.model.executeafm.result.DataList
 
textValue() - Method in class com.gooddata.sdk.model.executeafm.result.DataValue
 
TimerEvent - Class in com.gooddata.sdk.model.notification
Time based trigger
TimerEvent(String) - Constructor for class com.gooddata.sdk.model.notification.TimerEvent
 
title(String) - Static method in class com.gooddata.sdk.model.md.Restriction
Construct a new instance with restriction type title and given value.
TITLE - com.gooddata.sdk.model.md.Restriction.Type
 
TOP - com.gooddata.sdk.model.executeafm.afm.filter.RankingFilterOperator
 
toString() - Method in class com.gooddata.sdk.model.account.Account
 
toString() - Method in class com.gooddata.sdk.model.account.SeparatorSettings
 
toString() - Method in class com.gooddata.sdk.model.auditevent.AccessLog
 
toString() - Method in class com.gooddata.sdk.model.auditevent.AuditEvent
 
toString() - Method in class com.gooddata.sdk.model.connector.Integration
 
toString() - Method in class com.gooddata.sdk.model.connector.IntegrationProcessStatus
 
toString() - Method in class com.gooddata.sdk.model.connector.Status
 
toString() - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution.DownloadParams
 
toString() - Method in class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution
 
toString() - Method in class com.gooddata.sdk.model.connector.Zendesk4Settings
 
toString() - Method in class com.gooddata.sdk.model.dataload.OutputStage
 
toString() - Method in class com.gooddata.sdk.model.dataload.processes.DataloadProcess
 
toString() - Method in class com.gooddata.sdk.model.dataload.processes.DataloadProcesses
 
toString() - Method in class com.gooddata.sdk.model.dataload.processes.ProcessExecution
 
toString() - Method in class com.gooddata.sdk.model.dataload.processes.ProcessExecutionDetail
 
toString() - Method in class com.gooddata.sdk.model.dataload.processes.Schedule
 
toString() - Method in class com.gooddata.sdk.model.dataset.DatasetManifest.Part
 
toString() - Method in class com.gooddata.sdk.model.dataset.DatasetManifest
 
toString() - Method in class com.gooddata.sdk.model.dataset.DatasetManifests
 
toString() - Method in class com.gooddata.sdk.model.dataset.EtlMode
 
toString() - Method in class com.gooddata.sdk.model.dataset.Pull
 
toString() - Method in class com.gooddata.sdk.model.dataset.TaskState
 
toString() - Method in class com.gooddata.sdk.model.dataset.Upload
 
toString() - Method in enum com.gooddata.sdk.model.dataset.UploadMode
 
toString() - Method in class com.gooddata.sdk.model.dataset.Uploads
 
toString() - Method in class com.gooddata.sdk.model.dataset.UploadsInfo.DataSet
 
toString() - Method in class com.gooddata.sdk.model.dataset.UploadsInfo
 
toString() - Method in class com.gooddata.sdk.model.dataset.UploadStatistics
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.Afm
 
toString() - Method in enum com.gooddata.sdk.model.executeafm.afm.Aggregation
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.ArithmeticMeasureDefinition
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.AttributeItem
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.AbsoluteDateFilter
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.ComparisonCondition
 
toString() - Method in enum com.gooddata.sdk.model.executeafm.afm.filter.ComparisonConditionOperator
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.ExpressionFilter
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.MeasureValueFilter
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.NegativeAttributeFilter
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.PositiveAttributeFilter
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RangeCondition
 
toString() - Method in enum com.gooddata.sdk.model.executeafm.afm.filter.RangeConditionOperator
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RankingFilter
 
toString() - Method in enum com.gooddata.sdk.model.executeafm.afm.filter.RankingFilterOperator
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RelativeDateFilter
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.UriAttributeFilterElements
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.filter.ValueAttributeFilterElements
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.MeasureItem
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.NativeTotalItem
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.OverPeriodDateAttribute
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.OverPeriodMeasureDefinition
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.PopMeasureDefinition
Deprecated.
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.PreviousPeriodDateDataSet
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.PreviousPeriodMeasureDefinition
 
toString() - Method in class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
 
toString() - Method in class com.gooddata.sdk.model.executeafm.Execution
 
toString() - Method in class com.gooddata.sdk.model.executeafm.IdentifierObjQualifier
 
toString() - Method in class com.gooddata.sdk.model.executeafm.LocalIdentifierQualifier
 
toString() - Method in class com.gooddata.sdk.model.executeafm.response.AttributeHeader
 
toString() - Method in class com.gooddata.sdk.model.executeafm.response.AttributeInHeader
 
toString() - Method in class com.gooddata.sdk.model.executeafm.response.ExecutionResponse
 
toString() - Method in class com.gooddata.sdk.model.executeafm.response.MeasureGroupHeader
 
toString() - Method in class com.gooddata.sdk.model.executeafm.response.MeasureHeaderItem
 
toString() - Method in class com.gooddata.sdk.model.executeafm.response.ResultDimension
 
toString() - Method in class com.gooddata.sdk.model.executeafm.response.TotalHeaderItem
 
toString() - Method in class com.gooddata.sdk.model.executeafm.result.AttributeHeaderItem
 
toString() - Method in class com.gooddata.sdk.model.executeafm.result.DataList
 
toString() - Method in class com.gooddata.sdk.model.executeafm.result.DataValue
 
toString() - Method in class com.gooddata.sdk.model.executeafm.result.ExecutionResult
 
toString() - Method in class com.gooddata.sdk.model.executeafm.result.Paging
 
toString() - Method in class com.gooddata.sdk.model.executeafm.result.ResultHeaderItem
 
toString() - Method in class com.gooddata.sdk.model.executeafm.result.Warning
 
toString() - Method in class com.gooddata.sdk.model.executeafm.resultspec.AttributeLocatorItem
 
toString() - Method in enum com.gooddata.sdk.model.executeafm.resultspec.AttributeSortAggregation
 
toString() - Method in class com.gooddata.sdk.model.executeafm.resultspec.AttributeSortItem
 
toString() - Method in class com.gooddata.sdk.model.executeafm.resultspec.Dimension
 
toString() - Method in enum com.gooddata.sdk.model.executeafm.resultspec.Direction
 
toString() - Method in class com.gooddata.sdk.model.executeafm.resultspec.MeasureLocatorItem
 
toString() - Method in class com.gooddata.sdk.model.executeafm.resultspec.MeasureSortItem
 
toString() - Method in class com.gooddata.sdk.model.executeafm.resultspec.ResultSpec
 
toString() - Method in class com.gooddata.sdk.model.executeafm.resultspec.TotalItem
 
toString() - Method in class com.gooddata.sdk.model.executeafm.resultspec.TotalLocatorItem
 
toString() - Method in class com.gooddata.sdk.model.executeafm.UriObjQualifier
 
toString() - Method in class com.gooddata.sdk.model.export.ClientExport
 
toString() - Method in class com.gooddata.sdk.model.export.ExecuteReport
 
toString() - Method in class com.gooddata.sdk.model.export.ExecuteReportDefinition
 
toString() - Method in class com.gooddata.sdk.model.featureflag.FeatureFlag
Deprecated.
 
toString() - Method in class com.gooddata.sdk.model.featureflag.FeatureFlags
Deprecated.
 
toString() - Method in class com.gooddata.sdk.model.featureflag.ProjectFeatureFlag
Deprecated.
 
toString() - Method in class com.gooddata.sdk.model.featureflag.ProjectFeatureFlags
Deprecated.
 
toString() - Method in class com.gooddata.sdk.model.gdc.AboutLinks.Link
 
toString() - Method in class com.gooddata.sdk.model.gdc.AboutLinks
 
toString() - Method in class com.gooddata.sdk.model.gdc.AbstractMaql
 
toString() - Method in class com.gooddata.sdk.model.gdc.LinkEntries.LinkEntry
 
toString() - Method in class com.gooddata.sdk.model.gdc.LinkEntries
 
toString() - Method in class com.gooddata.sdk.model.gdc.TaskStatus
 
toString() - Method in class com.gooddata.sdk.model.gdc.UriResponse
 
toString() - Method in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItem
 
toString() - Method in class com.gooddata.sdk.model.hierarchicalconfig.ConfigItems
 
toString() - Method in enum com.gooddata.sdk.model.hierarchicalconfig.SourceType
 
toString() - Method in class com.gooddata.sdk.model.lcm.LcmEntity
 
toString() - Method in class com.gooddata.sdk.model.md.AbstractObj
 
toString() - Method in class com.gooddata.sdk.model.md.Attachment
 
toString() - Method in class com.gooddata.sdk.model.md.AttributeDisplayForm
 
toString() - Method in class com.gooddata.sdk.model.md.AttributeElement
 
toString() - Method in class com.gooddata.sdk.model.md.AttributeElements
 
toString() - Method in class com.gooddata.sdk.model.md.BulkGet
 
toString() - Method in class com.gooddata.sdk.model.md.BulkGetUris
 
toString() - Method in class com.gooddata.sdk.model.md.Column
 
toString() - Method in class com.gooddata.sdk.model.md.dashboard.filter.DashboardAttributeFilter
 
toString() - Method in class com.gooddata.sdk.model.md.dashboard.filter.DashboardDateFilter
 
toString() - Method in class com.gooddata.sdk.model.md.dashboard.filter.DashboardFilterContext
 
toString() - Method in class com.gooddata.sdk.model.md.DashboardAttachment
 
toString() - Method in class com.gooddata.sdk.model.md.DataLoadingColumn
 
toString() - Method in class com.gooddata.sdk.model.md.Dataset
 
toString() - Method in class com.gooddata.sdk.model.md.Dimension
 
toString() - Method in class com.gooddata.sdk.model.md.DisplayForm.Content
 
toString() - Method in class com.gooddata.sdk.model.md.DisplayForm.Links
 
toString() - Method in class com.gooddata.sdk.model.md.DisplayForm
 
toString() - Method in class com.gooddata.sdk.model.md.Entry
 
toString() - Method in class com.gooddata.sdk.model.md.Expression
 
toString() - Method in class com.gooddata.sdk.model.md.Fact
 
toString() - Method in class com.gooddata.sdk.model.md.IdentifiersAndUris
 
toString() - Method in class com.gooddata.sdk.model.md.IdentifierToUri
 
toString() - Method in class com.gooddata.sdk.model.md.InUseMany
 
toString() - Method in class com.gooddata.sdk.model.md.Key
 
toString() - Method in class com.gooddata.sdk.model.md.maintenance.ExportProject
 
toString() - Method in class com.gooddata.sdk.model.md.maintenance.ExportProjectToken
 
toString() - Method in class com.gooddata.sdk.model.md.maintenance.PartialMdArtifact
 
toString() - Method in class com.gooddata.sdk.model.md.maintenance.PartialMdExport
 
toString() - Method in class com.gooddata.sdk.model.md.maintenance.PartialMdExportToken
 
toString() - Method in class com.gooddata.sdk.model.md.MaqlAst.MaqlAstPosition
 
toString() - Method in class com.gooddata.sdk.model.md.MaqlAst
 
toString() - Method in class com.gooddata.sdk.model.md.Meta
 
toString() - Method in class com.gooddata.sdk.model.md.Metric
 
toString() - Method in class com.gooddata.sdk.model.md.NestedAttribute.Content
 
toString() - Method in class com.gooddata.sdk.model.md.NestedAttribute
 
toString() - Method in class com.gooddata.sdk.model.md.ProjectDashboard.Tab
 
toString() - Method in class com.gooddata.sdk.model.md.ProjectDashboard
 
toString() - Method in class com.gooddata.sdk.model.md.Query
 
toString() - Method in class com.gooddata.sdk.model.md.report.AttributeInGrid
 
toString() - Method in class com.gooddata.sdk.model.md.report.Filter
 
toString() - Method in class com.gooddata.sdk.model.md.report.Grid
 
toString() - Method in class com.gooddata.sdk.model.md.report.MetricElement
 
toString() - Method in class com.gooddata.sdk.model.md.report.MetricGroup
 
toString() - Method in class com.gooddata.sdk.model.md.report.Report
 
toString() - Method in class com.gooddata.sdk.model.md.report.ReportDefinition
 
toString() - Method in class com.gooddata.sdk.model.md.report.ReportDefinitionContent
 
toString() - Method in enum com.gooddata.sdk.model.md.report.Total
 
toString() - Method in class com.gooddata.sdk.model.md.ReportAttachment
 
toString() - Method in class com.gooddata.sdk.model.md.Restriction
 
toString() - Method in class com.gooddata.sdk.model.md.ScheduledMail
 
toString() - Method in class com.gooddata.sdk.model.md.ScheduledMailWhen
 
toString() - Method in class com.gooddata.sdk.model.md.Table
 
toString() - Method in class com.gooddata.sdk.model.md.TableDataLoad
 
toString() - Method in class com.gooddata.sdk.model.md.UriToIdentifier
 
toString() - Method in class com.gooddata.sdk.model.md.Usage
 
toString() - Method in class com.gooddata.sdk.model.md.UseMany
 
toString() - Method in class com.gooddata.sdk.model.md.UseManyEntries
 
toString() - Method in class com.gooddata.sdk.model.notification.Channel
 
toString() - Method in class com.gooddata.sdk.model.notification.EmailConfiguration
 
toString() - Method in class com.gooddata.sdk.model.notification.MessageTemplate
 
toString() - Method in class com.gooddata.sdk.model.notification.ProjectEvent
 
toString() - Method in class com.gooddata.sdk.model.notification.Subscription
 
toString() - Method in class com.gooddata.sdk.model.notification.TimerEvent
 
toString() - Method in class com.gooddata.sdk.model.project.CreatedInvitations
 
toString() - Method in class com.gooddata.sdk.model.project.Invitation
 
toString() - Method in class com.gooddata.sdk.model.project.Invitations
 
toString() - Method in class com.gooddata.sdk.model.project.model.DiffRequest
 
toString() - Method in class com.gooddata.sdk.model.project.model.ModelDiff
 
toString() - Method in class com.gooddata.sdk.model.project.model.ModelDiff.UpdateScript
 
toString() - Method in class com.gooddata.sdk.model.project.Project
 
toString() - Method in class com.gooddata.sdk.model.project.Projects
 
toString() - Method in class com.gooddata.sdk.model.project.ProjectTemplate
 
toString() - Method in class com.gooddata.sdk.model.project.ProjectTemplates
 
toString() - Method in class com.gooddata.sdk.model.project.ProjectValidationResult
 
toString() - Method in class com.gooddata.sdk.model.project.ProjectValidationResultGdcTimeElParam
 
toString() - Method in class com.gooddata.sdk.model.project.ProjectValidationResultObjectParam
 
toString() - Method in class com.gooddata.sdk.model.project.ProjectValidationResults
 
toString() - Method in class com.gooddata.sdk.model.project.ProjectValidationResultSliElParam
 
toString() - Method in class com.gooddata.sdk.model.project.ProjectValidationResultStringParam
 
toString() - Method in class com.gooddata.sdk.model.project.ProjectValidations
 
toString() - Method in class com.gooddata.sdk.model.project.ProjectValidationType
 
toString() - Method in class com.gooddata.sdk.model.project.Role
 
toString() - Method in class com.gooddata.sdk.model.project.Roles
 
toString() - Method in class com.gooddata.sdk.model.project.User
 
toString() - Method in class com.gooddata.sdk.model.warehouse.Warehouse
 
toString() - Method in class com.gooddata.sdk.model.warehouse.WarehouseSchema
 
toString() - Method in class com.gooddata.sdk.model.warehouse.WarehouseUser
 
total(int...) - Method in class com.gooddata.sdk.model.executeafm.result.Paging
Sets size compound of given elements, each element per dimension
Total - Enum in com.gooddata.sdk.model.md.report
Represents type of Total for AttributeInGrid
TotalHeaderItem - Class in com.gooddata.sdk.model.executeafm.response
Header of total
TotalHeaderItem(Total) - Constructor for class com.gooddata.sdk.model.executeafm.response.TotalHeaderItem
Creates new header
TotalHeaderItem(String) - Constructor for class com.gooddata.sdk.model.executeafm.response.TotalHeaderItem
Creates new header
TotalItem - Class in com.gooddata.sdk.model.executeafm.resultspec
Total definition
TotalItem(String, Total, String) - Constructor for class com.gooddata.sdk.model.executeafm.resultspec.TotalItem
 
TotalItem(String, String, String) - Constructor for class com.gooddata.sdk.model.executeafm.resultspec.TotalItem
Total definition
TotalLocatorItem - Class in com.gooddata.sdk.model.executeafm.resultspec
Holds total type and attribute to which this total corresponds.
TotalLocatorItem(String, String) - Constructor for class com.gooddata.sdk.model.executeafm.resultspec.TotalLocatorItem
 
TRANSFORMED - com.gooddata.sdk.model.connector.Status.Code
 
TRANSFORMING - com.gooddata.sdk.model.connector.Status.Code
 
TREND - com.gooddata.sdk.model.md.visualization.CollectionType
 
Trigger - Interface in com.gooddata.sdk.model.notification
Interface for subscription triggers
TriggerCondition - Class in com.gooddata.sdk.model.notification
Condition of trigger
TriggerCondition(String) - Constructor for class com.gooddata.sdk.model.notification.TriggerCondition
 
TYPE_DISPLAY_FORM - Static variable in class com.gooddata.sdk.model.md.Column
 
TYPE_FACT - Static variable in class com.gooddata.sdk.model.md.Column
 
TYPE_FK - Static variable in class com.gooddata.sdk.model.md.Column
 
TYPE_FULL - Static variable in class com.gooddata.sdk.model.md.TableDataLoad
 
TYPE_INCREMENTAL - Static variable in class com.gooddata.sdk.model.md.TableDataLoad
 
TYPE_INPUT_PK - Static variable in class com.gooddata.sdk.model.md.Column
 
TYPE_PK - Static variable in class com.gooddata.sdk.model.md.Column
 

U

Updatable - Interface in com.gooddata.sdk.model.md
Marker interface for metadata objects which can be updated.
UpdateView() - Constructor for class com.gooddata.sdk.model.account.Account.UpdateView
 
Upload - Class in com.gooddata.sdk.model.dataset
Contains information about single dataset upload.
UPLOADED - com.gooddata.sdk.model.connector.Status.Code
 
UPLOADING - com.gooddata.sdk.model.connector.Status.Code
 
UploadMode - Enum in com.gooddata.sdk.model.dataset
Upload modes enum.
Uploads - Class in com.gooddata.sdk.model.dataset
Contains collection of dataset uploads.
UploadsInfo - Class in com.gooddata.sdk.model.dataset
Contains information about dataset uploads for every single dataset in the project.
UploadsInfo.DataSet - Class in com.gooddata.sdk.model.dataset
Contains information about dataset uploads for one dataset in the project.
UploadStatistics - Class in com.gooddata.sdk.model.dataset
Global statistics about project's uploads
URI - Static variable in class com.gooddata.sdk.model.account.Account
 
URI - Static variable in class com.gooddata.sdk.model.account.SeparatorSettings
 
URI - Static variable in class com.gooddata.sdk.model.connector.IntegrationProcessStatus
 
URI - Static variable in class com.gooddata.sdk.model.dataload.OutputStage
 
URI - Static variable in class com.gooddata.sdk.model.dataload.processes.DataloadProcess
 
URI - Static variable in class com.gooddata.sdk.model.dataload.processes.DataloadProcesses
 
URI - Static variable in class com.gooddata.sdk.model.dataload.processes.Schedule
 
URI - Static variable in class com.gooddata.sdk.model.dataload.processes.ScheduleExecution
 
URI - Static variable in class com.gooddata.sdk.model.dataload.processes.Schedules
 
URI - Static variable in class com.gooddata.sdk.model.dataset.DatasetLinks
 
URI - Static variable in class com.gooddata.sdk.model.dataset.DatasetManifest
 
URI - Static variable in class com.gooddata.sdk.model.dataset.MaqlDml
 
URI - Static variable in class com.gooddata.sdk.model.dataset.Pull
 
URI - Static variable in class com.gooddata.sdk.model.dataset.PullTask
 
URI - Static variable in class com.gooddata.sdk.model.dataset.Upload
 
URI - Static variable in class com.gooddata.sdk.model.dataset.UploadsInfo
 
URI - Static variable in class com.gooddata.sdk.model.dataset.UploadStatistics
 
URI - Static variable in class com.gooddata.sdk.model.export.ReportRequest
 
URI - Static variable in class com.gooddata.sdk.model.gdc.RootLinks
URI of GoodData API root
URI - Static variable in class com.gooddata.sdk.model.lcm.LcmEntities
 
URI - Static variable in class com.gooddata.sdk.model.md.BulkGet
 
URI - Static variable in class com.gooddata.sdk.model.md.IdentifiersAndUris
 
URI - Static variable in class com.gooddata.sdk.model.md.maintenance.ExportProject
 
URI - Static variable in class com.gooddata.sdk.model.md.maintenance.ExportProjectToken
 
URI - Static variable in class com.gooddata.sdk.model.md.maintenance.PartialMdExport
 
URI - Static variable in class com.gooddata.sdk.model.md.maintenance.PartialMdExportToken
 
URI - Static variable in interface com.gooddata.sdk.model.md.Obj
 
URI - Static variable in class com.gooddata.sdk.model.md.Query
 
URI - Static variable in class com.gooddata.sdk.model.notification.Channel
 
URI - Static variable in class com.gooddata.sdk.model.notification.ProjectEvent
 
URI - Static variable in class com.gooddata.sdk.model.notification.Subscription
 
URI - Static variable in class com.gooddata.sdk.model.project.Invitations
 
URI - Static variable in class com.gooddata.sdk.model.project.model.DiffRequest
 
URI - Static variable in class com.gooddata.sdk.model.project.model.MaqlDdl
 
URI - Static variable in class com.gooddata.sdk.model.project.Project
 
URI - Static variable in class com.gooddata.sdk.model.project.Projects
 
URI - Static variable in class com.gooddata.sdk.model.project.ProjectTemplate
 
URI - Static variable in class com.gooddata.sdk.model.project.ProjectValidations
 
URI - Static variable in class com.gooddata.sdk.model.project.Role
 
URI - Static variable in class com.gooddata.sdk.model.project.Roles
 
URI - Static variable in class com.gooddata.sdk.model.project.User
 
URI - Static variable in class com.gooddata.sdk.model.project.Users
 
URI - Static variable in class com.gooddata.sdk.model.projecttemplate.Templates
Deprecated.
 
URI - Static variable in class com.gooddata.sdk.model.warehouse.Warehouse
 
URI - Static variable in class com.gooddata.sdk.model.warehouse.Warehouses
 
URI - Static variable in class com.gooddata.sdk.model.warehouse.WarehouseSchema
 
URI - Static variable in class com.gooddata.sdk.model.warehouse.WarehouseSchemas
 
URI - Static variable in class com.gooddata.sdk.model.warehouse.WarehouseUser
 
URI - Static variable in class com.gooddata.sdk.model.warehouse.WarehouseUsers
 
UriAttributeFilterElements - Class in com.gooddata.sdk.model.executeafm.afm.filter
AttributeFilterElements represented by uris of elements.
UriAttributeFilterElements(String...) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.UriAttributeFilterElements
Creates new instance of given attribute elements' uris.
UriAttributeFilterElements(List<String>) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.UriAttributeFilterElements
Creates new instance of given attribute elements' uris.
uriFromExecutionUri(URI) - Static method in class com.gooddata.sdk.model.dataload.processes.ProcessExecutionDetail
 
UriHelper - Class in com.gooddata.sdk.model.util
Utilities for URI.
UriHelper() - Constructor for class com.gooddata.sdk.model.util.UriHelper
 
UriObjQualifier - Class in com.gooddata.sdk.model.executeafm
Qualifies metadata Obj using an URI
UriObjQualifier(String) - Constructor for class com.gooddata.sdk.model.executeafm.UriObjQualifier
 
UriResponse - Class in com.gooddata.sdk.model.gdc
Response containing URI string.
UriResponse(String) - Constructor for class com.gooddata.sdk.model.gdc.UriResponse
 
uris(T...) - Static method in class com.gooddata.sdk.model.md.AbstractObj
Get list of URIs of the given Objs
UriToIdentifier - Class in com.gooddata.sdk.model.md
Structure with list of URIs to be expanded to list of symbolic names (identifiers).
UriToIdentifier(Collection<String>) - Constructor for class com.gooddata.sdk.model.md.UriToIdentifier
 
URL - Static variable in class com.gooddata.sdk.model.connector.Integration
 
URL - Static variable in class com.gooddata.sdk.model.connector.ProcessStatus
 
URL - Static variable in class com.gooddata.sdk.model.connector.Reload
 
URL - Static variable in class com.gooddata.sdk.model.connector.Zendesk4Settings
 
URL - Static variable in class com.gooddata.sdk.model.dataset.EtlMode
 
Usage - Class in com.gooddata.sdk.model.md
Describes object usages.
Usage(String, Collection<Entry>) - Constructor for class com.gooddata.sdk.model.md.Usage
Constructs object.
USEDBY_URI - Static variable in class com.gooddata.sdk.model.md.InUseMany
 
UseMany - Class in com.gooddata.sdk.model.md
UsedBy/Using batch result
UseManyEntries - Class in com.gooddata.sdk.model.md
 
User - Class in com.gooddata.sdk.model.project
User in project
User(Account, Role...) - Constructor for class com.gooddata.sdk.model.project.User
 
USER - com.gooddata.sdk.model.hierarchicalconfig.SourceType
 
USER_ERROR - com.gooddata.sdk.model.connector.Status.Code
 
USER_PROCESSES_URI - Static variable in class com.gooddata.sdk.model.dataload.processes.DataloadProcesses
 
USER_URI - Static variable in class com.gooddata.sdk.model.auditevent.AuditEvent
 
Users - Class in com.gooddata.sdk.model.project
List of users.
Users(User...) - Constructor for class com.gooddata.sdk.model.project.Users
 

V

validateExecutable(String) - Method in class com.gooddata.sdk.model.dataload.processes.DataloadProcess
 
ValueAttributeFilterElements - Class in com.gooddata.sdk.model.executeafm.afm.filter
AttributeFilterElements represented by values of elements.
ValueAttributeFilterElements(String...) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.ValueAttributeFilterElements
Creates new instance of given attribute elements' values.
ValueAttributeFilterElements(List<String>) - Constructor for class com.gooddata.sdk.model.executeafm.afm.filter.ValueAttributeFilterElements
Creates new instance of given attribute elements' values.
valueOf(String) - Static method in enum com.gooddata.sdk.model.account.Account.AuthenticationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.connector.ConnectorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.connector.Status.Code
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.connector.Zendesk4Settings.Zendesk4Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.dataload.processes.ProcessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.dataload.processes.ScheduleState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.dataset.EtlModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.dataset.LookupMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.dataset.UploadMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.executeafm.afm.Aggregation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.executeafm.afm.filter.ComparisonConditionOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.executeafm.afm.filter.RangeConditionOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.executeafm.afm.filter.RankingFilterOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.executeafm.resultspec.AttributeSortAggregation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.executeafm.resultspec.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.export.ExportFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.hierarchicalconfig.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.md.report.Total
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.md.Restriction.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.md.visualization.CollectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.md.visualization.VisualizationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.project.Environment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.project.ProjectDriver
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.project.ProjectEnvironment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gooddata.sdk.model.warehouse.WarehouseUserRole
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.gooddata.sdk.model.account.Account.AuthenticationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.sdk.model.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.sdk.model.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.sdk.model.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.sdk.model.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.sdk.model.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.sdk.model.dataset.EtlModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.sdk.model.dataset.LookupMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.sdk.model.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.sdk.model.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.sdk.model.executeafm.afm.filter.ComparisonConditionOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.sdk.model.executeafm.afm.filter.RangeConditionOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.sdk.model.executeafm.afm.filter.RankingFilterOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.sdk.model.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.sdk.model.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.sdk.model.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.sdk.model.hierarchicalconfig.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.sdk.model.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.sdk.model.md.Restriction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.sdk.model.md.visualization.CollectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.sdk.model.md.visualization.VisualizationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gooddata.sdk.model.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.sdk.model.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.sdk.model.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.sdk.model.warehouse.WarehouseUserRole
Returns an array containing the constants of this enum type, in the order they are declared.
VERTICA - com.gooddata.sdk.model.project.ProjectDriver
 
VIEW - com.gooddata.sdk.model.md.visualization.CollectionType
 
VisualizationAttribute - Class in com.gooddata.sdk.model.md.visualization
Represents attribute item withing Bucket
VisualizationAttribute(UriObjQualifier, String) - Constructor for class com.gooddata.sdk.model.md.visualization.VisualizationAttribute
Creates new instance of visualization attribute for use in Bucket
VisualizationAttribute(UriObjQualifier, String, String) - Constructor for class com.gooddata.sdk.model.md.visualization.VisualizationAttribute
Creates new instance of visualization attribute for use in Bucket
VisualizationClass - Class in com.gooddata.sdk.model.md.visualization
Class for holding information about visualization, including uri to its implementation, icons, order index and checksum
VisualizationConverter - Class in com.gooddata.sdk.model.md.visualization
Helper class for converting VisualizationObject into Execution
VisualizationConverter() - Constructor for class com.gooddata.sdk.model.md.visualization.VisualizationConverter
 
VisualizationExecution - Class in com.gooddata.sdk.model.executeafm
Represents structure for triggering execution with reference to visualization object.
VisualizationExecution(String) - Constructor for class com.gooddata.sdk.model.executeafm.VisualizationExecution
Constructor.
VisualizationObject - Class in com.gooddata.sdk.model.md.visualization
Complete information about new visualization object that can be stored as MD object (see Obj) to md server.
VisualizationObject(String, String) - Constructor for class com.gooddata.sdk.model.md.visualization.VisualizationObject
Constructor.
VisualizationType - Enum in com.gooddata.sdk.model.md.visualization
Represents supported types of currently used visualizations
VOID - com.gooddata.sdk.model.dataset.EtlModeType
 
VOPopMeasureDefinition - Class in com.gooddata.sdk.model.md.visualization
Deprecated.
identical with PopMeasureDefinition, see https://github.com/gooddata/gooddata-java/issues/581 Let's remove it once it's removed from API.
VOPopMeasureDefinition(String, ObjQualifier) - Constructor for class com.gooddata.sdk.model.md.visualization.VOPopMeasureDefinition
Deprecated.
Creates instance of Period over Period measure definition to be used in VisualizationObject
VOSimpleMeasureDefinition - Class in com.gooddata.sdk.model.md.visualization
Deprecated.
identical with MeasureDefinition, see https://github.com/gooddata/gooddata-java/issues/581 Let's remove it once it's removed from API.
VOSimpleMeasureDefinition(ObjQualifier) - Constructor for class com.gooddata.sdk.model.md.visualization.VOSimpleMeasureDefinition
Deprecated.
Creates instance of simple measure definition to be used in VisualizationObject
VOSimpleMeasureDefinition(ObjQualifier, Aggregation, Boolean, FilterItem...) - Constructor for class com.gooddata.sdk.model.md.visualization.VOSimpleMeasureDefinition
Deprecated.
Creates instance of simple measure definition to be used in VisualizationObject
VOSimpleMeasureDefinition(ObjQualifier, Aggregation, Boolean, List<FilterItem>) - Constructor for class com.gooddata.sdk.model.md.visualization.VOSimpleMeasureDefinition
Deprecated.
Creates instance of simple measure definition to be used in VisualizationObject
VOSimpleMeasureDefinition(ObjQualifier, String, Boolean, List<FilterItem>) - Constructor for class com.gooddata.sdk.model.md.visualization.VOSimpleMeasureDefinition
Deprecated.
Creates instance of simple measure definition to be used in VisualizationObject

W

Warehouse - Class in com.gooddata.sdk.model.warehouse
Warehouse
Warehouse(String, String) - Constructor for class com.gooddata.sdk.model.warehouse.Warehouse
 
Warehouse(String, String, String) - Constructor for class com.gooddata.sdk.model.warehouse.Warehouse
 
Warehouse(String, String, String, ZonedDateTime, ZonedDateTime, String, String, String, String, String, Map<String, String>) - Constructor for class com.gooddata.sdk.model.warehouse.Warehouse
 
Warehouse(String, String, String, ZonedDateTime, ZonedDateTime, String, String, String, String, String, Map<String, String>, String) - Constructor for class com.gooddata.sdk.model.warehouse.Warehouse
 
Warehouses - Class in com.gooddata.sdk.model.warehouse
List of warehouses.
Warehouses(List<Warehouse>, Paging) - Constructor for class com.gooddata.sdk.model.warehouse.Warehouses
 
Warehouses(List<Warehouse>, Paging, Map<String, String>) - Constructor for class com.gooddata.sdk.model.warehouse.Warehouses
 
WarehouseSchema - Class in com.gooddata.sdk.model.warehouse
Warehouse schema.
WarehouseSchemas - Class in com.gooddata.sdk.model.warehouse
List of warehouse schemas.
WarehouseSchemas(List<WarehouseSchema>, Paging) - Constructor for class com.gooddata.sdk.model.warehouse.WarehouseSchemas
 
WarehouseSchemas(List<WarehouseSchema>, Paging, Map<String, String>) - Constructor for class com.gooddata.sdk.model.warehouse.WarehouseSchemas
 
WarehouseTask - Class in com.gooddata.sdk.model.warehouse
Async task for warehouse.
WarehouseUser - Class in com.gooddata.sdk.model.warehouse
Warehouse user
WarehouseUser(String, String, String) - Constructor for class com.gooddata.sdk.model.warehouse.WarehouseUser
Creates a new instance with given parameters.
WarehouseUser(String, String, String, Map<String, String>) - Constructor for class com.gooddata.sdk.model.warehouse.WarehouseUser
 
WarehouseUserRole - Enum in com.gooddata.sdk.model.warehouse
Role of the user in the Datawarehouse
WarehouseUsers - Class in com.gooddata.sdk.model.warehouse
List of warehouse users.
WarehouseUsers(List<WarehouseUser>, Paging) - Constructor for class com.gooddata.sdk.model.warehouse.WarehouseUsers
 
WarehouseUsers(List<WarehouseUser>, Paging, Map<String, String>) - Constructor for class com.gooddata.sdk.model.warehouse.WarehouseUsers
 
Warning - Class in com.gooddata.sdk.model.executeafm.result
ExecutionResult's warning.
Warning(String, String) - Constructor for class com.gooddata.sdk.model.executeafm.result.Warning
Creates new instance
Warning(String, String, List<Object>) - Constructor for class com.gooddata.sdk.model.executeafm.result.Warning
Creates new instance
wasTriggered() - Method in class com.gooddata.sdk.model.md.dashboard.KpiAlert
 
withClient(String) - Method in class com.gooddata.sdk.model.lcm.LcmEntityFilter
Adds given client to this filter.
withDataProduct(String) - Method in class com.gooddata.sdk.model.lcm.LcmEntityFilter
Adds given data product to this filter.
withObjUriQualifier(UriObjQualifier) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.AbsoluteDateFilter
 
withObjUriQualifier(UriObjQualifier) - Method in interface com.gooddata.sdk.model.executeafm.afm.filter.FilterItem
Copy itself using given uri qualifier
withObjUriQualifier(UriObjQualifier) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.NegativeAttributeFilter
 
withObjUriQualifier(UriObjQualifier) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.PositiveAttributeFilter
 
withObjUriQualifier(UriObjQualifier) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RelativeDateFilter
 
withObjUriQualifiers(ObjQualifierConverter) - Method in class com.gooddata.sdk.model.executeafm.afm.ArithmeticMeasureDefinition
no conversion is done, because this definition uses only local identifiers
withObjUriQualifiers(ObjQualifierConverter) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.RankingFilter
Copy itself using the given object qualifier converter in case when IdentifierObjQualifier instances are used in the object otherwise the original object is returned.
withObjUriQualifiers(ObjQualifierConverter) - Method in interface com.gooddata.sdk.model.executeafm.afm.MeasureDefinition
Copy itself using the given object qualifier converter in case when IdentifierObjQualifier instances are used in the object otherwise the original object is returned.
withObjUriQualifiers(ObjQualifierConverter) - Method in class com.gooddata.sdk.model.executeafm.afm.OverPeriodMeasureDefinition
 
withObjUriQualifiers(ObjQualifierConverter) - Method in class com.gooddata.sdk.model.executeafm.afm.PopMeasureDefinition
Deprecated.
 
withObjUriQualifiers(ObjQualifierConverter) - Method in class com.gooddata.sdk.model.executeafm.afm.PreviousPeriodMeasureDefinition
 
withObjUriQualifiers(ObjQualifierConverter) - Method in class com.gooddata.sdk.model.executeafm.afm.SimpleMeasureDefinition
 
withSegment(String) - Method in class com.gooddata.sdk.model.lcm.LcmEntityFilter
Adds given segment to this filter.
withTriggeredState(boolean) - Method in class com.gooddata.sdk.model.md.dashboard.KpiAlert
Creates new copy of KPI alert with a given triggered state changed.
withUriObjQualifier(UriObjQualifier) - Method in class com.gooddata.sdk.model.executeafm.afm.filter.MeasureValueFilter
Copy itself using given uri qualifier

X

XLS - com.gooddata.sdk.model.export.ExportFormat
 
XLSX - com.gooddata.sdk.model.export.ExportFormat
 

Z

ZENDESK4 - com.gooddata.sdk.model.connector.ConnectorType
 
Zendesk4ProcessExecution - Class in com.gooddata.sdk.model.connector
Zendesk 4 (Insights) connector process execution (i.e.
Zendesk4ProcessExecution() - Constructor for class com.gooddata.sdk.model.connector.Zendesk4ProcessExecution
 
Zendesk4ProcessExecution.DownloadParams - Class in com.gooddata.sdk.model.connector
 
Zendesk4Settings - Class in com.gooddata.sdk.model.connector
Zendesk 4 (Insights) connector settings.
Zendesk4Settings(String) - Constructor for class com.gooddata.sdk.model.connector.Zendesk4Settings
 
Zendesk4Settings(String, String, String, String, String, String) - Constructor for class com.gooddata.sdk.model.connector.Zendesk4Settings
 
Zendesk4Settings.Zendesk4Type - Enum in com.gooddata.sdk.model.connector
Type of Zendesk account.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages