@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-06T00:35:57.043Z") public class FaxMessage extends Object
| Constructor and Description |
|---|
FaxMessage() |
| Modifier and Type | Method and Description |
|---|---|
FaxMessage |
country(String country) |
FaxMessage |
customString(String customString) |
boolean |
equals(Object o) |
FaxMessage |
from(String from) |
FaxMessage |
fromEmail(String fromEmail) |
String |
getCountry()
Recipient country.
|
String |
getCustomString()
Your reference.
|
String |
getFrom()
Your sender id.
|
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 fax number in E.164 format.
|
int |
hashCode() |
FaxMessage |
listId(Integer listId) |
FaxMessage |
schedule(Integer schedule) |
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) |
FaxMessage |
source(String source) |
FaxMessage |
to(String to) |
String |
toString() |
public FaxMessage source(String source)
public String getSource()
public void setSource(String source)
public FaxMessage to(String to)
public String getTo()
public void setTo(String to)
public FaxMessage listId(Integer listId)
public Integer getListId()
public void setListId(Integer listId)
public FaxMessage from(String from)
public String getFrom()
public void setFrom(String from)
public FaxMessage schedule(Integer schedule)
public Integer getSchedule()
public void setSchedule(Integer schedule)
public FaxMessage customString(String customString)
public String getCustomString()
public void setCustomString(String customString)
public FaxMessage country(String country)
public String getCountry()
public void setCountry(String country)
public FaxMessage fromEmail(String fromEmail)
public String getFromEmail()
public void setFromEmail(String fromEmail)
Copyright © 2019. All rights reserved.