public class MoveEmailThreadRq extends AccountBaseRequest
Constructor and Description |
---|
MoveEmailThreadRq() |
MoveEmailThreadRq(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder,
String destinationFolder)
Initializes a new instance of the MoveEmailThreadRq
|
Modifier and Type | Method and Description |
---|---|
MoveEmailThreadRq |
destinationFolder(String destinationFolder)
Set destinationFolder and return this.
|
boolean |
equals(Object o) |
String |
getDestinationFolder()
Email account folder to move thread to
|
int |
hashCode() |
void |
setDestinationFolder(String destinationFolder)
Set destinationFolder.
|
String |
toString() |
firstAccount, getFirstAccount, getSecondAccount, getStorageFolder, secondAccount, setFirstAccount, setSecondAccount, setStorageFolder, storageFolder
public MoveEmailThreadRq()
public MoveEmailThreadRq(String firstAccount, String secondAccount, StorageFolderLocation storageFolder, String destinationFolder)
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 filesdestinationFolder
- Email account folder to move thread topublic MoveEmailThreadRq destinationFolder(String destinationFolder)
destinationFolder
- Email account folder to move thread topublic String getDestinationFolder()
public void setDestinationFolder(String destinationFolder)
destinationFolder
- Email account folder to move thread topublic 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.