public interface Multimedia
| Modifier and Type | Method and Description |
|---|---|
String |
getAlt()
Get the alt text of the binary
|
BinaryData |
getBinaryData()
Return the binary data
|
String |
getFileExtension()
Get the file extension
|
String |
getFileName()
Get the file name
|
int |
getHeight()
Get the height of the binary
|
String |
getMimeType()
Get the mime type of the binary
|
int |
getSize()
Get the size of the binary
|
String |
getUrl()
Get the URL of the binary
|
int |
getWidth()
Get the width of the binary
|
void |
setAlt(String alt)
Set the al text
|
void |
setBinaryData(BinaryData binaryData)
Set the binary data
|
void |
setFileExtension(String fileExtension)
Set the file extension
|
void |
setFileName(String fileName)
Set the file name
|
void |
setHeight(int height)
Set the height of the binary
|
void |
setMimeType(String mimeType)
Set the mime type
|
void |
setSize(int size)
Set the size of the binary
|
void |
setUrl(String url)
Set the URL
|
void |
setWidth(int width)
Set the width of the binary
|
BinaryData getBinaryData()
void setBinaryData(BinaryData binaryData)
binaryData - int getHeight()
void setHeight(int height)
height - int getWidth()
void setWidth(int width)
width - int getSize()
void setSize(int size)
size - in bytesString getAlt()
void setAlt(String alt)
alt - String getUrl()
void setUrl(String url)
url - String getMimeType()
void setMimeType(String mimeType)
mimeType - typeString getFileExtension()
void setFileExtension(String fileExtension)
fileExtension - String getFileName()
void setFileName(String fileName)
fileName - Copyright © 2017. All rights reserved.