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