Interface UserProfileResource
-
@Consumes("application/json") @Produces("application/json") public interface UserProfileResource
- Author:
- Vlastimil Elias
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getConfiguration()
javax.ws.rs.core.Response
update(String text)
-