Class VideoCopyright

All Implemented Interfaces:
Serializable

public class VideoCopyright extends FacebookType
Represents the Video Copyright type
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getCopyrightContentId

      The copyright content ID
    • setCopyrightContentId

      public void setCopyrightContentId(String copyrightContentId)
      The copyright content ID
    • getCreator

      public User getCreator()
      The account that created the copyright
    • setCreator

      public void setCreator(User creator)
      The account that created the copyright
    • getMonitoringStatus

      Whether the video is monitored successfully for copyright. The status could be NOT_EXAMED, COPYRIGHTED and ERROR.
    • setMonitoringStatus

      public void setMonitoringStatus(String monitoringStatus)
      Whether the video is monitored successfully for copyright. The status could be NOT_EXAMED, COPYRIGHTED and ERROR.
    • getMonitoringType

      Whether the video is monitored for video, audio, or both
    • setMonitoringType

      public void setMonitoringType(String monitoringType)
      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

      public void setOwnershipCountries(List<String> ownershipCountries)
      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

      public void setReferenceOwnerId(String referenceOwnerId)
      The ID of the reference video owner
    • getRuleIds

      A list of matching rules applied to the copyrighted content
    • setRuleIds

      public void setRuleIds(List<VideoCopyrightRule> ruleIds)
      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

      public void setWhitelistedIds(List<String> whitelistedIds)
      A list of page IDs or user IDs, who are allowed to use the copyrighted content.