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) |
boolean |
equals(Object o) |
StorageFileLocation |
getEmailFile()
Email document (*.eml) file location in storage
|
int |
hashCode() |
void |
setEmailFile(StorageFileLocation 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 name for receiving emails (or universal one)secondAccount
- Second account storage file name for sending emails (ignored if first is universal)storageFolder
- Storage folder location of account filesemailFile
- Email document (*.eml) file location in storagepublic SendEmailBaseRequest emailFile(StorageFileLocation emailFile)
public StorageFileLocation getEmailFile()
public void setEmailFile(StorageFileLocation emailFile)
public 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.