Class PageParams

    • Constructor Detail

      • PageParams

        public PageParams​(@Nullable
                          java.lang.Integer from,
                          @Nullable
                          java.lang.Integer size)
        Constructs paging parameters
        Parameters:
        from - skips the specified number of items. When null the default value will be used.
        size - specifies the maximum number of items to obtain. When null the default value will be used.
    • Method Detail

      • getFrom

        public int getFrom()
      • getSize

        public int getSize()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object