Class ScheduledSmsProvisioning
- java.lang.Object
-
- com.sinch.sdk.domains.numbers.models.ScheduledSmsProvisioning
-
public class ScheduledSmsProvisioning extends Object
Scheduled SMS provisioning informationThis object is temporary and will appear while the scheduled provisioning for SMS is processing. Once it has successfully processed, only the ID of the SMS configuration will display.
-
-
Constructor Summary
Constructors Constructor Description ScheduledSmsProvisioning(String servicePlanId, String campaignId, ProvisioningStatus status, Instant lastUpdatedTime, Collection<SmsErrorCode> errorCodes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCampaignId()Collection<SmsErrorCode>getErrorCodes()InstantgetLastUpdatedTime()StringgetServicePlanId()ProvisioningStatusgetStatus()StringtoString()
-
-
-
Constructor Detail
-
ScheduledSmsProvisioning
public ScheduledSmsProvisioning(String servicePlanId, String campaignId, ProvisioningStatus status, Instant lastUpdatedTime, Collection<SmsErrorCode> errorCodes)
- Parameters:
servicePlanId- Service plan of the scheduled provisioning task.campaignId- Campaign ID of the scheduled provisioning task. Note that the campaign ID is only for US numbers as it relates to 10DLC.status- The provisioning statuslastUpdatedTime- when the status was last updatederrorCodes- The provisioning error codes
-
-
Method Detail
-
getServicePlanId
public String getServicePlanId()
-
getCampaignId
public String getCampaignId()
-
getStatus
public ProvisioningStatus getStatus()
-
getLastUpdatedTime
public Instant getLastUpdatedTime()
-
getErrorCodes
public Collection<SmsErrorCode> getErrorCodes()
-
-