Uses of Enum Class
com.appliedolap.essbase.EssApplication.Status
Packages that use EssApplication.Status
Package
Description
The classes in this package model client API that works with the Essbase REST API.
Implementations of the public API interfaces declared in
com.appliedolap.essbase, backed
by the generated REST client in com.appliedolap.essbase.client.-
Uses of EssApplication.Status in com.appliedolap.essbase
Methods in com.appliedolap.essbase that return EssApplication.StatusModifier and TypeMethodDescriptionEssApplication.getStatus()Gets the status of this application.static EssApplication.StatusCreates a status by parsing the given text.static EssApplication.StatusReturns the enum constant of this class with the specified name.static EssApplication.Status[]EssApplication.Status.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EssApplication.Status in com.appliedolap.essbase.impl
Methods in com.appliedolap.essbase.impl that return EssApplication.Status