Uses of Enum Class
org.miaixz.bus.gitlab.models.Constants.IssueState
Packages that use Constants.IssueState
-
Uses of Constants.IssueState in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return Constants.IssueStateModifier and TypeMethodDescriptionstatic Constants.IssueStateAbstractIssue.getState()IssueFilter.getState()static Constants.IssueStateReturns the enum constant of this class with the specified name.static Constants.IssueState[]Constants.IssueState.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 Constants.IssueStateModifier and TypeMethodDescriptionvoidAbstractIssue.setState(Constants.IssueState state) voidIssueFilter.setState(Constants.IssueState state) IssueFilter.withState(Constants.IssueState state)