Uses of Class
com.oracle.bmc.jms.model.WorkItemSummary
-
Packages that use WorkItemSummary Package Description com.oracle.bmc.jms com.oracle.bmc.jms.model -
-
Uses of WorkItemSummary in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return types with arguments of type WorkItemSummary Modifier and Type Method Description Iterable<WorkItemSummary>
JavaManagementServicePaginators. listWorkItemsRecordIterator(ListWorkItemsRequest request)
Creates a new iterable which will iterate over theWorkItemSummary
objects contained in responses from the listWorkItems operation. -
Uses of WorkItemSummary in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return WorkItemSummary Modifier and Type Method Description WorkItemSummary
WorkItemSummary.Builder. build()
Methods in com.oracle.bmc.jms.model that return types with arguments of type WorkItemSummary Modifier and Type Method Description List<WorkItemSummary>
WorkItemCollection. getItems()
A list of work request items.Methods in com.oracle.bmc.jms.model with parameters of type WorkItemSummary Modifier and Type Method Description WorkItemSummary.Builder
WorkItemSummary.Builder. copy(WorkItemSummary model)
Method parameters in com.oracle.bmc.jms.model with type arguments of type WorkItemSummary Modifier and Type Method Description WorkItemCollection.Builder
WorkItemCollection.Builder. items(List<WorkItemSummary> items)
A list of work request items.Constructor parameters in com.oracle.bmc.jms.model with type arguments of type WorkItemSummary Constructor Description WorkItemCollection(List<WorkItemSummary> items)
Deprecated.
-