@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") @Produces(value="application/vnd.ilandcloud.api.v1.0+json") CountryListResponse getCountryCodes()
@GET @Path(value="/operating-systems") @Produces(value="application/vnd.ilandcloud.api.v1.0+json") OperatingSystemListResponse getOperatingSystems()
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.