Uses of Enum Class
dev.getelements.elements.sdk.model.largeobject.LargeObjectState
Packages that use LargeObjectState
Package
Description
-
Uses of LargeObjectState in dev.getelements.elements.dao.mongo.model.largeobject
Methods in dev.getelements.elements.dao.mongo.model.largeobject that return LargeObjectStateMethods in dev.getelements.elements.dao.mongo.model.largeobject with parameters of type LargeObjectState -
Uses of LargeObjectState in dev.getelements.elements.sdk.model.largeobject
Methods in dev.getelements.elements.sdk.model.largeobject that return LargeObjectStateModifier and TypeMethodDescriptionLargeObject.getState()
LargeObjectReference.getState()
static LargeObjectState
Returns the enum constant of this class with the specified name.static LargeObjectState[]
LargeObjectState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.getelements.elements.sdk.model.largeobject with parameters of type LargeObjectStateModifier and TypeMethodDescriptionvoid
LargeObject.setState
(LargeObjectState state) void
LargeObjectReference.setState
(LargeObjectState state)