@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface FilePropertyBag
extends BlobPropertyBag
| Modifier and Type | Method and Description |
|---|---|
static FilePropertyBag |
create() |
default FilePropertyBag |
endings(java.lang.String endings) |
int |
lastModified() |
default FilePropertyBag |
lastModified(int lastModified) |
void |
setLastModified(int lastModified) |
default FilePropertyBag |
type(java.lang.String type) |
endings, setEndings, setType, type@JsOverlay @Nonnull static FilePropertyBag create()
create in interface BlobPropertyBag@JsProperty(name="lastModified") int lastModified()
@JsProperty void setLastModified(int lastModified)
@JsOverlay @Nonnull default FilePropertyBag lastModified(int lastModified)
@JsOverlay @Nonnull default FilePropertyBag endings(@EndingType @Nonnull java.lang.String endings)
endings in interface BlobPropertyBag@JsOverlay @Nonnull default FilePropertyBag type(@Nonnull java.lang.String type)
type in interface BlobPropertyBag