Package com.ringcentral.definitions
Class ListDirectoryEntriesParameters
java.lang.Object
com.ringcentral.definitions.ListDirectoryEntriesParameters
Query parameters for operation listDirectoryEntries
-
Field Summary
FieldsModifier and TypeFieldDescriptionPage number Format: int32 Default: 1Records count to be returned per one page.If `true` then contacts of all accounts in federation are returned.Internal identifier of the business site to which extensions belongType of an extension.Type of extension group Enum: User, NonUser -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
showFederated
If `true` then contacts of all accounts in federation are returned. If `false` then only contacts of the current account are returned, and account section is eliminated in this case Default: true -
type
Type of an extension. Please note that legacy 'Department' extension type corresponds to 'Call Queue' extensions in modern RingCentral product terminology Enum: User, Department, Announcement, Voicemail, SharedLinesGroup, PagingOnly, IvrMenu, ParkLocation, Limited, External -
typeGroup
Type of extension group Enum: User, NonUser -
page
Page number Format: int32 Default: 1 -
perPage
Records count to be returned per one page. It can be either integer or string with the specific keyword values: - `all` - all records are returned in one page - `max` - maximum count of records that can be returned in one page Maximum: 2000 Format: int32 Default: 1000 Enum: max, all -
siteId
Internal identifier of the business site to which extensions belong
-
-
Constructor Details
-
ListDirectoryEntriesParameters
public ListDirectoryEntriesParameters()
-
-
Method Details
-
showFederated
-
type
-
typeGroup
-
page
-
perPage
-
siteId
-