Class UserGetResponse


  • public class UserGetResponse
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      UserGetResponse​(java.util.List<UserResource> entities, java.lang.String cursor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCursor()  
      EMUser getEMUser​(java.lang.String username)  
      • Methods inherited from class java.lang.Object

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

      • UserGetResponse

        public UserGetResponse​(java.util.List<UserResource> entities,
                               java.lang.String cursor)
    • Method Detail

      • getEMUser

        public EMUser getEMUser​(java.lang.String username)
      • getCursor

        public java.lang.String getCursor()