public interface StoredObject
Storage
.Modifier and Type | Method and Description |
---|---|
String |
getFilename()
Returns the filename of the object.
|
long |
getFileSize()
Returns the size of the object in bytes.
|
LocalDateTime |
getLastModified()
Returns the timestamp when the entity was last modified.
|
String |
getObjectKey()
Represents the unique id of the stored object.
|
String |
getPath()
Returns the path of the object.
|
String |
getReference()
Returns the reference to which this object belongs.
|
DownloadBuilder |
prepareURL()
Creates a builder to build a download URL for this object.
|
String getObjectKey()
String getFilename()
String getPath()
long getFileSize()
LocalDateTime getLastModified()
@Nullable String getReference()
sirius.db.mixing.Entity#getUniqueName()
or null if there is no referenceDownloadBuilder prepareURL()
Copyright © 2018. All rights reserved.