public class File extends Blob
| Modifier and Type | Class and Description |
|---|---|
static interface |
File.ConstructorContentsArrayUnionType |
static interface |
File.FilePropertiesType |
Blob.ConstructorBlobPartsArrayUnionType| Modifier and Type | Field and Description |
|---|---|
double |
lastModified |
Date |
lastModifiedDate |
java.lang.String |
name |
| Constructor and Description |
|---|
File() |
File(File.ConstructorContentsArrayUnionType[] contents) |
File(File.ConstructorContentsArrayUnionType[] contents,
java.lang.String name) |
File(File.ConstructorContentsArrayUnionType[] contents,
java.lang.String name,
File.FilePropertiesType properties) |
public double lastModified
public Date lastModifiedDate
public java.lang.String name
public File()
public File(File.ConstructorContentsArrayUnionType[] contents, java.lang.String name, File.FilePropertiesType properties)
public File(File.ConstructorContentsArrayUnionType[] contents, java.lang.String name)
public File(File.ConstructorContentsArrayUnionType[] contents)