public class FilesList extends Object
Constructor and Description |
---|
FilesList() |
FilesList(List<StorageFile> value)
Initializes a new instance of the FilesList
|
Modifier and Type | Method and Description |
---|---|
FilesList |
addValueItem(StorageFile valueItem)
Add an item to value and return this.
|
boolean |
equals(Object o) |
List<StorageFile> |
getValue()
Files and folders contained by folder StorageFile.
|
int |
hashCode() |
void |
setValue(List<StorageFile> value)
Set value.
|
String |
toString() |
FilesList |
value(List<StorageFile> value)
Set value and return this.
|
public FilesList()
public FilesList(List<StorageFile> value)
value
- Files and folders contained by folder StorageFile.public FilesList value(List<StorageFile> value)
value
- Files and folders contained by folder StorageFile.public FilesList addValueItem(StorageFile valueItem)
valueItem
- An item of: Files and folders contained by folder StorageFile.public List<StorageFile> getValue()
public void setValue(List<StorageFile> value)
value
- Files and folders contained by folder StorageFile.Copyright © 2020. All rights reserved.