Uses of Class
com.oracle.bmc.datasafe.model.GrantSummary.PrivilegeType
-
Packages that use GrantSummary.PrivilegeType Package Description com.oracle.bmc.datasafe.model -
-
Uses of GrantSummary.PrivilegeType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return GrantSummary.PrivilegeType Modifier and Type Method Description static GrantSummary.PrivilegeTypeGrantSummary.PrivilegeType. create(String key)GrantSummary.PrivilegeTypeGrantSummary. getPrivilegeType()The type of a user grant.static GrantSummary.PrivilegeTypeGrantSummary.PrivilegeType. valueOf(String name)Returns the enum constant of this type with the specified name.static GrantSummary.PrivilegeType[]GrantSummary.PrivilegeType. 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.PrivilegeType Modifier and Type Method Description GrantSummary.BuilderGrantSummary.Builder. privilegeType(GrantSummary.PrivilegeType privilegeType)The type of a user grant.Constructors in com.oracle.bmc.datasafe.model with parameters of type GrantSummary.PrivilegeType Constructor Description GrantSummary(String key, String grantName, GrantSummary.PrivilegeType privilegeType, GrantSummary.PrivilegeCategory privilegeCategory, Integer depthLevel)Deprecated.
-