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