| Package | Description |
|---|---|
| org.zendesk.client.v2 | |
| org.zendesk.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Ticket> |
Zendesk.getTicketsByStatus(Status... ticketStatus)
Deprecated.
This API is no longer available from the vendor. Use the
Zendesk.getTicketsFromSearch(String) method instead |
| Modifier and Type | Field and Description |
|---|---|
protected Status |
DeletedTicket.previousState |
protected Status |
Request.status |
| Modifier and Type | Method and Description |
|---|---|
Status |
DeletedTicket.getPreviousState() |
Status |
Request.getStatus() |
static Status |
Status.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeletedTicket.setPreviousState(Status previousState) |
void |
Request.setStatus(Status status) |
| Constructor and Description |
|---|
DeletedTicket(Long id,
String subject,
String description,
DeletedTicket.Actor actor,
Status previousState,
Date deletedAt) |
Copyright © 2013–2020. All rights reserved.