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
-
Method Summary
Modifier and TypeMethodDescriptionCopyrights associated with this copyright rules objectThe date on which the rule was createdThe person who created the match rulevoid
setCopyrights
(List<String> copyrights) Copyrights associated with this copyright rules objectvoid
setCreatedDate
(Date createdDate) The date on which the rule was createdvoid
setCreator
(User creator) The person who created the match ruleMethods inherited from class com.restfb.types.NamedFacebookType
getName, setName
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
Methods 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
-