Class DryRun

java.lang.Object
com.sinch.sdk.domains.sms.models.DryRun

public class DryRun extends Object
Information related to a dryRun request
Since:
1.0
  • Constructor Details

    • DryRun

      public DryRun(Integer numberOfRecipients, Integer numberOfMessages, Collection<DryRunPerRecipientDetails> perRecipient)
      Parameters:
      numberOfRecipients - The number of recipients in the batch
      numberOfMessages - The total number of SMS message parts to be sent in the batch
      perRecipient - The recipient, the number of message parts to this recipient, the body of the message, and the encoding type of each message
  • Method Details