| Modifier and Type | Method and Description |
|---|---|
String |
getFloors(String sigma) |
String |
getTents(String sigma) |
String |
initRegion(String id) |
String |
queryCities(String stateId) |
String |
queryCountries() |
String |
queryRegions(String cityId) |
String |
queryStates(String countryId) |
@Path(value="/countries") @GET @Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7/L-COUNTRIES") String queryCountries()
@Path(value="/states/query/{countryId}") @GET @Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7/L-STATE/BY-COUNTRY") String queryStates(@PathParam(value="countryId") String countryId)
@Path(value="/cities/query/{stateId}") @GET @Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7/L-CITY/BY-STATE") String queryCities(@PathParam(value="stateId") String stateId)
@Path(value="/regions/query/{cityId}") @GET @Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7/L-REGION/BY-CITY") String queryRegions(@PathParam(value="cityId") String cityId)
@Path(value="/regions/meta/{id}") @GET @Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7/L-REGION/META") String initRegion(@PathParam(value="id") String id)
@Path(value="/tents") @GET @Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7/L-TENT/BY-SIGMA") String getTents(@HeaderParam(value="X-Sigma") String sigma)
Copyright © 2021. All rights reserved.