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