Uses of Enum Class
org.miaixz.bus.gitlab.models.Constants.DeploymentOrderBy
Packages that use Constants.DeploymentOrderBy
-
Uses of Constants.DeploymentOrderBy in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return Constants.DeploymentOrderByModifier and TypeMethodDescriptionstatic Constants.DeploymentOrderByDeploymentFilter.getOrderBy()static Constants.DeploymentOrderByReturns the enum constant of this class with the specified name.static Constants.DeploymentOrderBy[]Constants.DeploymentOrderBy.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.DeploymentOrderByModifier and TypeMethodDescriptionvoidDeploymentFilter.setOrderBy(Constants.DeploymentOrderBy orderBy) DeploymentFilter.withOrderBy(Constants.DeploymentOrderBy orderBy)