| Package | Description |
|---|---|
| net.spreadsheetspace.sdk.viewserver.model |
| Modifier and Type | Method and Description |
|---|---|
FileType |
FileBlob.getType() |
static FileType |
FileType.getTypeByString(String type) |
static FileType |
FileType.lookup(int val) |
static FileType |
FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileType[] |
FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FileBlob(String filename,
Long sequenceNumber,
byte[] data,
FileType type) |
Copyright © 2023. All rights reserved.