| 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 |
|---|---|
OvhTicketProductEnum |
OvhTicket.product
Product service concerned by ticket
canBeNull
|
| Modifier and Type | Method and Description |
|---|---|
static OvhTicketProductEnum |
OvhTicketProductEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhTicketProductEnum[] |
OvhTicketProductEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.