Class Projects


  • public class Projects
    extends com.gooddata.sdk.common.collections.Page<Project>
    Collection of GoodData projects being returned from API.
    • Field Summary

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

      Constructors 
      Constructor Description
      Projects​(java.util.List<Project> items, com.gooddata.sdk.common.collections.Paging paging)  
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Collection<Project> getProjects()
      Deprecated.
      use Page.getPageItems() or other methods from Page.
      java.lang.String toString()  
      • 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, wait, wait, wait
    • Constructor Detail

      • Projects

        public Projects​(java.util.List<Project> items,
                        com.gooddata.sdk.common.collections.Paging paging)
    • Method Detail

      • getProjects

        @Deprecated
        public java.util.Collection<Project> getProjects()
        Deprecated.
        use Page.getPageItems() or other methods from Page. Deprecated since version 3.0.0. Will be removed in one of future versions.
        Returns:
        the list of current page items only
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object