Uses of Enum
org.gitlab4j.api.Constants.IssueState
Packages that use Constants.IssueState
-
Uses of Constants.IssueState in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.IssueStateModifier and TypeMethodDescriptionstatic Constants.IssueStatestatic Constants.IssueStateReturns the enum constant of this type with the specified name.static Constants.IssueState[]Constants.IssueState.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Constants.IssueState in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Constants.IssueStateMethods in org.gitlab4j.api.models with parameters of type Constants.IssueStateModifier and TypeMethodDescriptionvoidAbstractIssue.setState(Constants.IssueState state) voidIssueFilter.setState(Constants.IssueState state) IssueFilter.withState(Constants.IssueState state)