public class EmailProperties extends Object
Constructor and Description |
---|
EmailProperties() |
EmailProperties(Link link,
List<EmailProperty> list)
Initializes a new instance of the EmailProperties
|
Modifier and Type | Method and Description |
---|---|
EmailProperties |
addListItem(EmailProperty listItem)
Add an item to list and return this.
|
boolean |
equals(Object o) |
Link |
getLink()
Gets or sets link that originate from this document.
|
List<EmailProperty> |
getList()
List of properties
|
int |
hashCode() |
EmailProperties |
link(Link link)
Set link and return this.
|
EmailProperties |
list(List<EmailProperty> list)
Set list and return this.
|
void |
setLink(Link link)
Set link.
|
void |
setList(List<EmailProperty> list)
Set list.
|
String |
toString() |
public EmailProperties()
public EmailProperties(Link link, List<EmailProperty> list)
link
- Gets or sets link that originate from this document.list
- List of propertiespublic EmailProperties link(Link link)
link
- Gets or sets link that originate from this document.public Link getLink()
public void setLink(Link link)
link
- Gets or sets link that originate from this document.public EmailProperties list(List<EmailProperty> list)
list
- List of propertiespublic EmailProperties addListItem(EmailProperty listItem)
listItem
- An item of: List of propertiespublic List<EmailProperty> getList()
public void setList(List<EmailProperty> list)
list
- List of propertiesCopyright © 2020. All rights reserved.