Uses of Class
com.oracle.bmc.devops.responses.PatchPullRequestResponse
-
Packages that use PatchPullRequestResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of PatchPullRequestResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return PatchPullRequestResponse Modifier and Type Method Description PatchPullRequestResponse
Devops. patchPullRequest(PatchPullRequestRequest request)
Updates the reviewer list of a pull requestPatchPullRequestResponse
DevopsClient. patchPullRequest(PatchPullRequestRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type PatchPullRequestResponse Modifier and Type Method Description Future<PatchPullRequestResponse>
DevopsAsync. patchPullRequest(PatchPullRequestRequest request, AsyncHandler<PatchPullRequestRequest,PatchPullRequestResponse> handler)
Updates the reviewer list of a pull requestFuture<PatchPullRequestResponse>
DevopsAsyncClient. patchPullRequest(PatchPullRequestRequest request, AsyncHandler<PatchPullRequestRequest,PatchPullRequestResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type PatchPullRequestResponse Modifier and Type Method Description Future<PatchPullRequestResponse>
DevopsAsync. patchPullRequest(PatchPullRequestRequest request, AsyncHandler<PatchPullRequestRequest,PatchPullRequestResponse> handler)
Updates the reviewer list of a pull requestFuture<PatchPullRequestResponse>
DevopsAsyncClient. patchPullRequest(PatchPullRequestRequest request, AsyncHandler<PatchPullRequestRequest,PatchPullRequestResponse> handler)
-
Uses of PatchPullRequestResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return PatchPullRequestResponse Modifier and Type Method Description PatchPullRequestResponse
PatchPullRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type PatchPullRequestResponse Modifier and Type Method Description PatchPullRequestResponse.Builder
PatchPullRequestResponse.Builder. copy(PatchPullRequestResponse o)
Copy method to populate the builder with values from the given instance.
-