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