| 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
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<String> |
ApiOvhNewAccount.area_GET(OvhCountryEnum country)
All available areas for a given country
REST: GET /newAccount/area
|
ArrayList<String> |
ApiOvhNewAccount.corporationType_GET(OvhCountryEnum country)
All available corporation types for a given country
REST: GET /newAccount/corporationType
|
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
|
ArrayList<String> |
ApiOvhNewAccount.legalform_GET(OvhCountryEnum country)
All available legal forms for a given country
REST: GET /newAccount/legalform
|
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 OvhCountryEnum |
OvhCountryEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhCountryEnum[] |
OvhCountryEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.