public class DeleteEmailThreadAccountRq extends AccountBaseRequest
Constructor and Description |
---|
DeleteEmailThreadAccountRq() |
DeleteEmailThreadAccountRq(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder,
String folder)
Initializes a new instance of the DeleteEmailThreadAccountRq
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
DeleteEmailThreadAccountRq |
folder(String folder)
Set folder and return this.
|
String |
getFolder()
Specifies account folder to get thread from
|
int |
hashCode() |
void |
setFolder(String folder)
Set folder.
|
String |
toString() |
firstAccount, getFirstAccount, getSecondAccount, getStorageFolder, secondAccount, setFirstAccount, setSecondAccount, setStorageFolder, storageFolder
public DeleteEmailThreadAccountRq()
public DeleteEmailThreadAccountRq(String firstAccount, String secondAccount, StorageFolderLocation storageFolder, String folder)
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
- Specifies account folder to get thread frompublic DeleteEmailThreadAccountRq folder(String folder)
folder
- Specifies account folder to get thread frompublic String getFolder()
public void setFolder(String folder)
folder
- Specifies account folder to get thread frompublic 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.