| Package | Description |
|---|---|
| net.minidev.ovh.api | |
| net.minidev.ovh.api.support |
| Modifier and Type | Method and Description |
|---|---|
OvhNewMessageInfo |
ApiOvhSupport.tickets_create_POST(OvhTicketSubCategoryEnum subcategory,
String body,
String subject,
String serviceName,
OvhTicketCategoryEnum category,
OvhTicketProductEnum product,
OvhTicketTypeEnum type)
Create a new ticket
REST: POST /support/tickets/create
|
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 |
|---|---|
OvhTicketCategoryEnum |
OvhTicket.category
Ticket request category
canBeNull
|
| Modifier and Type | Method and Description |
|---|---|
static OvhTicketCategoryEnum |
OvhTicketCategoryEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhTicketCategoryEnum[] |
OvhTicketCategoryEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.