Class RcwPagingModel

java.lang.Object
com.ringcentral.definitions.RcwPagingModel

public class RcwPagingModel extends Object
  • Field Details

    • perPage

      public Long perPage
      Number of items per page Required Maximum: 1000 Minimum: 1 Format: int32 Example: 100
    • pageToken

      public String pageToken
      Current page token Required
    • nextPageToken

      public String nextPageToken
      Next page token (absent for the last page of the result set)
    • previousPageToken

      public String previousPageToken
      Previous page token (absent for the first page of the result set)
  • Constructor Details

    • RcwPagingModel

      public RcwPagingModel()
  • Method Details