public class SendEmailBaseRequest extends AccountBaseRequest
Constructor and Description |
---|
SendEmailBaseRequest() |
SendEmailBaseRequest(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder,
StorageFileLocation emailFile)
Initializes a new instance of the SendEmailBaseRequest
|
Modifier and Type | Method and Description |
---|---|
SendEmailBaseRequest |
emailFile(StorageFileLocation emailFile)
Set emailFile and return this.
|
boolean |
equals(Object o) |
StorageFileLocation |
getEmailFile()
Email document (*.eml) file location in storage
|
int |
hashCode() |
void |
setEmailFile(StorageFileLocation emailFile)
Set emailFile.
|
String |
toString() |
firstAccount, getFirstAccount, getSecondAccount, getStorageFolder, secondAccount, setFirstAccount, setSecondAccount, setStorageFolder, storageFolder
public SendEmailBaseRequest()
public SendEmailBaseRequest(String firstAccount, String secondAccount, StorageFolderLocation storageFolder, 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 filesemailFile
- Email document (*.eml) file location in storagepublic SendEmailBaseRequest emailFile(StorageFileLocation emailFile)
emailFile
- Email document (*.eml) file location in storagepublic StorageFileLocation getEmailFile()
public void setEmailFile(StorageFileLocation emailFile)
emailFile
- Email document (*.eml) file location in storagepublic boolean equals(Object o)
equals
in class AccountBaseRequest
public int hashCode()
hashCode
in class AccountBaseRequest
public String toString()
toString
in class AccountBaseRequest
Copyright © 2020. All rights reserved.