public class DeleteFolderRequestData extends Object
Modifier and Type | Field and Description |
---|---|
String |
path
Folder path e.g.
|
Boolean |
recursive
Enable to delete folders, subfolders and files
|
String |
storageName
Storage name
|
Constructor and Description |
---|
DeleteFolderRequestData(String path,
String storageName,
Boolean recursive)
Initializes a new instance of the DeleteFolderRequestData class.
|
public String path
public String storageName
public Boolean recursive
public DeleteFolderRequestData(String path, String storageName, Boolean recursive)
path
- Folder path e.g. '/folder'storageName
- Storage namerecursive
- Enable to delete folders, subfolders and filesCopyright © 2020. All rights reserved.