Class Projects

java.lang.Object
com.genologics.ri.project.Projects
All Implemented Interfaces:
Batch<ProjectLink>, PaginatedBatch<ProjectLink>, Serializable, Iterable<ProjectLink>

public class Projects extends Object implements PaginatedBatch<ProjectLink>, Serializable
The representation of a list of project links.

The system enforces a maximum number of elements when generating the list of links. When the size of the request result set is larger than the system maximum, the list represents a paged view of the overall results, and the previous-page and next-page elements provide URIs linking to the previous or next page of links in the overall results.

See Also:
  • Field Details

    • projects

      protected List<ProjectLink> projects
      The list of project links.
    • previousPage

      protected Page previousPage
      The previous page of results.
    • nextPage

      protected Page nextPage
      The next page of results.
  • Constructor Details

    • Projects

      public Projects()
      Constructor for Projects.
  • Method Details