public class ClientFolderDeleteRequest extends ClientAccountBaseRequest
Constructor and Description |
---|
ClientFolderDeleteRequest() |
ClientFolderDeleteRequest(StorageFileLocation accountLocation,
String folder)
Initializes a new instance of the ClientFolderDeleteRequest
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ClientFolderDeleteRequest |
folder(String folder)
Set folder and return this.
|
String |
getFolder()
Path to folder to delete.
|
int |
hashCode() |
void |
setFolder(String folder)
Set folder.
|
String |
toString() |
accountLocation, getAccountLocation, setAccountLocation
public ClientFolderDeleteRequest()
public ClientFolderDeleteRequest(StorageFileLocation accountLocation, String folder)
accountLocation
- Email client account configuration location on storage.folder
- Path to folder to delete.public ClientFolderDeleteRequest folder(String folder)
folder
- Path to folder to delete.public String getFolder()
public void setFolder(String folder)
folder
- Path to folder to delete.public boolean equals(Object o)
equals
in class ClientAccountBaseRequest
public int hashCode()
hashCode
in class ClientAccountBaseRequest
public String toString()
toString
in class ClientAccountBaseRequest
Copyright © 2020. All rights reserved.