Class StorageNext


  • public class StorageNext
    extends Object
    A class representing the next page definition of a query or a query result.
    Author:
    Jarkko Leponiemi
    • Constructor Detail

      • StorageNext

        public StorageNext​(String key,
                           String method)
    • Method Detail

      • getKey

        public String getKey()
        Returns:
        the key of the next page
      • setKey

        public void setKey​(String key)
        Set the key of the next page
        Parameters:
        key -
      • getMethod

        public String getMethod()
        Returns:
        the method used for specifying the next page
      • setMethod

        public void setMethod​(String method)
        Set the method used for specifying the next page
        Parameters:
        method -