public class SmsPreviewResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ORIGINAL_TEXT |
static String |
SERIALIZED_NAME_PREVIEWS |
| Constructor and Description |
|---|
SmsPreviewResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getOriginalText()
Message content supplied in the request.
|
List<SmsPreview> |
getPreviews()
Allows for previewing the original message content once additional language configuration has
been applied to it.
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_ORIGINAL_TEXT
public static final String SERIALIZED_NAME_PREVIEWS
public String getOriginalText()
public List<SmsPreview> getPreviews()
Copyright © 2022. All rights reserved.