Uses of Class
com.oracle.bmc.databasemanagement.model.ConsumerGroupPrivilegeSummary.InitialGroup
-
Packages that use ConsumerGroupPrivilegeSummary.InitialGroup Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ConsumerGroupPrivilegeSummary.InitialGroup in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ConsumerGroupPrivilegeSummary.InitialGroup Modifier and Type Method Description static ConsumerGroupPrivilegeSummary.InitialGroup
ConsumerGroupPrivilegeSummary.InitialGroup. create(String key)
ConsumerGroupPrivilegeSummary.InitialGroup
ConsumerGroupPrivilegeSummary. getInitialGroup()
Indicates whether the consumer group is designated as the default for this user or role (YES) or not (NO).static ConsumerGroupPrivilegeSummary.InitialGroup
ConsumerGroupPrivilegeSummary.InitialGroup. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConsumerGroupPrivilegeSummary.InitialGroup[]
ConsumerGroupPrivilegeSummary.InitialGroup. 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 ConsumerGroupPrivilegeSummary.InitialGroup Modifier and Type Method Description ConsumerGroupPrivilegeSummary.Builder
ConsumerGroupPrivilegeSummary.Builder. initialGroup(ConsumerGroupPrivilegeSummary.InitialGroup initialGroup)
Indicates whether the consumer group is designated as the default for this user or role (YES) or not (NO).Constructors in com.oracle.bmc.databasemanagement.model with parameters of type ConsumerGroupPrivilegeSummary.InitialGroup Constructor Description ConsumerGroupPrivilegeSummary(String name, ConsumerGroupPrivilegeSummary.GrantOption grantOption, ConsumerGroupPrivilegeSummary.InitialGroup initialGroup)
Deprecated.
-