Uses of Enum Class
net.bluemind.core.rest.base.GenericStream.State
Packages that use GenericStream.State
-
Uses of GenericStream.State in net.bluemind.core.rest.base
Fields in net.bluemind.core.rest.base declared as GenericStream.StateMethods in net.bluemind.core.rest.base that return GenericStream.StateModifier and TypeMethodDescriptionstatic GenericStream.State
Returns the enum constant of this class with the specified name.static GenericStream.State[]
GenericStream.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bluemind.core.rest.base with parameters of type GenericStream.StateModifier and TypeMethodDescriptionstatic <T> GenericStream.StreamState
<T> GenericStream.StreamState.create
(GenericStream.State state, T value) Constructors in net.bluemind.core.rest.base with parameters of type GenericStream.State