public class ClientThreadSetIsReadRequest extends ClientThreadBaseRequest
Constructor and Description |
---|
ClientThreadSetIsReadRequest() |
ClientThreadSetIsReadRequest(StorageFileLocation accountLocation,
String threadId,
Boolean isRead,
String folder)
Initializes a new instance of the ClientThreadSetIsReadRequest
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ClientThreadSetIsReadRequest |
folder(String folder)
Set folder and return this.
|
String |
getFolder()
Folder on email server, where thread is stored.
|
int |
hashCode() |
Boolean |
isIsRead()
Message is read flag.
|
ClientThreadSetIsReadRequest |
isRead(Boolean isRead)
Set isRead and return this.
|
void |
setFolder(String folder)
Set folder.
|
void |
setIsRead(Boolean isRead)
Set isRead.
|
String |
toString() |
getThreadId, setThreadId, threadId
accountLocation, getAccountLocation, setAccountLocation
public ClientThreadSetIsReadRequest()
public ClientThreadSetIsReadRequest(StorageFileLocation accountLocation, String threadId, Boolean isRead, String folder)
accountLocation
- Email client account configuration location on storage.threadId
- Thread identifier.isRead
- Message is read flag.folder
- Folder on email server, where thread is stored.public ClientThreadSetIsReadRequest isRead(Boolean isRead)
isRead
- Message is read flag.public Boolean isIsRead()
public void setIsRead(Boolean isRead)
isRead
- Message is read flag.public ClientThreadSetIsReadRequest folder(String folder)
folder
- Folder on email server, where thread is stored.public String getFolder()
public void setFolder(String folder)
folder
- Folder on email server, where thread is stored.public boolean equals(Object o)
equals
in class ClientThreadBaseRequest
public int hashCode()
hashCode
in class ClientThreadBaseRequest
public String toString()
toString
in class ClientThreadBaseRequest
Copyright © 2020. All rights reserved.