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