Interface UserProfileResource


  • @Consumes("application/json")
    @Produces("application/json")
    public interface UserProfileResource
    Author:
    Vlastimil Elias
    • Method Detail

      • getConfiguration

        @GET
        @Consumes("application/json")
        String getConfiguration()
      • update

        @PUT
        @Produces("application/json")
        javax.ws.rs.core.Response update​(String text)