Class DeviceEmergencyInfo

java.lang.Object
com.ringcentral.definitions.DeviceEmergencyInfo

public class DeviceEmergencyInfo extends Object
Device emergency settings
  • Field Details

    • address

      public EmergencyAddressInfo address
    • location

      public DeviceEmergencyLocationInfo location
    • outOfCountry

      public Boolean outOfCountry
      Specifies if emergency address is out of country
    • addressStatus

      public String addressStatus
      Emergency address status Enum: Valid, Invalid, Provisioning
    • visibility

      public String visibility
      Visibility of an emergency response location. If `Private` is set, then location is visible only for the restricted number of users, specified in `owners` array Enum: Private, Public
    • syncStatus

      public String syncStatus
      Resulting status of the emergency address synchronization. Returned if `syncEmergencyAddress` parameter is set to `true` Enum: Verified, Updated, Deleted, NotRequired, Unsupported, Failed
    • addressEditableStatus

      public String addressEditableStatus
      Ability to register new emergency address for a phone line using devices sharing this line or only main device (line owner) Enum: MainDevice, AnyDevice
  • Constructor Details

    • DeviceEmergencyInfo

      public DeviceEmergencyInfo()
  • Method Details