Uses of Class
com.gooddata.sdk.model.executeafm.afm.AttributeItem
-
Packages that use AttributeItem Package Description com.gooddata.sdk.model.executeafm.afm com.gooddata.sdk.model.md.visualization -
-
Uses of AttributeItem in com.gooddata.sdk.model.executeafm.afm
Methods in com.gooddata.sdk.model.executeafm.afm that return AttributeItem Modifier and Type Method Description AttributeItemAfm. getAttribute(java.lang.String localIdentifier)FindAttributeItemwithin attributes by given localIdentifierMethods in com.gooddata.sdk.model.executeafm.afm that return types with arguments of type AttributeItem Modifier and Type Method Description java.util.List<AttributeItem>Afm. getAttributes()Methods in com.gooddata.sdk.model.executeafm.afm with parameters of type AttributeItem Modifier and Type Method Description AfmAfm. addAttribute(AttributeItem attribute)Method parameters in com.gooddata.sdk.model.executeafm.afm with type arguments of type AttributeItem Modifier and Type Method Description voidAfm. setAttributes(java.util.List<AttributeItem> attributes)Constructor parameters in com.gooddata.sdk.model.executeafm.afm with type arguments of type AttributeItem Constructor Description Afm(java.util.List<AttributeItem> attributes, java.util.List<CompatibilityFilter> filters, java.util.List<MeasureItem> measures, java.util.List<NativeTotalItem> nativeTotals) -
Uses of AttributeItem in com.gooddata.sdk.model.md.visualization
Subclasses of AttributeItem in com.gooddata.sdk.model.md.visualization Modifier and Type Class Description classVisualizationAttributeRepresents attribute item withingBucket
-