Package com.ringcentral.definitions
Class SyncAddressBookParameters
java.lang.Object
com.ringcentral.definitions.SyncAddressBookParameters
Query parameters for operation syncAddressBook
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
syncType
Type of synchronization Enum: FSync, ISync -
syncToken
Value of syncToken property of the last sync request response -
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
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
-
syncType
-
syncToken
-
perPage
-
pageId
-