Uses of Class
com.oracle.bmc.devops.requests.DeletePullRequestCommentRequest
-
Packages that use DeletePullRequestCommentRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of DeletePullRequestCommentRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type DeletePullRequestCommentRequest Modifier and Type Method Description DeletePullRequestCommentResponse
Devops. deletePullRequestComment(DeletePullRequestCommentRequest request)
Deletes a PullRequest comment by identifierFuture<DeletePullRequestCommentResponse>
DevopsAsync. deletePullRequestComment(DeletePullRequestCommentRequest request, AsyncHandler<DeletePullRequestCommentRequest,DeletePullRequestCommentResponse> handler)
Deletes a PullRequest comment by identifierFuture<DeletePullRequestCommentResponse>
DevopsAsyncClient. deletePullRequestComment(DeletePullRequestCommentRequest request, AsyncHandler<DeletePullRequestCommentRequest,DeletePullRequestCommentResponse> handler)
DeletePullRequestCommentResponse
DevopsClient. deletePullRequestComment(DeletePullRequestCommentRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type DeletePullRequestCommentRequest 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 DeletePullRequestCommentRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return DeletePullRequestCommentRequest Modifier and Type Method Description DeletePullRequestCommentRequest
DeletePullRequestCommentRequest.Builder. build()
Build the instance of DeletePullRequestCommentRequest as configured by this builderDeletePullRequestCommentRequest
DeletePullRequestCommentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeletePullRequestCommentRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type DeletePullRequestCommentRequest Modifier and Type Method Description DeletePullRequestCommentRequest.Builder
DeletePullRequestCommentRequest.Builder. copy(DeletePullRequestCommentRequest o)
Copy method to populate the builder with values from the given instance.
-