Uses of Interface
com.gooddata.sdk.model.md.Obj
-
Uses of Obj in com.gooddata.sdk.model.md
Subinterfaces of Obj in com.gooddata.sdk.model.md Modifier and Type Interface Description interfaceQueryableMarker interface for metadata objects which can be found using query resource (see MetadataService.find* methods).interfaceUpdatableMarker interface for metadata objects which can be updated.Classes in com.gooddata.sdk.model.md that implement Obj Modifier and Type Class Description classAttributeAttribute of GoodData project datasetclassAttributeDisplayFormDisplay form of attributeclassColumnRepresents physical data model column.classDataLoadingColumnRepresents datasets' loading column.classDatasetRepresents metadata datasetclassDimensionRepresents metadata dimension.classFactFact of GoodData project datasetclassMetricMetricclassProjectDashboardProject Dashboard of GoodData project.
Deserialization only.classScheduledMailA scheduled mail MD object.classTableRepresents physical data model table.classTableDataLoadRepresents data load of physical table.Methods in com.gooddata.sdk.model.md with type parameters of type Obj Modifier and Type Method Description protected static <T extends Obj>
java.lang.String[]AbstractObj. uris(T... objs)Get list of URIs of the givenObjsMethods in com.gooddata.sdk.model.md that return types with arguments of type Obj Modifier and Type Method Description java.util.Collection<Obj>BulkGet. getItems()Methods in com.gooddata.sdk.model.md with parameters of type Obj Modifier and Type Method Description protected static <T extends Obj>
java.lang.String[]AbstractObj. uris(T... objs)Get list of URIs of the givenObjs -
Uses of Obj in com.gooddata.sdk.model.md.dashboard
Classes in com.gooddata.sdk.model.md.dashboard that implement Obj Modifier and Type Class Description classAnalyticalDashboardRepresents analytical dashboard configuration.classKpiRepresents KPI (key performance indicator) for analytical dashboard.classKpiAlertRepresents KPI alert set for some KPI on analytical dashboard. -
Uses of Obj in com.gooddata.sdk.model.md.dashboard.filter
Classes in com.gooddata.sdk.model.md.dashboard.filter that implement Obj Modifier and Type Class Description classDashboardFilterContextClass encapsulates list of filters on analytical dashboard. -
Uses of Obj in com.gooddata.sdk.model.md.report
Classes in com.gooddata.sdk.model.md.report that implement Obj Modifier and Type Class Description classReportReportclassReportDefinitionReport definition -
Uses of Obj in com.gooddata.sdk.model.md.visualization
Classes in com.gooddata.sdk.model.md.visualization that implement Obj Modifier and Type Class Description classVisualizationClassClass for holding information about visualization, including uri to its implementation, icons, order index and checksumclassVisualizationObjectComplete information about new visualization object that can be stored as MD object (seeObj) to md server.