Uses of Class
com.oracle.bmc.databasemanagement.model.RoleSummary.Common
-
Packages that use RoleSummary.Common Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of RoleSummary.Common in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return RoleSummary.Common Modifier and Type Method Description static RoleSummary.Common
RoleSummary.Common. create(String key)
RoleSummary.Common
RoleSummary. getCommon()
Indicates how the role was granted.static RoleSummary.Common
RoleSummary.Common. valueOf(String name)
Returns the enum constant of this type with the specified name.static RoleSummary.Common[]
RoleSummary.Common. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type RoleSummary.Common Modifier and Type Method Description RoleSummary.Builder
RoleSummary.Builder. common(RoleSummary.Common common)
Indicates how the role was granted.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type RoleSummary.Common Constructor Description RoleSummary(String name, RoleSummary.AdminOption adminOption, RoleSummary.DelegateOption delegateOption, RoleSummary.DefaultRole defaultRole, RoleSummary.Common common, RoleSummary.Inherited inherited)
Deprecated.
-