Interface UserProfileResource


@Consumes("application/json") @Produces("application/json") public interface UserProfileResource
Author:
Vlastimil Elias <[email protected]>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    jakarta.ws.rs.core.Response
    update(String text)
     
  • Method Details

    • getConfiguration

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

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