Package com.mypurecloud.sdk.v2.model
Class SmsAddressProvision
java.lang.Object
com.mypurecloud.sdk.v2.model.SmsAddressProvision
- All Implemented Interfaces:
Serializable
SmsAddressProvision
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoCorrectAddress(Boolean autoCorrectAddress) This is used when the address is created.The city in which this address is incountryCode(String countryCode) The ISO country code of this addressbooleangetCity()getId()getName()inthashCode()Name associated with this addresspostalCode(String postalCode) The postal code this address is inThe state or region this address is invoidsetAutoCorrectAddress(Boolean autoCorrectAddress) voidvoidsetCountryCode(String countryCode) voidvoidsetPostalCode(String postalCode) voidvoidThe number and street address where this address is located.toString()
-
Constructor Details
-
SmsAddressProvision
public SmsAddressProvision() -
SmsAddressProvision
-
-
Method Details
-
getId
-
name
Name associated with this address -
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
-
autoCorrectAddress
This is used when the address is created. If the value is not set or true, then the system will, if necessary, auto-correct the address you provide. Set this value to false if the system should not auto-correct the address. -
getAutoCorrectAddress
-
setAutoCorrectAddress
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-