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