Class ResponsePaging

java.lang.Object
com.ringcentral.definitions.ResponsePaging

public class ResponsePaging extends Object
Paging information
  • Field Details

    • page

      public Long page
      The current page number Required Format: int64
    • perPage

      public Long perPage
      How many items are displayed on the page Required Format: int64
    • totalPages

      public Long totalPages
      The total number of pages Required Format: int64
    • totalElements

      public Long totalElements
      The total number of items in the dataset Required Format: int64
  • Constructor Details

    • ResponsePaging

      public ResponsePaging()
  • Method Details