Class PagingResource

java.lang.Object
com.ringcentral.definitions.PagingResource

public class PagingResource extends Object
Pagination details
  • Field Details

    • pageToken

      public String pageToken
      Page token of the current response list Example: pgt1
    • perPage

      public Long perPage
      Number of records per page Format: int32 Example: 3
    • firstPageToken

      public String firstPageToken
      First page token of the current filter criteria Example: fpgt1
    • previousPageToken

      public String previousPageToken
      Previous page token of the current filter criteria Example: lpgt1
    • nextPageToken

      public String nextPageToken
      Next page token of the current filter criteria Example: npgt1
  • Constructor Details

    • PagingResource

      public PagingResource()
  • Method Details