Package com.mypurecloud.sdk.v2.model
Class SmsPhoneNumberImport
java.lang.Object
com.mypurecloud.sdk.v2.model.SmsPhoneNumberImport
- All Implemented Interfaces:
Serializable
SmsPhoneNumberImport
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of the phone number provisioned. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompliance(Compliance compliance) Compliance configuration for short codes, including help, stop and opt in.countryCode(String countryCode) The ISO 3166-1 alpha-2 country code of the country this phone number is associated with.booleangetId()inthashCode()integrationId(String integrationId) The id of the Genesys Cloud integration this phone number belongs to.phoneNumber(String phoneNumber) A phone number to be used for SMS communications.phoneNumberType(SmsPhoneNumberImport.PhoneNumberTypeEnum phoneNumberType) Type of the phone number provisioned.voidsetCompliance(Compliance compliance) voidsetCountryCode(String countryCode) voidsetIntegrationId(String integrationId) voidsetPhoneNumber(String phoneNumber) voidsetPhoneNumberType(SmsPhoneNumberImport.PhoneNumberTypeEnum phoneNumberType) voidsetSupportedContent(SupportedContentReference supportedContent) supportedContent(SupportedContentReference supportedContent) Defines the media SupportedContent profile configured for an MMS capable phone number.toString()
-
Constructor Details
-
SmsPhoneNumberImport
public SmsPhoneNumberImport() -
SmsPhoneNumberImport
-
-
Method Details
-
getId
-
phoneNumber
A phone number to be used for SMS communications. E.g. +13175555555 or +34234234234 -
getPhoneNumber
-
setPhoneNumber
-
phoneNumberType
public SmsPhoneNumberImport phoneNumberType(SmsPhoneNumberImport.PhoneNumberTypeEnum phoneNumberType) Type of the phone number provisioned. -
getPhoneNumberType
-
setPhoneNumberType
-
countryCode
The ISO 3166-1 alpha-2 country code of the country this phone number is associated with. -
getCountryCode
-
setCountryCode
-
integrationId
The id of the Genesys Cloud integration this phone number belongs to. -
getIntegrationId
-
setIntegrationId
-
compliance
Compliance configuration for short codes, including help, stop and opt in. -
getCompliance
-
setCompliance
-
supportedContent
Defines the media SupportedContent profile configured for an MMS capable phone number. -
getSupportedContent
-
setSupportedContent
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-