public class MoveFolderRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
destPath
Destination folder path to move to e.g '/dst'
|
String |
destStorageName
Destination storage name
|
String |
srcPath
Folder path to move e.g.
|
String |
srcStorageName
Source storage name
|
Constructor and Description |
---|
MoveFolderRequest(String srcPath,
String destPath,
String srcStorageName,
String destStorageName)
Initializes a new instance of the MoveFolderRequest class.
|
public String srcPath
public String destPath
public String srcStorageName
public String destStorageName
public MoveFolderRequest(String srcPath, String destPath, String srcStorageName, String destStorageName)
srcPath
- Folder path to move e.g. '/folder'destPath
- Destination folder path to move to e.g '/dst'srcStorageName
- Source storage namedestStorageName
- Destination storage nameCopyright © 2020 Aspose Pty Ltd. All rights reserved.