Package | Description |
---|---|
com.oracle.bmc.jms.model | |
com.oracle.bmc.jms.requests |
Modifier and Type | Method and Description |
---|---|
static OperationType |
OperationType.create(String key) |
OperationType |
Blocklist.getOperation()
The operation type
|
OperationType |
BlocklistEntry.getOperation()
The operation type.
|
OperationType |
CreateBlocklistDetails.getOperation()
The operation type
|
OperationType |
WorkRequest.getOperationType()
The asynchronous operation tracked by this work request.
|
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Blocklist.Builder |
Blocklist.Builder.operation(OperationType operation)
The operation type
|
BlocklistEntry.Builder |
BlocklistEntry.Builder.operation(OperationType operation)
The operation type.
|
CreateBlocklistDetails.Builder |
CreateBlocklistDetails.Builder.operation(OperationType operation)
The operation type
|
WorkRequest.Builder |
WorkRequest.Builder.operationType(OperationType operationType)
The asynchronous operation tracked by this work request.
|
Constructor and Description |
---|
Blocklist(String key,
BlocklistTarget target,
OperationType operation,
String reason)
Deprecated.
|
BlocklistEntry(OperationType operation,
String reason)
Deprecated.
|
CreateBlocklistDetails(BlocklistTarget target,
OperationType operation,
String reason)
Deprecated.
|
WorkRequest(OperationType operationType,
OperationStatus status,
String id,
String compartmentId,
List<WorkRequestResource> resources,
Float percentComplete,
Date timeAccepted,
Date timeStarted,
Date timeFinished,
Principal createdBy,
Date timeLastUpdated,
Integer totalTaskCount,
Integer completedTaskCount)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OperationType |
ListBlocklistsRequest.getOperation()
The operation type.
|
Modifier and Type | Method and Description |
---|---|
ListBlocklistsRequest.Builder |
ListBlocklistsRequest.Builder.operation(OperationType operation)
The operation type.
|
Copyright © 2016–2023. All rights reserved.