Package com.restfb.types
Class VideoCopyright
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.VideoCopyright
- All Implemented Interfaces:
Serializable
Represents the Video
Copyright type
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe copyright content IDThe account that created the copyrightWhether the video is monitored successfully for copyright.Whether the video is monitored for video, audio, or bothA string array of ISO 3166 format country codes, where the owner owns the rights of the contentThe ID of the reference video ownerA list of matching rules applied to the copyrighted contentA list of page IDs or user IDs, who are allowed to use the copyrighted content.void
setCopyrightContentId
(String copyrightContentId) The copyright content IDvoid
setCreator
(User creator) The account that created the copyrightvoid
setMonitoringStatus
(String monitoringStatus) Whether the video is monitored successfully for copyright.void
setMonitoringType
(String monitoringType) Whether the video is monitored for video, audio, or bothvoid
setOwnershipCountries
(List<String> ownershipCountries) A string array of ISO 3166 format country codes, where the owner owns the rights of the contentvoid
setReferenceOwnerId
(String referenceOwnerId) The ID of the reference video ownervoid
setRuleIds
(List<VideoCopyrightRule> ruleIds) A list of matching rules applied to the copyrighted contentvoid
setWhitelistedIds
(List<String> whitelistedIds) A list of page IDs or user IDs, who are allowed to use the copyrighted content.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
-
VideoCopyright
public VideoCopyright()
-
-
Method Details
-
getCopyrightContentId
The copyright content ID -
setCopyrightContentId
The copyright content ID -
getCreator
The account that created the copyright -
setCreator
The account that created the copyright -
getMonitoringStatus
Whether the video is monitored successfully for copyright. The status could beNOT_EXAMED
,COPYRIGHTED
andERROR
. -
setMonitoringStatus
Whether the video is monitored successfully for copyright. The status could beNOT_EXAMED
,COPYRIGHTED
andERROR
. -
getMonitoringType
Whether the video is monitored for video, audio, or both -
setMonitoringType
Whether the video is monitored for video, audio, or both -
getOwnershipCountries
A string array of ISO 3166 format country codes, where the owner owns the rights of the content -
setOwnershipCountries
A string array of ISO 3166 format country codes, where the owner owns the rights of the content -
getReferenceOwnerId
The ID of the reference video owner -
setReferenceOwnerId
The ID of the reference video owner -
getRuleIds
A list of matching rules applied to the copyrighted content -
setRuleIds
A list of matching rules applied to the copyrighted content -
getWhitelistedIds
A list of page IDs or user IDs, who are allowed to use the copyrighted content. -
setWhitelistedIds
A list of page IDs or user IDs, who are allowed to use the copyrighted content.
-