Class TMNavigationInfo

java.lang.Object
com.ringcentral.definitions.TMNavigationInfo

public class TMNavigationInfo extends Object
  • Field Details

    • prevPageToken

      public String prevPageToken
      Previous page token. To get previous page, user should pass one of returned token in next request and, in turn, required page will be returned with new tokens
    • nextPageToken

      public String nextPageToken
      Next page token. To get next page, user should pass one of returned token in next request and, in turn, required page will be returned with new tokens
  • Constructor Details

    • TMNavigationInfo

      public TMNavigationInfo()
  • Method Details