Uses of Class
org.zendesk.client.v2.model.Status
-
Packages that use Status Package Description org.zendesk.client.v2 org.zendesk.client.v2.model -
-
Uses of Status in org.zendesk.client.v2
Methods in org.zendesk.client.v2 with parameters of type Status Modifier and Type Method Description Iterable<Ticket>Zendesk. getTicketsByStatus(Status... ticketStatus)Deprecated.This API is no longer available from the vendor. -
Uses of Status in org.zendesk.client.v2.model
Fields in org.zendesk.client.v2.model declared as Status Modifier and Type Field Description protected StatusDeletedTicket. previousStateprotected StatusRequest. statusMethods in org.zendesk.client.v2.model that return Status Modifier and Type Method Description StatusDeletedTicket. getPreviousState()StatusRequest. getStatus()static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zendesk.client.v2.model with parameters of type Status Modifier and Type Method Description voidDeletedTicket. setPreviousState(Status previousState)voidRequest. setStatus(Status status)Constructors in org.zendesk.client.v2.model with parameters of type Status Constructor Description DeletedTicket(Long id, String subject, String description, DeletedTicket.Actor actor, Status previousState, Date deletedAt)
-