Class UserResponse



  • public class UserResponse
    extends java.lang.Object
    This is a class model for a response for adding tags to an user. This object will be created by UserProvider
    • Constructor Summary

      Constructors 
      Constructor and Description
      UserResponse() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      User getUser()
      Get the updated user.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UserResponse

        public UserResponse()
    • Method Detail

      • getUser

        public User getUser()
        Get the updated user.
        Returns:
        The updated user