Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static ObjectPrivilegeSummary.Common |
ObjectPrivilegeSummary.Common.create(String key) |
ObjectPrivilegeSummary.Common |
ObjectPrivilegeSummary.getCommon()
Indicates how the object privilege was granted.
|
static ObjectPrivilegeSummary.Common |
ObjectPrivilegeSummary.Common.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectPrivilegeSummary.Common[] |
ObjectPrivilegeSummary.Common.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectPrivilegeSummary.Builder |
ObjectPrivilegeSummary.Builder.common(ObjectPrivilegeSummary.Common common)
Indicates how the object privilege was granted.
|
Constructor and Description |
---|
ObjectPrivilegeSummary(String name,
String schemaType,
String owner,
String grantor,
ObjectPrivilegeSummary.Hierarchy hierarchy,
String object,
ObjectPrivilegeSummary.GrantOption grantOption,
ObjectPrivilegeSummary.Common common,
ObjectPrivilegeSummary.Inherited inherited)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.