Uses of Class
com.oracle.bmc.devops.requests.UpdatePullRequestCommentRequest
- 
Packages that use UpdatePullRequestCommentRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests 
- 
- 
Uses of UpdatePullRequestCommentRequest in com.oracle.bmc.devopsMethods in com.oracle.bmc.devops with parameters of type UpdatePullRequestCommentRequest Modifier and Type Method Description UpdatePullRequestCommentResponseDevops. updatePullRequestComment(UpdatePullRequestCommentRequest request)Updates the PullRequest commentFuture<UpdatePullRequestCommentResponse>DevopsAsync. updatePullRequestComment(UpdatePullRequestCommentRequest request, AsyncHandler<UpdatePullRequestCommentRequest,UpdatePullRequestCommentResponse> handler)Updates the PullRequest commentFuture<UpdatePullRequestCommentResponse>DevopsAsyncClient. updatePullRequestComment(UpdatePullRequestCommentRequest request, AsyncHandler<UpdatePullRequestCommentRequest,UpdatePullRequestCommentResponse> handler)UpdatePullRequestCommentResponseDevopsClient. updatePullRequestComment(UpdatePullRequestCommentRequest request)Method parameters in com.oracle.bmc.devops with type arguments of type UpdatePullRequestCommentRequest Modifier and Type Method Description Future<UpdatePullRequestCommentResponse>DevopsAsync. updatePullRequestComment(UpdatePullRequestCommentRequest request, AsyncHandler<UpdatePullRequestCommentRequest,UpdatePullRequestCommentResponse> handler)Updates the PullRequest commentFuture<UpdatePullRequestCommentResponse>DevopsAsyncClient. updatePullRequestComment(UpdatePullRequestCommentRequest request, AsyncHandler<UpdatePullRequestCommentRequest,UpdatePullRequestCommentResponse> handler)
- 
Uses of UpdatePullRequestCommentRequest in com.oracle.bmc.devops.requestsMethods in com.oracle.bmc.devops.requests that return UpdatePullRequestCommentRequest Modifier and Type Method Description UpdatePullRequestCommentRequestUpdatePullRequestCommentRequest.Builder. build()Build the instance of UpdatePullRequestCommentRequest as configured by this builderUpdatePullRequestCommentRequestUpdatePullRequestCommentRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdatePullRequestCommentRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type UpdatePullRequestCommentRequest Modifier and Type Method Description UpdatePullRequestCommentRequest.BuilderUpdatePullRequestCommentRequest.Builder. copy(UpdatePullRequestCommentRequest o)Copy method to populate the builder with values from the given instance.
 
-