Package com.ringcentral.definitions
Class ListCompanyActiveCallsParameters
java.lang.Object
com.ringcentral.definitions.ListCompanyActiveCallsParameters
Query parameters for operation listCompanyActiveCalls
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]Conference call type: RCC or RC Meetings.String[]The direction of call records to be included in the result.Indicates the page number to retrieve.The number of items per page.String[]The type of call transport.String[]The type of call records to be included in the result.Defines the level of details for returned call records Default: Simple Enum: Simple, Detailed -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
direction
The direction of call records to be included in the result. If omitted, both inbound and outbound calls are returned. Multiple values are supported Enum: Inbound, Outbound -
view
Defines the level of details for returned call records Default: Simple Enum: Simple, Detailed -
type
The type of call records to be included in the result. If omitted, all call types are returned. Multiple values are supported Enum: Voice, Fax -
transport
The type of call transport. Multiple values are supported. By default, this filter is disabled Enum: PSTN, VoIP -
conferenceType
Conference call type: RCC or RC Meetings. If not specified, no conference call filter applied Enum: AudioConferencing, Meetings -
perPage
The number of items per page. Accepts a positive integer (1–1000) or the special value `"max"` which returns up to 1000 records. If the provided integer value exceeds 1000, the maximum value of 1000 is applied. Maximum: 1000 Minimum: 1 Format: int32 Example: 100 Default: 100 -
page
Indicates the page number to retrieve. Only positive number values are accepted Minimum: 1 Format: int32 Default: 1
-
-
Constructor Details
-
ListCompanyActiveCallsParameters
public ListCompanyActiveCallsParameters()
-
-
Method Details
-
direction
-
view
-
type
-
transport
-
conferenceType
-
perPage
-
page
-