Class PaginatedBase

    • Constructor Detail

      • PaginatedBase

        public PaginatedBase()
    • Method Detail

      • getNextPageURI

        @OslcName("nextPage")
        @OslcPropertyDefinition("http://www.w3.org/ns/ldp#nextPage")
        public URI getNextPageURI()
        Returns the URI containing information about the next base page.
        Returns:
        the next page URI
      • setNextPageURI

        public void setNextPageURI​(URI nextPage)
        Uses to set the next page URI.
        Parameters:
        nextPage - the next page to set