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