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.devopsMethods in com.oracle.bmc.devops that return DeletePullRequestAttachmentResponse Modifier and Type Method Description DeletePullRequestAttachmentResponseDevops. deletePullRequestAttachment(DeletePullRequestAttachmentRequest request)Deletes a PullRequest attachment metadata by identifierDeletePullRequestAttachmentResponseDevopsClient. 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.responsesMethods in com.oracle.bmc.devops.responses that return DeletePullRequestAttachmentResponse Modifier and Type Method Description DeletePullRequestAttachmentResponseDeletePullRequestAttachmentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type DeletePullRequestAttachmentResponse Modifier and Type Method Description DeletePullRequestAttachmentResponse.BuilderDeletePullRequestAttachmentResponse.Builder. copy(DeletePullRequestAttachmentResponse o)Copy method to populate the builder with values from the given instance.
 
-