Uses of Enum Class
org.aoju.bus.gitlab.Constants.IssueState
Packages that use Constants.IssueState
-
Uses of Constants.IssueState in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab that return Constants.IssueStateModifier and TypeMethodDescriptionstatic Constants.IssueStatestatic 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. -
Uses of Constants.IssueState in org.aoju.bus.gitlab.models
Methods in org.aoju.bus.gitlab.models that return Constants.IssueStateMethods in org.aoju.bus.gitlab.models with parameters of type Constants.IssueStateModifier and TypeMethodDescriptionvoidIssue.setState(Constants.IssueState state) voidIssueFilter.setState(Constants.IssueState state) IssueFilter.withState(Constants.IssueState state)