Package com.mypurecloud.sdk.v2.model
Class SmsAddress
java.lang.Object
com.mypurecloud.sdk.v2.model.SmsAddress
- All Implemented Interfaces:
Serializable
SmsAddress
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe city in which this address is incountryCode(String countryCode) The ISO country code of this addressbooleangetCity()getId()getName()inthashCode()postalCode(String postalCode) The postal code this address is inThe state or region this address is invoidvoidsetCountryCode(String countryCode) voidvoidsetPostalCode(String postalCode) voidvoidThe number and street address where this address is located.toString()
-
Constructor Details
-
SmsAddress
public SmsAddress() -
SmsAddress
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
street
The number and street address where this address is located. -
getStreet
-
setStreet
-
city
The city in which this address is in -
getCity
-
setCity
-
region
The state or region this address is in -
getRegion
-
setRegion
-
postalCode
The postal code this address is in -
getPostalCode
-
setPostalCode
-
countryCode
The ISO country code of this address -
getCountryCode
-
setCountryCode
-
getValidated
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-