Class ListExtensionActiveCallsParameters

java.lang.Object
com.ringcentral.definitions.ListExtensionActiveCallsParameters

public class ListExtensionActiveCallsParameters extends Object
Query parameters for operation listExtensionActiveCalls
  • Field Details

    • direction

      public String[] 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

      public String view
      Defines the level of details for returned call records Default: Simple Enum: Simple, Detailed
    • type

      public String[] 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

      public String[] transport
      The type of call transport. Multiple values are supported. By default, this filter is disabled Enum: PSTN, VoIP
    • conferenceType

      public String[] conferenceType
      Conference call type: RCC or RC Meetings. If not specified, no conference call filter applied Enum: AudioConferencing, Meetings
    • page

      public Long page
      Indicates the page number to retrieve. Only positive number values are allowed Format: int32 Default: 1
    • perPage

      public Long perPage
      Indicates the page size (number of items) Format: int32 Default: 100
  • Constructor Details

    • ListExtensionActiveCallsParameters

      public ListExtensionActiveCallsParameters()
  • Method Details