Uses of Class
com.sinch.sdk.models.SMSRegion
-
Packages that use SMSRegion Package Description com.sinch.sdk.models Common models in use with Sinch Client Library -
-
Uses of SMSRegion in com.sinch.sdk.models
Fields in com.sinch.sdk.models declared as SMSRegion Modifier and Type Field Description static SMSRegionSMSRegion. AUAustraliastatic SMSRegionSMSRegion. BRBrazilstatic SMSRegionSMSRegion. CACanadastatic SMSRegionSMSRegion. EUEuropean Unionstatic SMSRegionSMSRegion. USUnited StatesMethods in com.sinch.sdk.models that return SMSRegion Modifier and Type Method Description static SMSRegionSMSRegion. from(String value)Get SMS region from a StringSMSRegionConfiguration. getSmsRegion()SMS RegionMethods in com.sinch.sdk.models that return types with arguments of type SMSRegion Modifier and Type Method Description static Stream<SMSRegion>SMSRegion. values()Get list of regionsMethods in com.sinch.sdk.models with parameters of type SMSRegion Modifier and Type Method Description Configuration.BuilderConfiguration.Builder. setSmsRegion(SMSRegion smsRegion)Set SMS regionstatic StringSMSRegion. valueOf(SMSRegion value)Get SMS region string identifier
-