Uses of Class
com.oracle.bmc.databasemanagement.model.User.EditionsEnabled
-
Packages that use User.EditionsEnabled Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of User.EditionsEnabled in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return User.EditionsEnabled Modifier and Type Method Description static User.EditionsEnabled
User.EditionsEnabled. create(String key)
User.EditionsEnabled
User. getEditionsEnabled()
Indicates whether editions have been enabled for the corresponding user (Y) or not (N).static User.EditionsEnabled
User.EditionsEnabled. valueOf(String name)
Returns the enum constant of this type with the specified name.static User.EditionsEnabled[]
User.EditionsEnabled. 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 User.EditionsEnabled Modifier and Type Method Description User.Builder
User.Builder. editionsEnabled(User.EditionsEnabled editionsEnabled)
Indicates whether editions have been enabled for the corresponding user (Y) or not (N).Constructors in com.oracle.bmc.databasemanagement.model with parameters of type User.EditionsEnabled Constructor Description User(String name, User.Status status, Date timeLocked, Date timeExpiring, String defaultTablespace, String tempTablespace, String localTempTablespace, Date timeCreated, String profile, String consumerGroup, String externalName, String passwordVersions, User.EditionsEnabled editionsEnabled, User.Authentication authentication, User.ProxyConnect proxyConnect, User.Common common, Date timeLastLogin, User.OracleMaintained oracleMaintained, User.Inherited inherited, String defaultCollation, User.Implicit implicit, User.AllShared allShared, User.ExternalShared externalShared, Date timePasswordChanged)
Deprecated.
-