Interface DryRunPerRecipientDetails
public interface DryRunPerRecipientDetails
The recipient, the number of message parts to this recipient, the body of the message, and the
encoding type of each message
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builderstatic classGets or Sets encodingEnum -
Method Summary
-
Method Details
-
getEncoding
Deprecated.- See Also:
-
getRecipient
String getRecipient()Sender number. Required if Automatic Default Originator not configured.- Returns:
- recipient
-
getBody
String getBody()Get body- Returns:
- body
-
getNumberOfParts
Integer getNumberOfParts()Get numberOfParts- Returns:
- numberOfParts
-
getEncodingEnum
DryRunPerRecipientDetails.EncodingEnum getEncodingEnum()Get encodingEnum- Returns:
- encodingEnum
-
builder
Getting builder- Returns:
- New Builder instance
-