Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static UserSummary.Status |
UserSummary.Status.create(String key) |
UserSummary.Status |
UserSummary.getStatus()
The status of the user account.
|
static UserSummary.Status |
UserSummary.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserSummary.Status[] |
UserSummary.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UserSummary.Builder |
UserSummary.Builder.status(UserSummary.Status status)
The status of the user account.
|
Constructor and Description |
---|
UserSummary(String name,
UserSummary.Status status,
Date timeExpiring,
String defaultTablespace,
String tempTablespace,
Date timeCreated,
Date timeLocked,
String profile)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.