java.lang.Object
com.genologics.ri.Page
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uri
The URI to the page.
-
-
Constructor Details
-
Page
public Page()Default constructor.
-
-
Method Details
-
getUri
Gets the URI to the page. -
setUri
Sets the URI to the page. -
toString
Gets a string representation of the page.
-