public class CreateFolderRequest extends Object
Constructor | Description |
---|---|
CreateFolderRequest() |
Initializes a new instance of the CreateFolderRequest class.
|
CreateFolderRequest(String path,
String storageName) |
Initializes a new instance of the CreateFolderRequest class.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
String |
getpath() |
Folder path to create e.g.
|
String |
getstorageName() |
Storage name
|
int |
hashCode() |
|
void |
setpath(String path) |
|
void |
setstorageName(String storageName) |
|
String |
toString() |
public CreateFolderRequest()
public String getpath()
public void setpath(String path)
public String getstorageName()
public void setstorageName(String storageName)
Copyright © 2019. All rights reserved.