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.
  • Method Details

    • getServicePlanId

      String getServicePlanId()
      The SMS service plan that the scheduled provisioning job will configured with the number.
      Returns:
      servicePlanId
    • getCampaignId

      String getCampaignId()
      TCR campaign ID that the scheduled provisioning job will configure with the number.
      Returns:
      campaignId
    • getStatus

      ProvisioningStatus getStatus()
      Get status
      Returns:
      status
    • getLastUpdatedTime

      Instant getLastUpdatedTime()
      Timestamp when the status was last updated.
      Returns:
      lastUpdatedTime
    • getErrorCodes

      List<SmsErrorCode> getErrorCodes()
      Get errorCodes
      Returns:
      errorCodes
    • builder

      Getting builder
      Returns:
      New Builder instance