Class Video
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.platform.send.Media
-
- com.restfb.types.whatsapp.platform.send.Video
-
- All Implemented Interfaces:
Serializable
public class Video extends Media
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setFilename(String filename)
-
Methods inherited from class com.restfb.types.whatsapp.platform.send.Media
as, getCaption, getFilename, getId, getLink, getProvider, setCaption, setProvider
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Method Detail
-
setFilename
public void setFilename(String filename)
- Overrides:
setFilename
in classMedia
-
-