Uses of Enum Class
org.miaixz.bus.gitlab.models.Constants.IssueOrderBy
Packages that use Constants.IssueOrderBy
-
Uses of Constants.IssueOrderBy in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return Constants.IssueOrderByModifier and TypeMethodDescriptionstatic Constants.IssueOrderByIssueFilter.getOrderBy()static Constants.IssueOrderByReturns the enum constant of this class with the specified name.static Constants.IssueOrderBy[]Constants.IssueOrderBy.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.IssueOrderByModifier and TypeMethodDescriptionvoidIssueFilter.setOrderBy(Constants.IssueOrderBy orderBy) IssueFilter.withOrderBy(Constants.IssueOrderBy orderBy)