Uses of Class
org.zendesk.client.v2.model.TicketImport
-
Packages that use TicketImport Package Description org.zendesk.client.v2 -
-
Uses of TicketImport in org.zendesk.client.v2
Methods in org.zendesk.client.v2 with parameters of type TicketImport Modifier and Type Method Description TicketZendesk. importTicket(TicketImport ticketImport)JobStatusZendesk. importTickets(TicketImport... ticketImports)Method parameters in org.zendesk.client.v2 with type arguments of type TicketImport Modifier and Type Method Description JobStatusZendesk. importTickets(List<TicketImport> ticketImports)org.asynchttpclient.ListenableFuture<JobStatus>Zendesk. importTicketsAsync(List<TicketImport> ticketImports)
-