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
public class VideoCopyrightRule extends NamedFacebookType
Represents the Video Copyright Rule type- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description VideoCopyrightRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getCopyrights()
Copyrights associated with this copyright rules objectDate
getCreatedDate()
The date on which the rule was createdUser
getCreator()
The 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 rule-
Methods 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 Detail
-
VideoCopyrightRule
public VideoCopyrightRule()
-
-
Method Detail
-
getCopyrights
public List<String> getCopyrights()
Copyrights associated with this copyright rules object
-
setCopyrights
public void setCopyrights(List<String> copyrights)
Copyrights associated with this copyright rules object
-
getCreatedDate
public Date getCreatedDate()
The date on which the rule was created
-
setCreatedDate
public void setCreatedDate(Date createdDate)
The date on which the rule was created
-
getCreator
public User getCreator()
The person who created the match rule
-
setCreator
public void setCreator(User creator)
The person who created the match rule
-
-