Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
static WorkItemType |
WorkItemType.create(String key) |
WorkItemType |
WorkItemDetails.getWorkItemType()
The work item type.
|
static WorkItemType |
WorkItemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkItemType[] |
WorkItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DeployedApplicationWorkItemDetails.Builder |
DeployedApplicationWorkItemDetails.Builder.workItemType(WorkItemType workItemType) |
BasicWorkItemDetails.Builder |
BasicWorkItemDetails.Builder.workItemType(WorkItemType workItemType) |
LcmWorkItemDetails.Builder |
LcmWorkItemDetails.Builder.workItemType(WorkItemType workItemType) |
ApplicationWorkItemDetails.Builder |
ApplicationWorkItemDetails.Builder.workItemType(WorkItemType workItemType) |
Constructor and Description |
---|
ApplicationWorkItemDetails(WorkItemType workItemType,
String applicationKey,
String applicationInstallationKey,
String applicationName,
String applicationInstallationPath)
Deprecated.
|
BasicWorkItemDetails(WorkItemType workItemType)
Deprecated.
|
DeployedApplicationWorkItemDetails(WorkItemType workItemType,
String deployedApplicationKey,
String deployedApplicationInstallationKey,
String deployedApplicationName,
String deployedApplicationInstallationPath)
Deprecated.
|
LcmWorkItemDetails(WorkItemType workItemType,
PostInstallationActionSettings postInstallationActions)
Deprecated.
|
WorkItemDetails(WorkItemType workItemType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.