public class DownloadFileRequest extends Object
Constructor and Description |
---|
DownloadFileRequest()
Initializes a new instance of the DownloadFileRequest class.
|
DownloadFileRequest(String path,
String storageName,
String versionId)
Initializes a new instance of the DownloadFileRequest class.
|
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Getter for: File path e.g.
|
String |
getStorageName()
Getter for: Storage name
|
String |
getVersionId()
Getter for: File version ID to download
|
DownloadFileRequest |
path(String value)
Setter for: File path e.g.
|
void |
setPath(String value)
Setter for: File path e.g.
|
void |
setStorageName(String value)
Setter for: Storage name
|
void |
setVersionId(String value)
Setter for: File version ID to download
|
DownloadFileRequest |
storageName(String value)
Setter for: Storage name
|
DownloadFileRequest |
versionId(String value)
Setter for: File version ID to download
|
public DownloadFileRequest()
public String getPath()
public void setPath(String value)
public DownloadFileRequest path(String value)
public String getStorageName()
public void setStorageName(String value)
public DownloadFileRequest storageName(String value)
public String getVersionId()
public void setVersionId(String value)
public DownloadFileRequest versionId(String value)
Copyright © 2020. All rights reserved.