Uses of Class
com.oracle.bmc.jmsutils.requests.ListWorkItemsRequest
-
Packages that use ListWorkItemsRequest Package Description com.oracle.bmc.jmsutils com.oracle.bmc.jmsutils.requests -
-
Uses of ListWorkItemsRequest in com.oracle.bmc.jmsutils
Methods in com.oracle.bmc.jmsutils with parameters of type ListWorkItemsRequest Modifier and Type Method Description ListWorkItemsResponseJmsUtils. listWorkItems(ListWorkItemsRequest request)Retrieve a paginated list of work items for a specified work request.Future<ListWorkItemsResponse>JmsUtilsAsync. listWorkItems(ListWorkItemsRequest request, AsyncHandler<ListWorkItemsRequest,ListWorkItemsResponse> handler)Retrieve a paginated list of work items for a specified work request.Future<ListWorkItemsResponse>JmsUtilsAsyncClient. listWorkItems(ListWorkItemsRequest request, AsyncHandler<ListWorkItemsRequest,ListWorkItemsResponse> handler)ListWorkItemsResponseJmsUtilsClient. listWorkItems(ListWorkItemsRequest request)Iterable<WorkItemSummary>JmsUtilsPaginators. listWorkItemsRecordIterator(ListWorkItemsRequest request)Creates a new iterable which will iterate over theWorkItemSummaryobjects contained in responses from the listWorkItems operation.Iterable<ListWorkItemsResponse>JmsUtilsPaginators. listWorkItemsResponseIterator(ListWorkItemsRequest request)Creates a new iterable which will iterate over the responses received from the listWorkItems operation.Method parameters in com.oracle.bmc.jmsutils with type arguments of type ListWorkItemsRequest Modifier and Type Method Description Future<ListWorkItemsResponse>JmsUtilsAsync. listWorkItems(ListWorkItemsRequest request, AsyncHandler<ListWorkItemsRequest,ListWorkItemsResponse> handler)Retrieve a paginated list of work items for a specified work request.Future<ListWorkItemsResponse>JmsUtilsAsyncClient. listWorkItems(ListWorkItemsRequest request, AsyncHandler<ListWorkItemsRequest,ListWorkItemsResponse> handler) -
Uses of ListWorkItemsRequest in com.oracle.bmc.jmsutils.requests
Methods in com.oracle.bmc.jmsutils.requests that return ListWorkItemsRequest Modifier and Type Method Description ListWorkItemsRequestListWorkItemsRequest.Builder. build()Build the instance of ListWorkItemsRequest as configured by this builderListWorkItemsRequestListWorkItemsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListWorkItemsRequest as configured by this builderMethods in com.oracle.bmc.jmsutils.requests with parameters of type ListWorkItemsRequest Modifier and Type Method Description ListWorkItemsRequest.BuilderListWorkItemsRequest.Builder. copy(ListWorkItemsRequest o)Copy method to populate the builder with values from the given instance.
-