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.devops
Methods in com.oracle.bmc.devops with parameters of type ReopenPullRequestCommentRequest Modifier and Type Method Description ReopenPullRequestCommentResponse
Devops. 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)
ReopenPullRequestCommentResponse
DevopsClient. 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.requests
Methods in com.oracle.bmc.devops.requests that return ReopenPullRequestCommentRequest Modifier and Type Method Description ReopenPullRequestCommentRequest
ReopenPullRequestCommentRequest.Builder. build()
Build the instance of ReopenPullRequestCommentRequest as configured by this builderReopenPullRequestCommentRequest
ReopenPullRequestCommentRequest.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.Builder
ReopenPullRequestCommentRequest.Builder. copy(ReopenPullRequestCommentRequest o)
Copy method to populate the builder with values from the given instance.
-