public class Embed extends Object
Constructor and Description |
---|
Embed() |
Modifier and Type | Method and Description |
---|---|
static Embed |
forVideoFile(String fileName) |
String |
getAsHtmlData() |
String |
getAsString() |
String |
getBase64() |
byte[] |
getBytes() |
String |
getMimeType() |
void |
setBytes(byte[] bytes) |
void |
setMimeType(String mimeType) |
Map |
toMap() |
public String getMimeType()
public void setMimeType(String mimeType)
public byte[] getBytes()
public void setBytes(byte[] bytes)
public String getBase64()
public String getAsString()
public String getAsHtmlData()
public Map toMap()
Copyright © 2020. All rights reserved.