Uses of Interface
com.gooddata.sdk.model.md.visualization.BucketItem
-
Packages that use BucketItem Package Description com.gooddata.sdk.model.md.visualization -
-
Uses of BucketItem in com.gooddata.sdk.model.md.visualization
Classes in com.gooddata.sdk.model.md.visualization that implement BucketItem Modifier and Type Class Description classMeasureRepresents measure item withinBucketclassVisualizationAttributeRepresents attribute item withingBucketMethods in com.gooddata.sdk.model.md.visualization that return types with arguments of type BucketItem Modifier and Type Method Description java.util.List<BucketItem>Bucket. getItems()Constructor parameters in com.gooddata.sdk.model.md.visualization with type arguments of type BucketItem Constructor Description Bucket(java.lang.String localIdentifier, java.util.List<BucketItem> items)Creates new instance of bucket
-