Package com.sinch.sdk.domains.sms.models
Class DryRunPerRecipientDetails
java.lang.Object
com.sinch.sdk.domains.sms.models.DryRunPerRecipientDetails
Details related to a dryRun recipient
- Since:
- 1.0
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionDryRunPerRecipientDetails
(String recipient, Integer numberOfParts, String body, String encoding) DryRunPerRecipientDetails
(String recipient, String messagePart, String body, String encoding) Deprecated. -
Method Summary
-
Constructor Details
-
DryRunPerRecipientDetails
@Deprecated public DryRunPerRecipientDetails(String recipient, String messagePart, String body, String encoding) Deprecated.Due to unusedmessagePart
field, prefer thenumberOfParts
version usage.This constructor will be removed in a next major release
-
DryRunPerRecipientDetails
-
-
Method Details
-
getRecipient
Get recipient- Returns:
- recipient
-
getMessagePart
Deprecated.Due to unusedmessagePart
field, prefer thegetNumberOfParts()
usage.This function will be removed in a next major release
-
getNumberOfParts
Get number of parts- Returns:
- number of parts
-
getBody
Get body- Returns:
- body
-
getEncoding
Get encoding- Returns:
- encoding
-
toString
-
builder
-