Uses of Class
com.gooddata.sdk.model.md.visualization.CollectionType
| Package | Description |
|---|---|
| com.gooddata.sdk.model.md.visualization |
-
Uses of CollectionType in com.gooddata.sdk.model.md.visualization
Methods in com.gooddata.sdk.model.md.visualization that return CollectionType Modifier and Type Method Description static CollectionTypeCollectionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CollectionType[]CollectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gooddata.sdk.model.md.visualization with parameters of type CollectionType Modifier and Type Method Description VisualizationAttributeVisualizationObject. getAttributeFromCollection(CollectionType type)Returns attribute from collection bucket, if and only if bucket contains exactly one item of typeVisualizationAttribute, null otherwise