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