public class ListEmailFoldersRequestData extends Object
Modifier and Type | Field and Description |
---|---|
String |
firstAccount
Email account
|
String |
parentFolder
Folder in which subfolders should be listed
|
String |
secondAccount
Additional email account (for example, firstAccount could be IMAP, and second one could be SMTP)
|
String |
storage
Storage name where account file(s) located
|
String |
storageFolder
Folder in storage where account file(s) located
|
public String firstAccount
public String secondAccount
public String storage
public String storageFolder
public String parentFolder
public ListEmailFoldersRequestData(String firstAccount, String secondAccount, String storage, String storageFolder, String parentFolder)
firstAccount
- Email accountsecondAccount
- Additional email account (for example, firstAccount could be IMAP, and second one could be SMTP)storage
- Storage name where account file(s) locatedstorageFolder
- Folder in storage where account file(s) locatedparentFolder
- Folder in which subfolders should be listedCopyright © 2020. All rights reserved.