Uses of Class
com.oracle.bmc.devops.responses.GetCommitDiffResponse
-
Packages that use GetCommitDiffResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of GetCommitDiffResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return GetCommitDiffResponse Modifier and Type Method Description GetCommitDiffResponse
Devops. getCommitDiff(GetCommitDiffRequest request)
Compares two revisions for their differences.GetCommitDiffResponse
DevopsClient. getCommitDiff(GetCommitDiffRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type GetCommitDiffResponse 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)
Method parameters in com.oracle.bmc.devops with type arguments of type GetCommitDiffResponse 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 GetCommitDiffResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return GetCommitDiffResponse Modifier and Type Method Description GetCommitDiffResponse
GetCommitDiffResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetCommitDiffResponse Modifier and Type Method Description GetCommitDiffResponse.Builder
GetCommitDiffResponse.Builder. copy(GetCommitDiffResponse o)
Copy method to populate the builder with values from the given instance.
-