Uses of Class
com.oracle.bmc.devops.responses.GetFileDiffResponse
-
Packages that use GetFileDiffResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of GetFileDiffResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return GetFileDiffResponse Modifier and Type Method Description GetFileDiffResponse
Devops. getFileDiff(GetFileDiffRequest request)
Gets the line-by-line difference between file on different commits.GetFileDiffResponse
DevopsClient. getFileDiff(GetFileDiffRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type GetFileDiffResponse Modifier and Type Method Description Future<GetFileDiffResponse>
DevopsAsync. getFileDiff(GetFileDiffRequest request, AsyncHandler<GetFileDiffRequest,GetFileDiffResponse> handler)
Gets the line-by-line difference between file on different commits.Future<GetFileDiffResponse>
DevopsAsyncClient. getFileDiff(GetFileDiffRequest request, AsyncHandler<GetFileDiffRequest,GetFileDiffResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type GetFileDiffResponse Modifier and Type Method Description Future<GetFileDiffResponse>
DevopsAsync. getFileDiff(GetFileDiffRequest request, AsyncHandler<GetFileDiffRequest,GetFileDiffResponse> handler)
Gets the line-by-line difference between file on different commits.Future<GetFileDiffResponse>
DevopsAsyncClient. getFileDiff(GetFileDiffRequest request, AsyncHandler<GetFileDiffRequest,GetFileDiffResponse> handler)
-
Uses of GetFileDiffResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return GetFileDiffResponse Modifier and Type Method Description GetFileDiffResponse
GetFileDiffResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetFileDiffResponse Modifier and Type Method Description GetFileDiffResponse.Builder
GetFileDiffResponse.Builder. copy(GetFileDiffResponse o)
Copy method to populate the builder with values from the given instance.
-