Uses of Class
com.oracle.bmc.jms.model.WorkItemCollection
-
Packages that use WorkItemCollection Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.responses -
-
Uses of WorkItemCollection in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return WorkItemCollection Modifier and Type Method Description WorkItemCollection
WorkItemCollection.Builder. build()
Methods in com.oracle.bmc.jms.model with parameters of type WorkItemCollection Modifier and Type Method Description WorkItemCollection.Builder
WorkItemCollection.Builder. copy(WorkItemCollection model)
-
Uses of WorkItemCollection in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return WorkItemCollection Modifier and Type Method Description WorkItemCollection
ListWorkItemsResponse. getWorkItemCollection()
The returned WorkItemCollection instance.Methods in com.oracle.bmc.jms.responses with parameters of type WorkItemCollection Modifier and Type Method Description ListWorkItemsResponse.Builder
ListWorkItemsResponse.Builder. workItemCollection(WorkItemCollection workItemCollection)
The returned WorkItemCollection instance.
-