Uses of Enum
org.gitlab4j.api.Constants.IssueScope
Packages that use Constants.IssueScope
-
Uses of Constants.IssueScope in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.IssueScopeModifier and TypeMethodDescriptionstatic Constants.IssueScope
static Constants.IssueScope
Returns the enum constant of this type with the specified name.static Constants.IssueScope[]
Constants.IssueScope.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Constants.IssueScope in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Constants.IssueScopeMethods in org.gitlab4j.api.models with parameters of type Constants.IssueScopeModifier and TypeMethodDescriptionvoid
IssueFilter.setScope
(Constants.IssueScope scope) IssueFilter.withScope
(Constants.IssueScope scope) IssuesStatisticsFilter.withScope
(Constants.IssueScope scope)