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) |
boolean |
equals(Object o) |
StorageFileLocation |
getEmailFile()
Email document file location in storage
|
int |
hashCode() |
void |
setEmailFile(StorageFileLocation 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 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 filesfolder
- Email account folder to store a messagemarkAsSent
- Mark message as sentemailFile
- Email document file location in storagepublic AppendEmailBaseRequest emailFile(StorageFileLocation emailFile)
public StorageFileLocation getEmailFile()
public void setEmailFile(StorageFileLocation emailFile)
public 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.