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