Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
EmailThread |
EmailThread.addMessagesItem(EmailDto messagesItem)
Add an item to messages and return this.
|
EmailThread |
EmailThreadBuilder.build()
Build EmailThread instance.
|
EmailThread |
EmailThread.folder(String folder)
Set folder and return this.
|
EmailThread |
EmailThread.id(String id)
Set id and return this.
|
EmailThread |
EmailThread.messages(List<EmailDto> messages)
Set messages and return this.
|
EmailThread |
EmailThread.subject(String subject)
Set subject and return this.
|
Modifier and Type | Method and Description |
---|---|
List<EmailThread> |
ListResponseOfEmailThread.getValue()
Get value
|
Modifier and Type | Method and Description |
---|---|
ListResponseOfEmailThread |
ListResponseOfEmailThread.addValueItem(EmailThread valueItem)
Add an item to value and return this.
|
Modifier and Type | Method and Description |
---|---|
void |
ListResponseOfEmailThread.setValue(List<EmailThread> value)
Set value.
|
EmailThreadListBuilder |
EmailThreadListBuilder.value(List<EmailThread> value)
Set EmailThreadList.value and return builder.
|
ListResponseOfEmailThread |
ListResponseOfEmailThread.value(List<EmailThread> value)
Set value and return this.
|
ListResponseOfEmailThreadBuilder |
ListResponseOfEmailThreadBuilder.value(List<EmailThread> value)
Set ListResponseOfEmailThread.value and return builder.
|
Constructor and Description |
---|
EmailThreadBuilder(EmailThread model) |
Constructor and Description |
---|
EmailThreadList(List<EmailThread> value)
Initializes a new instance of the EmailThreadList
|
ListResponseOfEmailThread(List<EmailThread> value)
Initializes a new instance of the ListResponseOfEmailThread
|
Copyright © 2020. All rights reserved.