Package com.ringcentral.definitions
Class DeviceEmergencyServiceAddressResource
java.lang.Object
com.ringcentral.definitions.DeviceEmergencyServiceAddressResource
Address for emergency cases. The same emergency address is assigned to all numbers of a single
device
-
Field Summary
FieldsModifier and TypeFieldDescriptionEmail of an additional contact person.Name of an additional contact person.Phone number of an additional contact person.Apartment number (country-specific address field, e.g.(Optional) Building nameBuilding/street numberCity nameCountry nameInternal identifier of a countryTwo-letter country code in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format Example: USFull name of a countryEmail of a primary contact person (receiver).Customer namePhone number of a primary contact person (receiver).Designation (country-specific address field, e.g.Floor number (country-specific address field, e.g.Status of a digital line provisioning Enum: Provisioning, Valid, InvalidSpecifies if the emergency address is out of countryState/province name.Internal identifier of a stateISO code of a stateFull name of a stateFirst line addressSecond line address (apartment, suite, unit, building, floor, etc.)Street typeResulting status of emergency address synchronization.Internal identifier of a taxPostal (Zip) code -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalCustomerEmail(String additionalCustomerEmail) additionalCustomerName(String additionalCustomerName) additionalCustomerPhone(String additionalCustomerPhone) buildingName(String buildingName) buildingNumber(String buildingNumber) countryIsoCode(String countryIsoCode) countryName(String countryName) customerEmail(String customerEmail) customerName(String customerName) customerPhone(String customerPhone) designation(String designation) lineProvisioningStatus(String lineProvisioningStatus) outOfCountry(Boolean outOfCountry) stateIsoCode(String stateIsoCode) streetType(String streetType) syncStatus(String syncStatus)
-
Field Details
-
country
Country name -
countryId
Internal identifier of a country -
countryIsoCode
Two-letter country code in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format Example: US -
countryName
Full name of a country -
city
City name -
customerName
Customer name -
customerEmail
Email of a primary contact person (receiver). Should be specified for countries except the US, Canada, the UK and Australia Format: email -
additionalCustomerEmail
Email of an additional contact person. Should be specified for countries except the US, Canada, the UK and Australia Format: email -
additionalCustomerName
Name of an additional contact person. Should be specified for countries except the US, Canada, the UK and Australia -
customerPhone
Phone number of a primary contact person (receiver). Should be specified for countries except the US, Canada, the UK and Australia -
additionalCustomerPhone
Phone number of an additional contact person. Should be specified for countries except the US, Canada, the UK & Australia -
state
State/province name. Mandatory for the USA, the UK and Canada -
stateId
Internal identifier of a state -
stateIsoCode
ISO code of a state -
stateName
Full name of a state -
street
First line address -
street2
Second line address (apartment, suite, unit, building, floor, etc.) -
streetType
Street type -
buildingName
(Optional) Building name -
buildingNumber
Building/street number -
outOfCountry
Specifies if the emergency address is out of country -
zip
Postal (Zip) code -
lineProvisioningStatus
Status of a digital line provisioning Enum: Provisioning, Valid, Invalid -
syncStatus
Resulting status of emergency address synchronization. Returned if `syncEmergencyAddress` parameter is set to `true` Enum: Verified, Updated, Deleted, NotRequired, Unsupported, Failed -
taxId
Internal identifier of a tax -
apartment
Apartment number (country-specific address field, e.g. Portugal) -
floor
Floor number (country-specific address field, e.g. Portugal) -
designation
Designation (country-specific address field, e.g. Portugal)
-
-
Constructor Details
-
DeviceEmergencyServiceAddressResource
public DeviceEmergencyServiceAddressResource()
-
-
Method Details
-
country
-
countryId
-
countryIsoCode
-
countryName
-
city
-
customerName
-
customerEmail
-
additionalCustomerEmail
public DeviceEmergencyServiceAddressResource additionalCustomerEmail(String additionalCustomerEmail) -
additionalCustomerName
-
customerPhone
-
additionalCustomerPhone
public DeviceEmergencyServiceAddressResource additionalCustomerPhone(String additionalCustomerPhone) -
state
-
stateId
-
stateIsoCode
-
stateName
-
street
-
street2
-
streetType
-
buildingName
-
buildingNumber
-
outOfCountry
-
zip
-
lineProvisioningStatus
-
syncStatus
-
taxId
-
apartment
-
floor
-
designation
-