Uses of Class
com.oracle.bmc.devops.requests.ListCommitDiffsRequest
-
Packages that use ListCommitDiffsRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of ListCommitDiffsRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type ListCommitDiffsRequest Modifier and Type Method Description ListCommitDiffsResponseDevops. listCommitDiffs(ListCommitDiffsRequest request)Compares two revisions and lists the differences.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)ListCommitDiffsResponseDevopsClient. listCommitDiffs(ListCommitDiffsRequest request)Iterable<DiffSummary>DevopsPaginators. listCommitDiffsRecordIterator(ListCommitDiffsRequest request)Creates a new iterable which will iterate over theDiffSummaryobjects contained in responses from the listCommitDiffs operation.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 ListCommitDiffsRequest 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 ListCommitDiffsRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return ListCommitDiffsRequest Modifier and Type Method Description ListCommitDiffsRequestListCommitDiffsRequest.Builder. build()Build the instance of ListCommitDiffsRequest as configured by this builderListCommitDiffsRequestListCommitDiffsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListCommitDiffsRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type ListCommitDiffsRequest Modifier and Type Method Description ListCommitDiffsRequest.BuilderListCommitDiffsRequest.Builder. copy(ListCommitDiffsRequest o)Copy method to populate the builder with values from the given instance.
-