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
      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