Oembed

public final class Oembed

Warning : may not be exaustive

Constructors

Oembed
Link copied to clipboard
Oembed Oembed(Integer height, String html, Integer maxheight, Integer maxwidth, String type, String version, Integer width)

Functions

getHeight
Link copied to clipboard
final Integer getHeight()
getHtml
Link copied to clipboard
final String getHtml()
getMaxheight
Link copied to clipboard
final Integer getMaxheight()
getMaxwidth
Link copied to clipboard
final Integer getMaxwidth()
getType
Link copied to clipboard
final String getType()
getVersion
Link copied to clipboard
final String getVersion()
getWidth
Link copied to clipboard
final Integer getWidth()
setHeight
Link copied to clipboard
final Unit setHeight(Integer height)
setHtml
Link copied to clipboard
final Unit setHtml(String html)
setMaxheight
Link copied to clipboard
final Unit setMaxheight(Integer maxheight)
setMaxwidth
Link copied to clipboard
final Unit setMaxwidth(Integer maxwidth)
setType
Link copied to clipboard
final Unit setType(String type)
setVersion
Link copied to clipboard
final Unit setVersion(String version)
setWidth
Link copied to clipboard
final Unit setWidth(Integer width)

Properties

height
Link copied to clipboard
private Integer height
html
Link copied to clipboard
private String html
maxheight
Link copied to clipboard
private Integer maxheight
maxwidth
Link copied to clipboard
private Integer maxwidth
type
Link copied to clipboard
private String type
version
Link copied to clipboard
private String version
width
Link copied to clipboard
private Integer width