public class EmailThreadReadFlagRq extends AccountBaseRequest
Constructor and Description |
---|
EmailThreadReadFlagRq() |
EmailThreadReadFlagRq(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder,
Boolean isRead,
String folder)
Initializes a new instance of the EmailThreadReadFlagRq
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
EmailThreadReadFlagRq |
folder(String folder)
Set folder and return this.
|
String |
getFolder()
Specifies account folder to get thread from
|
int |
hashCode() |
Boolean |
isIsRead()
Read flag to set.
|
EmailThreadReadFlagRq |
isRead(Boolean isRead)
Set isRead and return this.
|
void |
setFolder(String folder)
Set folder.
|
void |
setIsRead(Boolean isRead)
Set isRead.
|
String |
toString() |
firstAccount, getFirstAccount, getSecondAccount, getStorageFolder, secondAccount, setFirstAccount, setSecondAccount, setStorageFolder, storageFolder
public EmailThreadReadFlagRq()
public EmailThreadReadFlagRq(String firstAccount, String secondAccount, StorageFolderLocation storageFolder, Boolean isRead, 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 filesisRead
- Read flag to set. \"true\" by defaultfolder
- Specifies account folder to get thread frompublic EmailThreadReadFlagRq isRead(Boolean isRead)
isRead
- Read flag to set. \"true\" by defaultpublic Boolean isIsRead()
public void setIsRead(Boolean isRead)
isRead
- Read flag to set. \"true\" by defaultpublic EmailThreadReadFlagRq 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.