Uses of Enum Class
org.miaixz.bus.gitlab.Constants.DefaultBranchProtectionLevel
Packages that use Constants.DefaultBranchProtectionLevel
-
Uses of Constants.DefaultBranchProtectionLevel in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return Constants.DefaultBranchProtectionLevelModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.Constants.DefaultBranchProtectionLevel.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Constants.DefaultBranchProtectionLevel in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return Constants.DefaultBranchProtectionLevelMethods in org.miaixz.bus.gitlab.models with parameters of type Constants.DefaultBranchProtectionLevelModifier and TypeMethodDescriptionvoidGroup.setDefaultBranchProtection(Constants.DefaultBranchProtectionLevel defaultBranchProtection) Group.withDefaultBranchProtection(Constants.DefaultBranchProtectionLevel defaultBranchProtection) GroupParams.withDefaultBranchProtection(Constants.DefaultBranchProtectionLevel defaultBranchProtection)