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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddOwnershipCountry(String ownershipCountry) booleanaddWhitelistedFbUser(User whitelistedFbUser) booleanaddWhitelistedIgUser(String whitelistedIgUser) getIsrc()booleanremoveOwnershipCountry(String ownershipCountry) booleanremoveWhitelistedFbUsers(User whitelistedFbUser) booleanremoveWhitelistedIgUsers(String whitelistedIgUser) voidsetCreationTime(Date creationTime) voidsetDisplayedMatchesCount(Long displayedMatchesCount) voidsetInConflict(Boolean inConflict) voidvoidsetMatchRule(VideoCopyrightRule matchRule) voidsetReferenceFileStatus(String referenceFileStatus) voidsetRidgeMonitoringStatus(String ridgeMonitoringStatus) voidsetUpdateTime(Date updateTime) voidsetVideoAsset(CopyrightReferenceContainer videoAsset) Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setTypeMethods 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
-