Uses of Class
com.oracle.bmc.devops.responses.ListPullRequestFileChangesResponse
-
Packages that use ListPullRequestFileChangesResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of ListPullRequestFileChangesResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return ListPullRequestFileChangesResponse Modifier and Type Method Description ListPullRequestFileChangesResponse
Devops. listPullRequestFileChanges(ListPullRequestFileChangesRequest request)
List pull request file changesListPullRequestFileChangesResponse
DevopsClient. listPullRequestFileChanges(ListPullRequestFileChangesRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type ListPullRequestFileChangesResponse Modifier and Type Method Description Future<ListPullRequestFileChangesResponse>
DevopsAsync. listPullRequestFileChanges(ListPullRequestFileChangesRequest request, AsyncHandler<ListPullRequestFileChangesRequest,ListPullRequestFileChangesResponse> handler)
List pull request file changesFuture<ListPullRequestFileChangesResponse>
DevopsAsyncClient. listPullRequestFileChanges(ListPullRequestFileChangesRequest request, AsyncHandler<ListPullRequestFileChangesRequest,ListPullRequestFileChangesResponse> handler)
Iterable<ListPullRequestFileChangesResponse>
DevopsPaginators. listPullRequestFileChangesResponseIterator(ListPullRequestFileChangesRequest request)
Creates a new iterable which will iterate over the responses received from the listPullRequestFileChanges operation.Method parameters in com.oracle.bmc.devops with type arguments of type ListPullRequestFileChangesResponse Modifier and Type Method Description Future<ListPullRequestFileChangesResponse>
DevopsAsync. listPullRequestFileChanges(ListPullRequestFileChangesRequest request, AsyncHandler<ListPullRequestFileChangesRequest,ListPullRequestFileChangesResponse> handler)
List pull request file changesFuture<ListPullRequestFileChangesResponse>
DevopsAsyncClient. listPullRequestFileChanges(ListPullRequestFileChangesRequest request, AsyncHandler<ListPullRequestFileChangesRequest,ListPullRequestFileChangesResponse> handler)
-
Uses of ListPullRequestFileChangesResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return ListPullRequestFileChangesResponse Modifier and Type Method Description ListPullRequestFileChangesResponse
ListPullRequestFileChangesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type ListPullRequestFileChangesResponse Modifier and Type Method Description ListPullRequestFileChangesResponse.Builder
ListPullRequestFileChangesResponse.Builder. copy(ListPullRequestFileChangesResponse o)
Copy method to populate the builder with values from the given instance.
-