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