Package com.ringcentral.definitions
Class SipRegistrationDeviceEmergencyInfo
java.lang.Object
com.ringcentral.definitions.SipRegistrationDeviceEmergencyInfo
Emergency response location settings of a device
-
Field Summary
FieldsModifier and TypeFieldDescriptionAddress for emergency cases.Ability to register new emergency address for a phone line using devices sharing this line or only main device (line owner) Enum: MainDevice, AnyDeviceIndicates if out of country emergency address is not allowed for the country of a phone lineIndicates if emergency address is required for the country of a phone lineEmergency address status Enum: Valid, Invalid, ProcessingSpecifies if emergency address is out of countryResulting status of emergency address synchronization.Specifies whether to return only private or only public (company) ERLs (Emergency Response Locations) Enum: Private, Public -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddressEditableStatus
(String addressEditableStatus) addressLocationOnly
(Boolean addressLocationOnly) addressRequired
(Boolean addressRequired) addressStatus
(String addressStatus) location
(SipRegistrationDeviceLocationInfo location) outOfCountry
(Boolean outOfCountry) syncStatus
(String syncStatus) visibility
(String visibility)
-
Field Details
-
address
Address for emergency cases. The same emergency address is assigned to all the numbers of one device -
location
-
outOfCountry
Specifies if emergency address is out of country -
addressStatus
Emergency address status Enum: Valid, Invalid, Processing -
visibility
Specifies whether to return only private or only public (company) ERLs (Emergency Response Locations) Enum: Private, Public -
syncStatus
Resulting status of emergency address synchronization. Returned if `syncEmergencyAddress` parameter is set to `true` Enum: Verified, Updated, Deleted, NotRequired, Unsupported, Failed -
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 -
addressRequired
Indicates if emergency address is required for the country of a phone line -
addressLocationOnly
Indicates if out of country emergency address is not allowed for the country of a phone line
-
-
Constructor Details
-
SipRegistrationDeviceEmergencyInfo
public SipRegistrationDeviceEmergencyInfo()
-
-
Method Details
-
address
public SipRegistrationDeviceEmergencyInfo address(SipRegistrationDeviceEmergencyInfoAddress address) -
location
-
outOfCountry
-
addressStatus
-
visibility
-
syncStatus
-
addressEditableStatus
-
addressRequired
-
addressLocationOnly
-