Interface ScheduledSmsProvisioning
public interface ScheduledSmsProvisioning
Represents the ongoing or failed scheduled provisioning job. This field will be empty if both the
was successfully provisioned into the SMS platform and linked to the 10DLC campaign.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting builderTCR campaign ID that the scheduled provisioning job will configure with the number.Get errorCodesTimestamp when the status was last updated.The SMS service plan that the scheduled provisioning job will configured with the number.Get status
-
Method Details
-
getServicePlanId
String getServicePlanId()The SMS service plan that the scheduled provisioning job will configured with the number.- Returns:
- servicePlanId
- Read Only
- This field is returned by the server and cannot be modified
-
getCampaignId
String getCampaignId()TCR campaign ID that the scheduled provisioning job will configure with the number.- Returns:
- campaignId
- Read Only
- This field is returned by the server and cannot be modified
-
getStatus
ProvisioningStatus getStatus()Get status- Returns:
- status
-
getLastUpdatedTime
Instant getLastUpdatedTime()Timestamp when the status was last updated.- Returns:
- lastUpdatedTime
- Read Only
- This field is returned by the server and cannot be modified
-
getErrorCodes
List<SmsErrorCode> getErrorCodes()Get errorCodes- Returns:
- errorCodes
- Read Only
- This field is returned by the server and cannot be modified
-
builder
Getting builder- Returns:
- New Builder instance
-