Uses of Class
com.oracle.bmc.devops.responses.UpdatePullRequestCommentResponse
-
Packages that use UpdatePullRequestCommentResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of UpdatePullRequestCommentResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return UpdatePullRequestCommentResponse Modifier and Type Method Description UpdatePullRequestCommentResponse
Devops. updatePullRequestComment(UpdatePullRequestCommentRequest request)
Updates the PullRequest commentUpdatePullRequestCommentResponse
DevopsClient. updatePullRequestComment(UpdatePullRequestCommentRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type UpdatePullRequestCommentResponse 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)
Method parameters in com.oracle.bmc.devops with type arguments of type UpdatePullRequestCommentResponse 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 UpdatePullRequestCommentResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return UpdatePullRequestCommentResponse Modifier and Type Method Description UpdatePullRequestCommentResponse
UpdatePullRequestCommentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type UpdatePullRequestCommentResponse Modifier and Type Method Description UpdatePullRequestCommentResponse.Builder
UpdatePullRequestCommentResponse.Builder. copy(UpdatePullRequestCommentResponse o)
Copy method to populate the builder with values from the given instance.
-