Class Page

java.lang.Object
com.genologics.ri.Page
All Implemented Interfaces:
Locatable, Serializable

public class Page extends Object implements Locatable, Serializable
The link to a page of additional content.

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.

The previous-page and next-page elements are represented using the page type.

See Also:
  • Field Details

    • uri

      protected URI uri
  • Constructor Details

    • Page

      public Page()
  • Method Details

    • getUri

      public URI getUri()
      Description copied from interface: Locatable
      Get the URI of this object.
      Specified by:
      getUri in interface Locatable
      Returns:
      The URI.
    • setUri

      public void setUri(URI uri)
      Description copied from interface: Locatable
      Set the URI of this object.
      Specified by:
      setUri in interface Locatable
      Parameters:
      uri - The new URI.
    • toString

      public String toString()
      Overrides:
      toString in class Object