| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.json.JsonArray |
categoryByType(String appId,
String type) |
io.vertx.core.json.JsonObject |
fetchCategories(String appId,
io.vertx.core.json.JsonArray types) |
io.vertx.core.json.JsonArray |
fetchCategory(String appId,
String type,
String code) |
io.vertx.core.json.JsonArray |
fetchTabular(String appId,
String type,
String code) |
io.vertx.core.json.JsonObject |
fetchTabulars(String appId,
io.vertx.core.json.JsonArray types) |
io.vertx.core.json.JsonArray |
tabularByType(String appId,
String type) |
@Path(value="/type/categories/{type}") @GET @Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03c9\u03bd/X-CATEGORY/TYPE") io.vertx.core.json.JsonArray categoryByType(@HeaderParam(value="X-App-Id") String appId, @PathParam(value="type") String type)
@Path(value="/types/categories") @POST @Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03c9\u03bd/X-CATEGORY/TYPES") io.vertx.core.json.JsonObject fetchCategories(@HeaderParam(value="X-App-Id") String appId, @BodyParam io.vertx.core.json.JsonArray types)
@Path(value="/{type}/category/{code}") @GET @Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03c9\u03bd/X-CATEGORY/CODE") io.vertx.core.json.JsonArray fetchCategory(@HeaderParam(value="X-App-Id") String appId, @PathParam(value="type") String type, @PathParam(value="code") String code)
@Path(value="/type/tabulars/{type}") @GET @Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03c9\u03bd/X-TABULAR/TYPE") io.vertx.core.json.JsonArray tabularByType(@HeaderParam(value="X-App-Id") String appId, @PathParam(value="type") String type)
@Path(value="/types/tabulars") @POST @Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03c9\u03bd/X-TABULAR/TYPES") io.vertx.core.json.JsonObject fetchTabulars(@HeaderParam(value="X-App-Id") String appId, @BodyParam io.vertx.core.json.JsonArray types)
@Path(value="/{type}/tabular/{code}") @GET @Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03c9\u03bd/X-TABULAR/CODE") io.vertx.core.json.JsonArray fetchTabular(@HeaderParam(value="X-App-Id") String appId, @PathParam(value="type") String type, @PathParam(value="code") String code)
Copyright © 2021. All rights reserved.