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