Uses of Class
com.oracle.bmc.databasemanagement.model.SystemPrivilegeSummary.Common
-
Packages that use SystemPrivilegeSummary.Common Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of SystemPrivilegeSummary.Common in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return SystemPrivilegeSummary.Common Modifier and Type Method Description static SystemPrivilegeSummary.Common
SystemPrivilegeSummary.Common. create(String key)
SystemPrivilegeSummary.Common
SystemPrivilegeSummary. getCommon()
Indicates how the system privilege was granted.static SystemPrivilegeSummary.Common
SystemPrivilegeSummary.Common. valueOf(String name)
Returns the enum constant of this type with the specified name.static SystemPrivilegeSummary.Common[]
SystemPrivilegeSummary.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 SystemPrivilegeSummary.Common Modifier and Type Method Description SystemPrivilegeSummary.Builder
SystemPrivilegeSummary.Builder. common(SystemPrivilegeSummary.Common common)
Indicates how the system privilege was granted.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type SystemPrivilegeSummary.Common Constructor Description SystemPrivilegeSummary(String name, SystemPrivilegeSummary.AdminOption adminOption, SystemPrivilegeSummary.Common common, SystemPrivilegeSummary.Inherited inherited)
Deprecated.
-