public class ClientThreadMoveRequest extends ClientThreadBaseRequest
Constructor and Description |
---|
ClientThreadMoveRequest() |
ClientThreadMoveRequest(StorageFileLocation accountLocation,
String threadId,
String destinationFolder)
Initializes a new instance of the ClientThreadMoveRequest
|
Modifier and Type | Method and Description |
---|---|
ClientThreadMoveRequest |
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() |
getThreadId, setThreadId, threadId
accountLocation, getAccountLocation, setAccountLocation
public ClientThreadMoveRequest()
public ClientThreadMoveRequest(StorageFileLocation accountLocation, String threadId, String destinationFolder)
accountLocation
- Email client account configuration location on storage.threadId
- Thread identifier.destinationFolder
- Email account folder to move thread to.public ClientThreadMoveRequest destinationFolder(String destinationFolder)
destinationFolder
- Email account folder to move thread to.public String getDestinationFolder()
public void setDestinationFolder(String destinationFolder)
destinationFolder
- Email account folder to move thread to.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.