Uses of Class
com.oracle.bmc.devops.responses.GetRepoFileLinesResponse
-
Packages that use GetRepoFileLinesResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of GetRepoFileLinesResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return GetRepoFileLinesResponse Modifier and Type Method Description GetRepoFileLinesResponse
Devops. getRepoFileLines(GetRepoFileLinesRequest request)
Retrieve lines of a specified file.GetRepoFileLinesResponse
DevopsClient. getRepoFileLines(GetRepoFileLinesRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type GetRepoFileLinesResponse Modifier and Type Method Description Future<GetRepoFileLinesResponse>
DevopsAsync. getRepoFileLines(GetRepoFileLinesRequest request, AsyncHandler<GetRepoFileLinesRequest,GetRepoFileLinesResponse> handler)
Retrieve lines of a specified file.Future<GetRepoFileLinesResponse>
DevopsAsyncClient. getRepoFileLines(GetRepoFileLinesRequest request, AsyncHandler<GetRepoFileLinesRequest,GetRepoFileLinesResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type GetRepoFileLinesResponse Modifier and Type Method Description Future<GetRepoFileLinesResponse>
DevopsAsync. getRepoFileLines(GetRepoFileLinesRequest request, AsyncHandler<GetRepoFileLinesRequest,GetRepoFileLinesResponse> handler)
Retrieve lines of a specified file.Future<GetRepoFileLinesResponse>
DevopsAsyncClient. getRepoFileLines(GetRepoFileLinesRequest request, AsyncHandler<GetRepoFileLinesRequest,GetRepoFileLinesResponse> handler)
-
Uses of GetRepoFileLinesResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return GetRepoFileLinesResponse Modifier and Type Method Description GetRepoFileLinesResponse
GetRepoFileLinesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetRepoFileLinesResponse Modifier and Type Method Description GetRepoFileLinesResponse.Builder
GetRepoFileLinesResponse.Builder. copy(GetRepoFileLinesResponse o)
Copy method to populate the builder with values from the given instance.
-