Class UserProfileResource


  • public class UserProfileResource
    extends Object
    Author:
    Vlastimil Elias
    • Method Detail

      • getConfiguration

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

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