| Package | Description |
|---|---|
| net.minidev.ovh.api | |
| net.minidev.ovh.api.support |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Long> |
ApiOvhSupport.tickets_GET(OvhTicketCategoryEnum category,
Date maxCreationDate,
Date minCreationDate,
OvhTicketProductEnum product,
String serviceName,
OvhTicketStatusEnum status,
String subject)
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 © 2017. All rights reserved.