Uses of Enum Class
com.appliedolap.essbase.EssCubeView.Indentation
Packages that use EssCubeView.Indentation
Package
Description
The classes in this package model client API that works with the Essbase REST API.
-
Uses of EssCubeView.Indentation in com.appliedolap.essbase
Methods in com.appliedolap.essbase that return EssCubeView.IndentationModifier and TypeMethodDescriptionEssCubeView.GridPreferences.indentation()Returns the value of theindentationrecord component.static EssCubeView.IndentationReturns the enum constant of this class with the specified name.static EssCubeView.Indentation[]EssCubeView.Indentation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.appliedolap.essbase with parameters of type EssCubeView.IndentationModifierConstructorDescriptionGridPreferences(EssCubeView.Indentation indentation, boolean suppressMissingRows, boolean suppressZeroRows, boolean suppressUnderscoreRows, boolean repeatMemberLabels, EssCubeView.ZoomInPreference zoomInPreference, boolean includeSelection, boolean withinSelectedGroup, boolean removeUnselectedGroup) Creates an instance of aGridPreferencesrecord class.