Uses of Class
com.oracle.bmc.devops.requests.GetCommitDiffRequest
-
Packages that use GetCommitDiffRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of GetCommitDiffRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type GetCommitDiffRequest Modifier and Type Method Description GetCommitDiffResponse
Devops. getCommitDiff(GetCommitDiffRequest request)
Compares two revisions for their differences.Future<GetCommitDiffResponse>
DevopsAsync. getCommitDiff(GetCommitDiffRequest request, AsyncHandler<GetCommitDiffRequest,GetCommitDiffResponse> handler)
Compares two revisions for their differences.Future<GetCommitDiffResponse>
DevopsAsyncClient. getCommitDiff(GetCommitDiffRequest request, AsyncHandler<GetCommitDiffRequest,GetCommitDiffResponse> handler)
GetCommitDiffResponse
DevopsClient. getCommitDiff(GetCommitDiffRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type GetCommitDiffRequest Modifier and Type Method Description Future<GetCommitDiffResponse>
DevopsAsync. getCommitDiff(GetCommitDiffRequest request, AsyncHandler<GetCommitDiffRequest,GetCommitDiffResponse> handler)
Compares two revisions for their differences.Future<GetCommitDiffResponse>
DevopsAsyncClient. getCommitDiff(GetCommitDiffRequest request, AsyncHandler<GetCommitDiffRequest,GetCommitDiffResponse> handler)
-
Uses of GetCommitDiffRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return GetCommitDiffRequest Modifier and Type Method Description GetCommitDiffRequest
GetCommitDiffRequest.Builder. build()
Build the instance of GetCommitDiffRequest as configured by this builderGetCommitDiffRequest
GetCommitDiffRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetCommitDiffRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type GetCommitDiffRequest Modifier and Type Method Description GetCommitDiffRequest.Builder
GetCommitDiffRequest.Builder. copy(GetCommitDiffRequest o)
Copy method to populate the builder with values from the given instance.
-