public class AppendEmailBaseRequest extends AppendEmailAccountBaseRequest
Constructor and Description |
---|
AppendEmailBaseRequest() |
AppendEmailBaseRequest(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder,
String folder,
Boolean markAsSent,
StorageFileLocation emailFile)
Initializes a new instance of the AppendEmailBaseRequest
|
Modifier and Type | Method and Description |
---|---|
AppendEmailBaseRequest |
emailFile(StorageFileLocation emailFile)
Set emailFile and return this.
|
boolean |
equals(Object o) |
StorageFileLocation |
getEmailFile()
Email document file location in storage
|
int |
hashCode() |
void |
setEmailFile(StorageFileLocation emailFile)
Set emailFile.
|
String |
toString() |
folder, getFolder, isMarkAsSent, markAsSent, setFolder, setMarkAsSent
firstAccount, getFirstAccount, getSecondAccount, getStorageFolder, secondAccount, setFirstAccount, setSecondAccount, setStorageFolder, storageFolder
public AppendEmailBaseRequest()
public AppendEmailBaseRequest(String firstAccount, String secondAccount, StorageFolderLocation storageFolder, String folder, Boolean markAsSent, StorageFileLocation emailFile)
firstAccount
- First account storage file namesecondAccount
- Additional email account (for example, FirstAccount could be IMAP, and second one could be SMTP)storageFolder
- Storage folder location of account filesfolder
- Email account folder to store a messagemarkAsSent
- Mark message as sentemailFile
- Email document file location in storagepublic AppendEmailBaseRequest emailFile(StorageFileLocation emailFile)
emailFile
- Email document file location in storagepublic StorageFileLocation getEmailFile()
public void setEmailFile(StorageFileLocation emailFile)
emailFile
- Email document file location in storagepublic boolean equals(Object o)
equals
in class AppendEmailAccountBaseRequest
public int hashCode()
hashCode
in class AppendEmailAccountBaseRequest
public String toString()
toString
in class AppendEmailAccountBaseRequest
Copyright © 2020. All rights reserved.