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