Class RequestPagination

  • All Implemented Interfaces:

    @JsonClass(generateAdapter = true) 
    public final class RequestPagination
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getMaxItems() The maximum number of items to return in the query results
      final Unit setMaxItems(@Json(name = "maxItems") Integer maxItems) The maximum number of items to return in the query results
      final Integer getSkipCount() The number of items to skip from the start of the query set
      final Unit setSkipCount(@Json(name = "skipCount") Integer skipCount) The number of items to skip from the start of the query set
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RequestPagination

        RequestPagination(Integer maxItems, Integer skipCount)
    • Method Detail

      • getMaxItems

         final Integer getMaxItems()

        The maximum number of items to return in the query results

      • setMaxItems

         final Unit setMaxItems(@Json(name = "maxItems") Integer maxItems)

        The maximum number of items to return in the query results

      • getSkipCount

         final Integer getSkipCount()

        The number of items to skip from the start of the query set

      • setSkipCount

         final Unit setSkipCount(@Json(name = "skipCount") Integer skipCount)

        The number of items to skip from the start of the query set