Uses of Class
com.oracle.bmc.devops.responses.DeletePullRequestCommentResponse
-
Packages that use DeletePullRequestCommentResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of DeletePullRequestCommentResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return DeletePullRequestCommentResponse Modifier and Type Method Description DeletePullRequestCommentResponse
Devops. deletePullRequestComment(DeletePullRequestCommentRequest request)
Deletes a PullRequest comment by identifierDeletePullRequestCommentResponse
DevopsClient. deletePullRequestComment(DeletePullRequestCommentRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type DeletePullRequestCommentResponse Modifier and Type Method Description Future<DeletePullRequestCommentResponse>
DevopsAsync. deletePullRequestComment(DeletePullRequestCommentRequest request, AsyncHandler<DeletePullRequestCommentRequest,DeletePullRequestCommentResponse> handler)
Deletes a PullRequest comment by identifierFuture<DeletePullRequestCommentResponse>
DevopsAsyncClient. deletePullRequestComment(DeletePullRequestCommentRequest request, AsyncHandler<DeletePullRequestCommentRequest,DeletePullRequestCommentResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type DeletePullRequestCommentResponse Modifier and Type Method Description Future<DeletePullRequestCommentResponse>
DevopsAsync. deletePullRequestComment(DeletePullRequestCommentRequest request, AsyncHandler<DeletePullRequestCommentRequest,DeletePullRequestCommentResponse> handler)
Deletes a PullRequest comment by identifierFuture<DeletePullRequestCommentResponse>
DevopsAsyncClient. deletePullRequestComment(DeletePullRequestCommentRequest request, AsyncHandler<DeletePullRequestCommentRequest,DeletePullRequestCommentResponse> handler)
-
Uses of DeletePullRequestCommentResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return DeletePullRequestCommentResponse Modifier and Type Method Description DeletePullRequestCommentResponse
DeletePullRequestCommentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type DeletePullRequestCommentResponse Modifier and Type Method Description DeletePullRequestCommentResponse.Builder
DeletePullRequestCommentResponse.Builder. copy(DeletePullRequestCommentResponse o)
Copy method to populate the builder with values from the given instance.
-