Uses of Class
com.oracle.bmc.databasemanagement.model.RoleSummary.DefaultRole
-
Packages that use RoleSummary.DefaultRole Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of RoleSummary.DefaultRole in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return RoleSummary.DefaultRole Modifier and Type Method Description static RoleSummary.DefaultRole
RoleSummary.DefaultRole. create(String key)
RoleSummary.DefaultRole
RoleSummary. getDefaultRole()
Indicates whether the role is designated as a DEFAULT ROLE for the user (YES) or not (NO).static RoleSummary.DefaultRole
RoleSummary.DefaultRole. valueOf(String name)
Returns the enum constant of this type with the specified name.static RoleSummary.DefaultRole[]
RoleSummary.DefaultRole. 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.DefaultRole Modifier and Type Method Description RoleSummary.Builder
RoleSummary.Builder. defaultRole(RoleSummary.DefaultRole defaultRole)
Indicates whether the role is designated as a DEFAULT ROLE for the user (YES) or not (NO).Constructors in com.oracle.bmc.databasemanagement.model with parameters of type RoleSummary.DefaultRole Constructor Description RoleSummary(String name, RoleSummary.AdminOption adminOption, RoleSummary.DelegateOption delegateOption, RoleSummary.DefaultRole defaultRole, RoleSummary.Common common, RoleSummary.Inherited inherited)
Deprecated.
-