@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-06T00:35:57.043Z") public class SmsMessage extends Object
| Constructor and Description |
|---|
SmsMessage() |
| Modifier and Type | Method and Description |
|---|---|
SmsMessage |
body(String body) |
SmsMessage |
country(String country) |
SmsMessage |
customString(String customString) |
boolean |
equals(Object o) |
SmsMessage |
from(String from) |
SmsMessage |
fromEmail(String fromEmail) |
String |
getBody()
Your message.
|
String |
getCountry()
Recipient country.
|
String |
getCustomString()
Your reference.
|
String |
getFrom()
Your sender id - more info: http://help.clicksend.com/SMS/what-is-a-sender-id-or-sender-number.
|
String |
getFromEmail()
An email address where the reply should be emailed to.
|
Integer |
getListId()
Your list ID if sending to a whole list.
|
Integer |
getSchedule()
Leave blank for immediate delivery.
|
String |
getSource()
Your method of sending e.g.
|
String |
getTo()
Recipient phone number in E.164 format.
|
int |
hashCode() |
SmsMessage |
listId(Integer listId) |
SmsMessage |
schedule(Integer schedule) |
void |
setBody(String body) |
void |
setCountry(String country) |
void |
setCustomString(String customString) |
void |
setFrom(String from) |
void |
setFromEmail(String fromEmail) |
void |
setListId(Integer listId) |
void |
setSchedule(Integer schedule) |
void |
setSource(String source) |
void |
setTo(String to) |
SmsMessage |
source(String source) |
SmsMessage |
to(String to) |
String |
toString() |
public SmsMessage from(String from)
public String getFrom()
public void setFrom(String from)
public SmsMessage body(String body)
public String getBody()
public void setBody(String body)
public SmsMessage to(String to)
public String getTo()
public void setTo(String to)
public SmsMessage source(String source)
public String getSource()
public void setSource(String source)
public SmsMessage schedule(Integer schedule)
public Integer getSchedule()
public void setSchedule(Integer schedule)
public SmsMessage customString(String customString)
public String getCustomString()
public void setCustomString(String customString)
public SmsMessage listId(Integer listId)
public Integer getListId()
public void setListId(Integer listId)
public SmsMessage country(String country)
public String getCountry()
public void setCountry(String country)
public SmsMessage fromEmail(String fromEmail)
public String getFromEmail()
public void setFromEmail(String fromEmail)
Copyright © 2019. All rights reserved.