Class ICResource


  • @Path("/")
    public class ICResource
    extends Object
    • Constructor Detail

      • ICResource

        public ICResource()
    • Method Detail

      • getById

        @GET
        @Path("/{id}")
        @Produces("text/plain")
        public String getById​(@NotNull @PathParam("id")
                              String id)