Class SyncAddressBookParameters

java.lang.Object
com.ringcentral.definitions.SyncAddressBookParameters

public class SyncAddressBookParameters extends Object
Query parameters for operation syncAddressBook
  • Field Details

    • syncType

      public String syncType
      Type of synchronization Enum: FSync, ISync
    • syncToken

      public String syncToken
      Value of syncToken property of the last sync request response
    • perPage

      public Long perPage
      Number of records per page to be returned. Max number of records is 250, which is also the default. For 'FSync' - if the number of records exceeds the parameter value (either specified or default), all of the pages can be retrieved in several requests. For 'ISync' - if the number of records exceeds page size, then the number of incoming changes to this number is limited Format: int32
    • pageId

      public Long pageId
      Internal identifier of a page. It can be obtained from the 'nextPageId' parameter passed in response body Format: int64
  • Constructor Details

    • SyncAddressBookParameters

      public SyncAddressBookParameters()
  • Method Details