@Path(value="/constants")
 @Consumes(value="application/json")
 @Produces(value="application/vnd.ilandcloud.api.v1.0+json")
public interface ConstantsResource
| Modifier and Type | Method and Description | 
|---|---|
| CountryListResponse | getCountryCodes()Gets valid country code values for user account settings. | 
| OperatingSystemListResponse | getOperatingSystems()Gets valid operating system types. | 
@GET @Path(value="/country-codes") CountryListResponse getCountryCodes()
@GET @Path(value="/operating-systems") OperatingSystemListResponse getOperatingSystems()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.