Uses of Enum Class
org.miaixz.bus.gitlab.models.Constants.ProjectCreationLevel
Packages that use Constants.ProjectCreationLevel
-
Uses of Constants.ProjectCreationLevel in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return Constants.ProjectCreationLevelModifier and TypeMethodDescriptionGroup.getProjectCreationLevel()Returns the enum constant of this class with the specified name.static Constants.ProjectCreationLevel[]Constants.ProjectCreationLevel.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.ProjectCreationLevelModifier and TypeMethodDescriptionvoidGroup.setProjectCreationLevel(Constants.ProjectCreationLevel projectCreationLevel) Group.withProjectCreationLevel(Constants.ProjectCreationLevel projectCreationLevel) GroupParams.withProjectCreationLevel(Constants.ProjectCreationLevel projectCreationLevel)