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