Class RequestPagination


  • @Validated
    public class RequestPagination
    extends Object
    RequestPagination
    • Constructor Detail

      • RequestPagination

        public RequestPagination()
    • Method Detail

      • getMaxItems

        @Min(1L)
        public @Min(1L) Integer getMaxItems()
        The maximum number of items to return in the query results minimum: 1
        Returns:
        maxItems
      • setMaxItems

        public void setMaxItems​(Integer maxItems)
      • getSkipCount

        @Min(0L)
        public @Min(0L) Integer getSkipCount()
        The number of items to skip from the start of the query set minimum: 0
        Returns:
        skipCount
      • setSkipCount

        public void setSkipCount​(Integer skipCount)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object