public class ClientThreadDeleteRequest extends ClientThreadBaseRequest
Constructor and Description |
---|
ClientThreadDeleteRequest() |
ClientThreadDeleteRequest(StorageFileLocation accountLocation,
String threadId,
String folder)
Initializes a new instance of the ClientThreadDeleteRequest
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ClientThreadDeleteRequest |
folder(String folder)
Set folder and return this.
|
String |
getFolder()
Folder on email server, where thread is stored.
|
int |
hashCode() |
void |
setFolder(String folder)
Set folder.
|
String |
toString() |
getThreadId, setThreadId, threadId
accountLocation, getAccountLocation, setAccountLocation
public ClientThreadDeleteRequest()
public ClientThreadDeleteRequest(StorageFileLocation accountLocation, String threadId, String folder)
accountLocation
- Email client account configuration location on storage.threadId
- Thread identifier.folder
- Folder on email server, where thread is stored.public ClientThreadDeleteRequest 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.