Package com.ringcentral.definitions
Class CommonEmergencyLocationResource
java.lang.Object
com.ringcentral.definitions.CommonEmergencyLocationResource
Company emergency response location details
-
Field Summary
FieldsModifier and TypeFieldDescriptionAddress format IDEmergency address status Enum: Valid, Invalid, ProvisioningEnum: LocationWithElins, LocationWithEndpointInternal identifier of an emergency response locationEmergency response location nameList of private location ownersResulting status of emergency address synchronization.Status of emergency response location usage.Visibility of an emergency response location. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddressFormatId
(String addressFormatId) addressStatus
(String addressStatus) addressType
(String addressType) owners
(LocationOwnerInfo[] owners) site
(ShortSiteInfo site) syncStatus
(String syncStatus) usageStatus
(String usageStatus) visibility
(String visibility)
-
Field Details
-
id
Internal identifier of an emergency response location -
address
-
name
Emergency response location name -
site
-
addressStatus
Emergency address status Enum: Valid, Invalid, Provisioning -
usageStatus
Status of emergency response location usage. Enum: Active, Inactive -
syncStatus
Resulting status of emergency address synchronization. Returned if `syncEmergencyAddress` parameter is set to `true` Enum: Verified, Updated, Deleted, ActivationProcess, NotRequired, Unsupported, Failed -
addressType
Enum: LocationWithElins, LocationWithEndpoint -
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 Default: Public Enum: Private, Public -
owners
List of private location owners -
addressFormatId
Address format ID
-
-
Constructor Details
-
CommonEmergencyLocationResource
public CommonEmergencyLocationResource()
-
-
Method Details
-
id
-
address
-
name
-
site
-
addressStatus
-
usageStatus
-
syncStatus
-
addressType
-
visibility
-
owners
-
addressFormatId
-