Uses of Class
com.oracle.bmc.datasafe.model.GrantSummary.PrivilegeCategory
-
Packages that use GrantSummary.PrivilegeCategory Package Description com.oracle.bmc.datasafe.model -
-
Uses of GrantSummary.PrivilegeCategory in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return GrantSummary.PrivilegeCategory Modifier and Type Method Description static GrantSummary.PrivilegeCategoryGrantSummary.PrivilegeCategory. create(String key)GrantSummary.PrivilegeCategoryGrantSummary. getPrivilegeCategory()The privilege category.static GrantSummary.PrivilegeCategoryGrantSummary.PrivilegeCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static GrantSummary.PrivilegeCategory[]GrantSummary.PrivilegeCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type GrantSummary.PrivilegeCategory Modifier and Type Method Description GrantSummary.BuilderGrantSummary.Builder. privilegeCategory(GrantSummary.PrivilegeCategory privilegeCategory)The privilege category.Constructors in com.oracle.bmc.datasafe.model with parameters of type GrantSummary.PrivilegeCategory Constructor Description GrantSummary(String key, String grantName, GrantSummary.PrivilegeType privilegeType, GrantSummary.PrivilegeCategory privilegeCategory, Integer depthLevel)Deprecated.
-