Class Projects

java.lang.Object
com.gooddata.sdk.common.collections.Page<Project>
com.gooddata.sdk.model.project.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 final String
     
    static final String
     
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    Deprecated.
    use Page.getPageItems() or other methods from Page.
     

    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
  • Field Details

  • Constructor Details

    • Projects

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

    • getProjects

      @Deprecated public 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 String toString()
      Overrides:
      toString in class Object