Uses of Class
com.oracle.bmc.devops.requests.GetFileDiffRequest
-
Packages that use GetFileDiffRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of GetFileDiffRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type GetFileDiffRequest Modifier and Type Method Description GetFileDiffResponse
Devops. getFileDiff(GetFileDiffRequest request)
Gets the line-by-line difference between file on different commits.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)
GetFileDiffResponse
DevopsClient. getFileDiff(GetFileDiffRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type GetFileDiffRequest 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 GetFileDiffRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return GetFileDiffRequest Modifier and Type Method Description GetFileDiffRequest
GetFileDiffRequest.Builder. build()
Build the instance of GetFileDiffRequest as configured by this builderGetFileDiffRequest
GetFileDiffRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetFileDiffRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type GetFileDiffRequest Modifier and Type Method Description GetFileDiffRequest.Builder
GetFileDiffRequest.Builder. copy(GetFileDiffRequest o)
Copy method to populate the builder with values from the given instance.
-