Uses of Class
com.oracle.bmc.devops.requests.ReopenPullRequestCommentRequest
- 
Packages that use ReopenPullRequestCommentRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests 
- 
- 
Uses of ReopenPullRequestCommentRequest in com.oracle.bmc.devopsMethods in com.oracle.bmc.devops with parameters of type ReopenPullRequestCommentRequest Modifier and Type Method Description ReopenPullRequestCommentResponseDevops. reopenPullRequestComment(ReopenPullRequestCommentRequest request)Reopen a PullRequest CommentFuture<ReopenPullRequestCommentResponse>DevopsAsync. reopenPullRequestComment(ReopenPullRequestCommentRequest request, AsyncHandler<ReopenPullRequestCommentRequest,ReopenPullRequestCommentResponse> handler)Reopen a PullRequest CommentFuture<ReopenPullRequestCommentResponse>DevopsAsyncClient. reopenPullRequestComment(ReopenPullRequestCommentRequest request, AsyncHandler<ReopenPullRequestCommentRequest,ReopenPullRequestCommentResponse> handler)ReopenPullRequestCommentResponseDevopsClient. reopenPullRequestComment(ReopenPullRequestCommentRequest request)Method parameters in com.oracle.bmc.devops with type arguments of type ReopenPullRequestCommentRequest 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 ReopenPullRequestCommentRequest in com.oracle.bmc.devops.requestsMethods in com.oracle.bmc.devops.requests that return ReopenPullRequestCommentRequest Modifier and Type Method Description ReopenPullRequestCommentRequestReopenPullRequestCommentRequest.Builder. build()Build the instance of ReopenPullRequestCommentRequest as configured by this builderReopenPullRequestCommentRequestReopenPullRequestCommentRequest.Builder. buildWithoutInvocationCallback()Build the instance of ReopenPullRequestCommentRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type ReopenPullRequestCommentRequest Modifier and Type Method Description ReopenPullRequestCommentRequest.BuilderReopenPullRequestCommentRequest.Builder. copy(ReopenPullRequestCommentRequest o)Copy method to populate the builder with values from the given instance.
 
-