Class Users


  • public class Users
    extends com.gooddata.sdk.common.collections.Page<User>
    List of users.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String URI  
    • Constructor Summary

      Constructors 
      Constructor Description
      Users​(User... users)  
    • Method Summary

      • Methods inherited from class com.gooddata.sdk.common.collections.Page

        equals, getLinks, getNextPage, getPageItems, getPaging, hashCode, hasNextPage
      • Methods inherited from class java.lang.Object

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

      • Users

        public Users​(User... users)