Uses of Class
org.gitlab4j.api.models.GroupParams.DefaultBranchProtectionLevel
Package | Description |
---|---|
org.gitlab4j.api.models |
-
Uses of GroupParams.DefaultBranchProtectionLevel in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return GroupParams.DefaultBranchProtectionLevel Modifier and Type Method Description static GroupParams.DefaultBranchProtectionLevel
GroupParams.DefaultBranchProtectionLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static GroupParams.DefaultBranchProtectionLevel[]
GroupParams.DefaultBranchProtectionLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gitlab4j.api.models with parameters of type GroupParams.DefaultBranchProtectionLevel Modifier and Type Method Description GroupParams
GroupParams. withDefaultBranchProtection(GroupParams.DefaultBranchProtectionLevel defaultBranchProtection)