Class UserResponse


  • public abstract class UserResponse
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      UserResponse()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String getId()  
      abstract java.lang.String getUsername()  
      • 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

      • getId

        public abstract java.lang.String getId()
      • getUsername

        public abstract java.lang.String getUsername()