public class MoveFolderRequestData 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 |
---|
MoveFolderRequestData(String srcPath,
String destPath,
String srcStorageName,
String destStorageName)
Initializes a new instance of the MoveFolderRequestData class.
|
public String srcPath
public String destPath
public String srcStorageName
public String destStorageName
public MoveFolderRequestData(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 © 2019. All rights reserved.