Uses of Class
com.oracle.bmc.devops.responses.ListCommitDiffsResponse
-
Packages that use ListCommitDiffsResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of ListCommitDiffsResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return ListCommitDiffsResponse Modifier and Type Method Description ListCommitDiffsResponse
Devops. listCommitDiffs(ListCommitDiffsRequest request)
Compares two revisions and lists the differences.ListCommitDiffsResponse
DevopsClient. listCommitDiffs(ListCommitDiffsRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type ListCommitDiffsResponse Modifier and Type Method Description Future<ListCommitDiffsResponse>
DevopsAsync. listCommitDiffs(ListCommitDiffsRequest request, AsyncHandler<ListCommitDiffsRequest,ListCommitDiffsResponse> handler)
Compares two revisions and lists the differences.Future<ListCommitDiffsResponse>
DevopsAsyncClient. listCommitDiffs(ListCommitDiffsRequest request, AsyncHandler<ListCommitDiffsRequest,ListCommitDiffsResponse> handler)
Iterable<ListCommitDiffsResponse>
DevopsPaginators. listCommitDiffsResponseIterator(ListCommitDiffsRequest request)
Creates a new iterable which will iterate over the responses received from the listCommitDiffs operation.Method parameters in com.oracle.bmc.devops with type arguments of type ListCommitDiffsResponse Modifier and Type Method Description Future<ListCommitDiffsResponse>
DevopsAsync. listCommitDiffs(ListCommitDiffsRequest request, AsyncHandler<ListCommitDiffsRequest,ListCommitDiffsResponse> handler)
Compares two revisions and lists the differences.Future<ListCommitDiffsResponse>
DevopsAsyncClient. listCommitDiffs(ListCommitDiffsRequest request, AsyncHandler<ListCommitDiffsRequest,ListCommitDiffsResponse> handler)
-
Uses of ListCommitDiffsResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return ListCommitDiffsResponse Modifier and Type Method Description ListCommitDiffsResponse
ListCommitDiffsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type ListCommitDiffsResponse Modifier and Type Method Description ListCommitDiffsResponse.Builder
ListCommitDiffsResponse.Builder. copy(ListCommitDiffsResponse o)
Copy method to populate the builder with values from the given instance.
-