Uses of Class
com.restfb.types.VideoCopyrightRule
-
Packages that use VideoCopyrightRule Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of VideoCopyrightRule in com.restfb.types
Methods in com.restfb.types that return VideoCopyrightRule Modifier and Type Method Description VideoCopyrightRule
MusicVideoCopyright. getMatchRule()
Methods in com.restfb.types that return types with arguments of type VideoCopyrightRule Modifier and Type Method Description List<VideoCopyrightRule>
VideoCopyright. getRuleIds()
A list of matching rules applied to the copyrighted contentMethods in com.restfb.types with parameters of type VideoCopyrightRule Modifier and Type Method Description void
MusicVideoCopyright. setMatchRule(VideoCopyrightRule matchRule)
Method parameters in com.restfb.types with type arguments of type VideoCopyrightRule Modifier and Type Method Description void
VideoCopyright. setRuleIds(List<VideoCopyrightRule> ruleIds)
A list of matching rules applied to the copyrighted content
-