Uses of Enum Class
org.miaixz.bus.gitlab.models.Constants.IssueScope
Packages that use Constants.IssueScope
-
Uses of Constants.IssueScope in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return Constants.IssueScopeModifier and TypeMethodDescriptionstatic Constants.IssueScopeIssueFilter.getScope()static 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.Methods 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)