public class SmsSelector extends PushModelObject implements Selector
| Modifier and Type | Class and Description |
|---|---|
static class |
SmsSelector.Builder
SmsSelector Builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SelectorVisitor visitor) |
boolean |
equals(java.lang.Object o) |
DeviceTypeData |
getApplicableDeviceTypes() |
java.lang.String |
getMsisdn()
Get the recipient phone number as msisdn.
|
java.lang.String |
getSender()
Get the sender that the app is configured to send SMS messages from.
|
SelectorType |
getType() |
int |
hashCode() |
static SmsSelector.Builder |
newBuilder()
New SmsSelector Builder.
|
toJSONtoJSONpublic static SmsSelector.Builder newBuilder()
public java.lang.String getMsisdn()
public java.lang.String getSender()
public SelectorType getType()
public DeviceTypeData getApplicableDeviceTypes()
getApplicableDeviceTypes in interface Selectorpublic void accept(SelectorVisitor visitor)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object