Uses of Enum Class
com.appliedolap.essbase.EssJob.Status
Packages that use EssJob.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 EssJob.Status in com.appliedolap.essbase
Methods in com.appliedolap.essbase that return EssJob.StatusModifier and TypeMethodDescriptionstatic EssJob.StatusEssJob.Status.fromCode(int code) EssJob.getStatus()Gets the status of this job.static EssJob.StatusReturns the enum constant of this class with the specified name.static EssJob.Status[]EssJob.Status.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EssJob.Status in com.appliedolap.essbase.impl
Methods in com.appliedolap.essbase.impl that return EssJob.Status