public class DeleteFolderRequest extends Object
Constructor | Description |
---|---|
DeleteFolderRequest() |
Initializes a new instance of the DeleteFolderRequest class.
|
DeleteFolderRequest(String path,
String storageName,
Boolean recursive) |
Initializes a new instance of the DeleteFolderRequest class.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
String |
getpath() |
Folder path e.g.
|
Boolean |
getrecursive() |
Enable to delete folders, subfolders and files
|
String |
getstorageName() |
Storage name
|
int |
hashCode() |
|
void |
setpath(String path) |
|
void |
setrecursive(Boolean recursive) |
|
void |
setstorageName(String storageName) |
|
String |
toString() |
public DeleteFolderRequest()
public String getpath()
public void setpath(String path)
public String getstorageName()
public void setstorageName(String storageName)
public Boolean getrecursive()
public void setrecursive(Boolean recursive)
Copyright © 2020. All rights reserved.