Uses of Enum Class
org.miaixz.bus.gitlab.models.Constants.SubgroupCreationLevel
Packages that use Constants.SubgroupCreationLevel
-
Uses of Constants.SubgroupCreationLevel in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return Constants.SubgroupCreationLevelModifier and TypeMethodDescriptionGroup.getSubgroupCreationLevel()Returns the enum constant of this class with the specified name.static Constants.SubgroupCreationLevel[]Constants.SubgroupCreationLevel.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.SubgroupCreationLevelModifier and TypeMethodDescriptionvoidGroup.setSubgroupCreationLevel(Constants.SubgroupCreationLevel subgroupCreationLevel) Group.withSubgroupCreationLevel(Constants.SubgroupCreationLevel subgroupCreationLevel) GroupParams.withSubgroupCreationLevel(Constants.SubgroupCreationLevel subgroupCreationLevel)