Package com.restfb.types
Class VideoCaption
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.VideoCaption
- All Implemented Interfaces:
Serializable
Represents the Video Caption API
type.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetUri()
void
setCreateTime
(Date createTime) void
setIsAutoGenerated
(Boolean isAutoGenerated) void
setIsDefault
(Boolean isDefault) void
void
setLocaleName
(String localeName) void
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
VideoCaption
public VideoCaption()
-
-
Method Details
-
getLocale
-
setLocale
-
getLocaleName
-
setLocaleName
-
getUri
-
setUri
-
getIsDefault
-
setIsDefault
-
getIsAutoGenerated
-
setIsAutoGenerated
-
getCreateTime
-
setCreateTime
-