Uses of Class
com.oracle.bmc.jmsutils.responses.ListWorkItemsResponse
-
Packages that use ListWorkItemsResponse Package Description com.oracle.bmc.jmsutils com.oracle.bmc.jmsutils.responses -
-
Uses of ListWorkItemsResponse in com.oracle.bmc.jmsutils
Methods in com.oracle.bmc.jmsutils that return ListWorkItemsResponse Modifier and Type Method Description ListWorkItemsResponseJmsUtils. listWorkItems(ListWorkItemsRequest request)Retrieve a paginated list of work items for a specified work request.ListWorkItemsResponseJmsUtilsClient. listWorkItems(ListWorkItemsRequest request)Methods in com.oracle.bmc.jmsutils that return types with arguments of type ListWorkItemsResponse 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)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 ListWorkItemsResponse 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 ListWorkItemsResponse in com.oracle.bmc.jmsutils.responses
Methods in com.oracle.bmc.jmsutils.responses that return ListWorkItemsResponse Modifier and Type Method Description ListWorkItemsResponseListWorkItemsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.jmsutils.responses with parameters of type ListWorkItemsResponse Modifier and Type Method Description ListWorkItemsResponse.BuilderListWorkItemsResponse.Builder. copy(ListWorkItemsResponse o)Copy method to populate the builder with values from the given instance.
-