| Package | Description |
|---|---|
| net.minidev.ovh.api | |
| net.minidev.ovh.api.nichandle |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<OvhCountryEnum> |
ApiOvhNewAccount.countries_GET(OvhOvhCompanyEnum ovhCompany,
OvhOvhSubsidiaryEnum ovhSubsidiary)
All available countries for an ovh company and an ovh subsidiary
REST: GET /newAccount/countries
|
OvhCreationRules |
ApiOvhNewAccount.creationRules_GET(OvhCountryEnum country,
OvhLegalFormEnum legalform,
OvhOvhCompanyEnum ovhCompany,
OvhOvhSubsidiaryEnum ovhSubsidiary)
Give all the rules to follow in order to create an OVH identifier
REST: GET /newAccount/creationRules
|
OvhNewAccountAndToken |
ApiOvhNewAccount.POST(String firstname,
String vat,
String spareEmail,
String nationalIdentificationNumber,
String birthDay,
String area,
OvhOvhSubsidiaryEnum ovhSubsidiary,
OvhOvhCompanyEnum ovhCompany,
String email,
String city,
String fax,
String address,
String companyNationalIdentificationNumber,
OvhCountryEnum country,
String birthCity,
String organisation,
OvhLanguageEnum language,
String name,
OvhGenderEnum sex,
String phone,
String zip,
String corporationType,
OvhLegalFormEnum legalform)
Create a new OVH identifier
REST: POST /newAccount
|
| Modifier and Type | Method and Description |
|---|---|
static OvhOvhSubsidiaryEnum |
OvhOvhSubsidiaryEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhOvhSubsidiaryEnum[] |
OvhOvhSubsidiaryEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.