Class UnconditionalForwardingInfo

java.lang.Object
com.ringcentral.definitions.UnconditionalForwardingInfo

public class UnconditionalForwardingInfo extends Object
Unconditional forwarding parameters. Returned if 'UnconditionalForwarding' value is specified for the `callHandlingAction` parameter
  • Field Details

    • phoneNumber

      public String phoneNumber
      Phone number to which the call is forwarded. In addition to common e.164 format, the following number patterns are supported: 11xxxxxxxxxxx, 444xxxxxxxxxxx, 616xxxxxxxxxxx, 1700yyyy; where xxxxxxxxxxx is a phone number in e.164 format (without '+' sign) and yyyy is an external short extension number. Max number of digits is 15
    • action

      public String action
      Event that initiates forwarding to the specified phone number Enum: HoldTimeExpiration, MaxCallers, NoAnswer
  • Constructor Details

    • UnconditionalForwardingInfo

      public UnconditionalForwardingInfo()
  • Method Details