Package com.sinch.sdk.domains.sms.models
Class DryRun
java.lang.Object
com.sinch.sdk.domains.sms.models.DryRun
Information related to a dryRun request
- Since:
- 1.0
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionDryRun
(Integer numberOfRecipients, Integer numberOfMessages, Collection<DryRunPerRecipientDetails> perRecipient) -
Method Summary
-
Constructor Details
-
DryRun
public DryRun(Integer numberOfRecipients, Integer numberOfMessages, Collection<DryRunPerRecipientDetails> perRecipient) - Parameters:
numberOfRecipients
- The number of recipients in the batchnumberOfMessages
- The total number of SMS message parts to be sent in the batchperRecipient
- The recipient, the number of message parts to this recipient, the body of the message, and the encoding type of each message
-
-
Method Details