Interface SmsConfiguration
public interface SmsConfiguration
The current SMS configuration for this number. Once the
servicePlanId is sent, it
enters scheduled provisioning. The status of scheduled provisioning will show under a
scheduledProvisioning object if it's still running. Once processed successfully, the
servicePlanId sent will appear directly under the smsConfiguration
object.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SmsConfiguration.Builderbuilder()Getting builderOnly for US virtual numbers.Get scheduledProvisioningTheservicePlanIdcan be found in the Sinch Customer Dashboard.
-
Method Details
-
getServicePlanId
String getServicePlanId()TheservicePlanIdcan be found in the Sinch Customer Dashboard. The service plan ID is what ties this number to the configured SMS service.- Returns:
- servicePlanId
-
getCampaignId
String getCampaignId()Only for US virtual numbers. This campaign ID relates to 10DLC numbers. So, it is the current campaign ID for this number. ThecampaignIdis found on your TCR platform.- Returns:
- campaignId
-
getScheduledProvisioning
ScheduledSmsProvisioning getScheduledProvisioning()Get scheduledProvisioning- Returns:
- scheduledProvisioning
- Read Only
- This field is returned by the server and cannot be modified
-
builder
Getting builder- Returns:
- New Builder instance
-