| Package | Description |
|---|---|
| org.zendesk.client.v2 | |
| org.zendesk.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Iterable<DeletedTicket> |
Zendesk.getDeletedTickets(String sortBy,
SortOrder sortOrder)
https://developer.zendesk.com/rest_api/docs/support/tickets#list-deleted-tickets
|
<T extends SearchResultEntity> |
Zendesk.getSearchResults(Class<T> type,
String query,
String sortBy,
SortOrder sortOrder) |
Iterable<Comment> |
Zendesk.getTicketComments(long id,
SortOrder order) |
| Modifier and Type | Method and Description |
|---|---|
static SortOrder |
SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder[] |
SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013–2020. All rights reserved.