| Package | Description |
|---|---|
| net.minidev.ovh.api | |
| net.minidev.ovh.api.support |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Long> |
ApiOvhSupport.tickets_GET(Boolean archived,
OvhTicketCategoryEnum category,
Date maxCreationDate,
Date minCreationDate,
OvhTicketProductEnum product,
String serviceName,
OvhTicketStatusEnum status,
String subject,
String ticketNumber)
List support tickets identifiers for this service
REST: GET /support/tickets
|
| Modifier and Type | Field and Description |
|---|---|
OvhTicketStatusEnum |
OvhTicket.state
State of ticket
canBeNull
|
| Modifier and Type | Method and Description |
|---|---|
static OvhTicketStatusEnum |
OvhTicketStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhTicketStatusEnum[] |
OvhTicketStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.