Uses of Class
com.oracle.bmc.fusionapps.requests.ListWorkRequestsRequest
-
Packages that use ListWorkRequestsRequest Package Description com.oracle.bmc.fusionapps com.oracle.bmc.fusionapps.requests -
-
Uses of ListWorkRequestsRequest in com.oracle.bmc.fusionapps
Methods in com.oracle.bmc.fusionapps with parameters of type ListWorkRequestsRequest Modifier and Type Method Description ListWorkRequestsResponseFusionApplications. listWorkRequests(ListWorkRequestsRequest request)Lists the work requests in a compartment.Future<ListWorkRequestsResponse>FusionApplicationsAsync. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)Lists the work requests in a compartment.Future<ListWorkRequestsResponse>FusionApplicationsAsyncClient. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)ListWorkRequestsResponseFusionApplicationsClient. listWorkRequests(ListWorkRequestsRequest request)Iterable<WorkRequestSummary>FusionApplicationsPaginators. listWorkRequestsRecordIterator(ListWorkRequestsRequest request)Creates a new iterable which will iterate over theWorkRequestSummaryobjects contained in responses from the listWorkRequests operation.Iterable<ListWorkRequestsResponse>FusionApplicationsPaginators. listWorkRequestsResponseIterator(ListWorkRequestsRequest request)Creates a new iterable which will iterate over the responses received from the listWorkRequests operation.Method parameters in com.oracle.bmc.fusionapps with type arguments of type ListWorkRequestsRequest Modifier and Type Method Description Future<ListWorkRequestsResponse>FusionApplicationsAsync. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)Lists the work requests in a compartment.Future<ListWorkRequestsResponse>FusionApplicationsAsyncClient. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler) -
Uses of ListWorkRequestsRequest in com.oracle.bmc.fusionapps.requests
Methods in com.oracle.bmc.fusionapps.requests that return ListWorkRequestsRequest Modifier and Type Method Description ListWorkRequestsRequestListWorkRequestsRequest.Builder. build()Build the instance of ListWorkRequestsRequest as configured by this builderListWorkRequestsRequestListWorkRequestsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListWorkRequestsRequest as configured by this builderMethods in com.oracle.bmc.fusionapps.requests with parameters of type ListWorkRequestsRequest Modifier and Type Method Description ListWorkRequestsRequest.BuilderListWorkRequestsRequest.Builder. copy(ListWorkRequestsRequest o)Copy method to populate the builder with values from the given instance.
-