public class MoveFileRequest extends Object
Constructor and Description |
---|
MoveFileRequest()
Initializes a new instance of the MoveFileRequest class.
|
MoveFileRequest(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
String versionId)
Initializes a new instance of the MoveFileRequest class.
|
Modifier and Type | Method and Description |
---|---|
MoveFileRequest |
destPath(String value)
Setter for: Destination file path e.g.
|
MoveFileRequest |
destStorageName(String value)
Setter for: Destination storage name
|
String |
getDestPath()
Getter for: Destination file path e.g.
|
String |
getDestStorageName()
Getter for: Destination storage name
|
String |
getSrcPath()
Getter for: Source file path e.g.
|
String |
getSrcStorageName()
Getter for: Source storage name
|
String |
getVersionId()
Getter for: File version ID to move
|
void |
setDestPath(String value)
Setter for: Destination file path e.g.
|
void |
setDestStorageName(String value)
Setter for: Destination storage name
|
void |
setSrcPath(String value)
Setter for: Source file path e.g.
|
void |
setSrcStorageName(String value)
Setter for: Source storage name
|
void |
setVersionId(String value)
Setter for: File version ID to move
|
MoveFileRequest |
srcPath(String value)
Setter for: Source file path e.g.
|
MoveFileRequest |
srcStorageName(String value)
Setter for: Source storage name
|
MoveFileRequest |
versionId(String value)
Setter for: File version ID to move
|
public MoveFileRequest()
public MoveFileRequest(String srcPath, String destPath, String srcStorageName, String destStorageName, String versionId)
srcPath
- Source file path e.g. '/src.ext'destPath
- Destination file path e.g. '/dest.ext'srcStorageName
- Source storage namedestStorageName
- Destination storage nameversionId
- File version ID to movepublic String getSrcPath()
public void setSrcPath(String value)
public MoveFileRequest srcPath(String value)
public String getDestPath()
public void setDestPath(String value)
public MoveFileRequest destPath(String value)
public String getSrcStorageName()
public void setSrcStorageName(String value)
public MoveFileRequest srcStorageName(String value)
public String getDestStorageName()
public void setDestStorageName(String value)
public MoveFileRequest destStorageName(String value)
public String getVersionId()
public void setVersionId(String value)
public MoveFileRequest versionId(String value)
Copyright © 2020. All rights reserved.