Package com.aspose.cad.cloud.model
Class FilesList
- java.lang.Object
-
- com.aspose.cad.cloud.model.FilesList
-
public class FilesList extends Object
Files list
-
-
Constructor Summary
Constructors Constructor Description FilesList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilesList
addValueItem(StorageFile valueItem)
boolean
equals(Object o)
List<StorageFile>
getValue()
Files and folders contained by folder StorageFile.int
hashCode()
void
setValue(List<StorageFile> value)
String
toString()
FilesList
value(List<StorageFile> value)
-
-
-
Method Detail
-
value
public FilesList value(List<StorageFile> value)
-
addValueItem
public FilesList addValueItem(StorageFile valueItem)
-
getValue
public List<StorageFile> getValue()
Files and folders contained by folder StorageFile.- Returns:
- value
-
setValue
public void setValue(List<StorageFile> value)
-
-