public class GetFileVersionsRequest extends Object
Constructor and Description |
---|
GetFileVersionsRequest()
Initializes a new instance of the GetFileVersionsRequest class.
|
GetFileVersionsRequest(String path,
String storageName)
Initializes a new instance of the GetFileVersionsRequest class.
|
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Getter for: File path e.g.
|
String |
getStorageName()
Getter for: Storage name
|
GetFileVersionsRequest |
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
|
GetFileVersionsRequest |
storageName(String value)
Setter for: Storage name
|
public GetFileVersionsRequest()
public String getPath()
public void setPath(String value)
public GetFileVersionsRequest path(String value)
public String getStorageName()
public void setStorageName(String value)
public GetFileVersionsRequest storageName(String value)
Copyright © 2020. All rights reserved.