Class RequestPagination

java.lang.Object
org.alfresco.search.model.RequestPagination

@Validated public class RequestPagination extends Object
RequestPagination
  • Constructor Details

    • RequestPagination

      public RequestPagination()
  • Method Details

    • maxItems

      public RequestPagination maxItems(Integer maxItems)
    • 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)
    • skipCount

      public RequestPagination skipCount(Integer skipCount)
    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object