Package | Description |
---|---|
com.oracle.bmc.identity.model |
Modifier and Type | Method and Description |
---|---|
static IamWorkRequest.Status |
IamWorkRequest.Status.create(String key) |
IamWorkRequest.Status |
IamWorkRequest.getStatus()
The status of the work request.
|
static IamWorkRequest.Status |
IamWorkRequest.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IamWorkRequest.Status[] |
IamWorkRequest.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IamWorkRequest.Builder |
IamWorkRequest.Builder.status(IamWorkRequest.Status status)
The status of the work request.
|
Constructor and Description |
---|
IamWorkRequest(String id,
IamWorkRequest.OperationType operationType,
IamWorkRequest.Status status,
String compartmentId,
List<IamWorkRequestResource> resources,
Float percentComplete,
Date timeAccepted,
Date timeStarted,
Date timeFinished)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.