Package com.restfb.types
Class VideoCopyrightRule
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.VideoCopyrightRule
- All Implemented Interfaces:
Serializable
Represents the Video
Copyright Rule type
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCopyrights associated with this copyright rules objectThe date on which the rule was createdThe person who created the match rulevoidsetCopyrights(List<String> copyrights) Copyrights associated with this copyright rules objectvoidsetCreatedDate(Date createdDate) The date on which the rule was createdvoidsetCreator(User creator) The person who created the match ruleMethods inherited from class com.restfb.types.NamedFacebookType
getName, setNameMethods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setTypeMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
VideoCopyrightRule
public VideoCopyrightRule()
-
-
Method Details
-
getCopyrights
Copyrights associated with this copyright rules object -
setCopyrights
Copyrights associated with this copyright rules object -
getCreatedDate
The date on which the rule was created -
setCreatedDate
The date on which the rule was created -
getCreator
The person who created the match rule -
setCreator
The person who created the match rule
-