public class Mail extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_APPROVED_COST |
static String |
SERIALIZED_NAME_BODY |
static String |
SERIALIZED_NAME_RECIPIENTS |
static String |
SERIALIZED_NAME_SUBJECT |
| Constructor and Description |
|---|
Mail() |
| Modifier and Type | Method and Description |
|---|---|
Mail |
addRecipientsItem(Recipient recipientsItem) |
Mail |
approvedCost(Long approvedCost) |
Mail |
body(String body) |
boolean |
equals(Object o) |
Long |
getApprovedCost()
approved_cost integer
|
String |
getBody()
body string
|
List<Recipient> |
getRecipients()
recipients array
|
String |
getSubject()
subject string
|
int |
hashCode() |
Mail |
recipients(List<Recipient> recipients) |
void |
setApprovedCost(Long approvedCost) |
void |
setBody(String body) |
void |
setRecipients(List<Recipient> recipients) |
void |
setSubject(String subject) |
Mail |
subject(String subject) |
String |
toString() |
public static final String SERIALIZED_NAME_APPROVED_COST
public static final String SERIALIZED_NAME_BODY
public static final String SERIALIZED_NAME_RECIPIENTS
public static final String SERIALIZED_NAME_SUBJECT
public Long getApprovedCost()
public void setApprovedCost(Long approvedCost)
public String getBody()
public void setBody(String body)
public String getSubject()
public void setSubject(String subject)
Copyright © 2019. All Rights Reserved.