Uses of Class
com.gooddata.sdk.model.executeafm.afm.OverPeriodDateAttribute
-
Packages that use OverPeriodDateAttribute Package Description com.gooddata.sdk.model.executeafm.afm -
-
Uses of OverPeriodDateAttribute in com.gooddata.sdk.model.executeafm.afm
Methods in com.gooddata.sdk.model.executeafm.afm that return types with arguments of type OverPeriodDateAttribute Modifier and Type Method Description java.util.List<OverPeriodDateAttribute>OverPeriodMeasureDefinition. getDateAttributes()The date attributes that defines how this measure will be shifted in time.Constructor parameters in com.gooddata.sdk.model.executeafm.afm with type arguments of type OverPeriodDateAttribute Constructor Description OverPeriodMeasureDefinition(java.lang.String measureIdentifier, java.util.List<OverPeriodDateAttribute> dateAttributes)Create a new instance ofOverPeriodMeasureDefinition.
-