Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Class and Description |
---|---|
class |
FileVersion
File Version
|
Modifier and Type | Method and Description |
---|---|
StorageFile |
StorageFileBuilder.build()
Build StorageFile instance.
|
StorageFile |
StorageFile.isFolder(Boolean isFolder)
Set isFolder and return this.
|
StorageFile |
StorageFile.modifiedDate(Date modifiedDate)
Set modifiedDate and return this.
|
StorageFile |
StorageFile.name(String name)
Set name and return this.
|
StorageFile |
StorageFile.path(String path)
Set path and return this.
|
StorageFile |
StorageFile.size(Long size)
Set size and return this.
|
Modifier and Type | Method and Description |
---|---|
List<StorageFile> |
FilesList.getValue()
Files and folders contained by folder StorageFile.
|
Modifier and Type | Method and Description |
---|---|
FilesList |
FilesList.addValueItem(StorageFile valueItem)
Add an item to value and return this.
|
Modifier and Type | Method and Description |
---|---|
void |
FilesList.setValue(List<StorageFile> value)
Set value.
|
FilesList |
FilesList.value(List<StorageFile> value)
Set value and return this.
|
FilesListBuilder |
FilesListBuilder.value(List<StorageFile> value)
Set FilesList.value and return builder.
|
Constructor and Description |
---|
StorageFileBuilder(StorageFile model) |
Constructor and Description |
---|
FilesList(List<StorageFile> value)
Initializes a new instance of the FilesList
|
Copyright © 2020. All rights reserved.