public class ListResponseOfEmailThread extends Object
Constructor and Description |
---|
ListResponseOfEmailThread() |
ListResponseOfEmailThread(List<EmailThread> value)
Initializes a new instance of the ListResponseOfEmailThread
|
Modifier and Type | Method and Description |
---|---|
ListResponseOfEmailThread |
addValueItem(EmailThread valueItem)
Add an item to value and return this.
|
boolean |
equals(Object o) |
List<EmailThread> |
getValue()
Get value
|
int |
hashCode() |
void |
setValue(List<EmailThread> value)
Set value.
|
String |
toString() |
ListResponseOfEmailThread |
value(List<EmailThread> value)
Set value and return this.
|
public ListResponseOfEmailThread()
public ListResponseOfEmailThread(List<EmailThread> value)
value
- public ListResponseOfEmailThread value(List<EmailThread> value)
value
- public ListResponseOfEmailThread addValueItem(EmailThread valueItem)
valueItem
- An item of:public List<EmailThread> getValue()
public void setValue(List<EmailThread> value)
value
- Copyright © 2020. All rights reserved.