Package com.ringcentral.definitions
Class ListContactsParameters
java.lang.Object
com.ringcentral.definitions.ListContactsParameters
Query parameters for operation listContacts
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe result set page number (1-indexed) to return Maximum: 1000 Minimum: 1 Format: int32 Example: 1 Default: 1The number of items per page.String[]
Phone number in e.164 formatString[]
Sorts results by the specified property Enum: FirstName, LastName, CompanyIf specified, only contacts which 'First name' or 'Last name' start with the mentioned substring will be returned. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionphoneNumber
(String[] phoneNumber) startsWith
(String startsWith)
-
Field Details
-
startsWith
If specified, only contacts which 'First name' or 'Last name' start with the mentioned substring will be returned. Case-insensitive -
sortBy
Sorts results by the specified property Enum: FirstName, LastName, Company -
page
The result set page number (1-indexed) to return Maximum: 1000 Minimum: 1 Format: int32 Example: 1 Default: 1 -
perPage
The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied Maximum: 1000 Minimum: 1 Format: int32 Example: 100 Default: 100 -
phoneNumber
Phone number in e.164 format
-
-
Constructor Details
-
ListContactsParameters
public ListContactsParameters()
-
-
Method Details
-
startsWith
-
sortBy
-
page
-
perPage
-
phoneNumber
-