Uses of Enum Class
org.miaixz.bus.gitlab.models.AbstractEpic.EpicState
Packages that use AbstractEpic.EpicState
-
Uses of AbstractEpic.EpicState in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return AbstractEpic.EpicStateModifier and TypeMethodDescriptionstatic AbstractEpic.EpicStateAbstractEpic.getState()static AbstractEpic.EpicStateReturns the enum constant of this class with the specified name.static AbstractEpic.EpicState[]AbstractEpic.EpicState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.gitlab.models with parameters of type AbstractEpic.EpicStateModifier and TypeMethodDescriptionvoidAbstractEpic.setState(AbstractEpic.EpicState state) EpicFilter.withState(AbstractEpic.EpicState state) Add 'state' filter.