Package com.restfb.types
Class MusicVideoCopyright
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.MusicVideoCopyright
- All Implemented Interfaces:
Serializable
Ported from
Facebook Business Ads SDK
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addOwnershipCountry
(String ownershipCountry) boolean
addWhitelistedFbUser
(User whitelistedFbUser) boolean
addWhitelistedIgUser
(String whitelistedIgUser) getIsrc()
boolean
removeOwnershipCountry
(String ownershipCountry) boolean
removeWhitelistedFbUsers
(User whitelistedFbUser) boolean
removeWhitelistedIgUsers
(String whitelistedIgUser) void
setCreationTime
(Date creationTime) void
setDisplayedMatchesCount
(Long displayedMatchesCount) void
setInConflict
(Boolean inConflict) void
void
setMatchRule
(VideoCopyrightRule matchRule) void
setReferenceFileStatus
(String referenceFileStatus) void
setRidgeMonitoringStatus
(String ridgeMonitoringStatus) void
setUpdateTime
(Date updateTime) void
setVideoAsset
(CopyrightReferenceContainer videoAsset) 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
-
MusicVideoCopyright
public MusicVideoCopyright()
-
-
Method Details
-
getOwnershipCountries
-
addOwnershipCountry
-
removeOwnershipCountry
-
getWhitelistedFbUsers
-
addWhitelistedFbUser
-
removeWhitelistedFbUsers
-
getWhitelistedIgUsers
-
addWhitelistedIgUser
-
removeWhitelistedIgUsers
-
getCreationTime
-
setCreationTime
-
getDisplayedMatchesCount
-
setDisplayedMatchesCount
-
getInConflict
-
setInConflict
-
getIsrc
-
setIsrc
-
getMatchRule
-
setMatchRule
-
getReferenceFileStatus
-
setReferenceFileStatus
-
getRidgeMonitoringStatus
-
setRidgeMonitoringStatus
-
getUpdateTime
-
setUpdateTime
-
getVideoAsset
-
setVideoAsset
-