Uses of Class
com.oracle.bmc.jms.model.WorkItemDetails
-
Packages that use WorkItemDetails Package Description com.oracle.bmc.jms.model -
-
Uses of WorkItemDetails in com.oracle.bmc.jms.model
Subclasses of WorkItemDetails in com.oracle.bmc.jms.model Modifier and Type Class Description class
ApplicationWorkItemDetails
The work item details with JFR related information.class
BasicWorkItemDetails
The common work item details.class
DeployedApplicationWorkItemDetails
The work item details for deployed application related information.class
LcmWorkItemDetails
The work item details with LCM related information.Methods in com.oracle.bmc.jms.model that return WorkItemDetails Modifier and Type Method Description WorkItemDetails
WorkItemSummary. getDetails()
Methods in com.oracle.bmc.jms.model with parameters of type WorkItemDetails Modifier and Type Method Description WorkItemSummary.Builder
WorkItemSummary.Builder. details(WorkItemDetails details)
Constructors in com.oracle.bmc.jms.model with parameters of type WorkItemDetails Constructor Description WorkItemSummary(String id, String workRequestId, InstallationSite installationSite, WorkItemDetails details, WorkItemStatus status, Integer retryCount, Date timeLastUpdated)
Deprecated.
-