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
public class MusicVideoCopyright extends FacebookType
Ported from Facebook Business Ads SDK- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description MusicVideoCopyright()
-
Method Summary
-
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
-
MusicVideoCopyright
public MusicVideoCopyright()
-
-
Method Detail
-
getOwnershipCountries
public List<String> getOwnershipCountries()
-
addOwnershipCountry
public boolean addOwnershipCountry(String ownershipCountry)
-
removeOwnershipCountry
public boolean removeOwnershipCountry(String ownershipCountry)
-
getWhitelistedFbUsers
public List<User> getWhitelistedFbUsers()
-
addWhitelistedFbUser
public boolean addWhitelistedFbUser(User whitelistedFbUser)
-
removeWhitelistedFbUsers
public boolean removeWhitelistedFbUsers(User whitelistedFbUser)
-
getWhitelistedIgUsers
public List<String> getWhitelistedIgUsers()
-
addWhitelistedIgUser
public boolean addWhitelistedIgUser(String whitelistedIgUser)
-
removeWhitelistedIgUsers
public boolean removeWhitelistedIgUsers(String whitelistedIgUser)
-
getCreationTime
public Date getCreationTime()
-
setCreationTime
public void setCreationTime(Date creationTime)
-
getDisplayedMatchesCount
public Long getDisplayedMatchesCount()
-
setDisplayedMatchesCount
public void setDisplayedMatchesCount(Long displayedMatchesCount)
-
getInConflict
public Boolean getInConflict()
-
setInConflict
public void setInConflict(Boolean inConflict)
-
getMatchRule
public VideoCopyrightRule getMatchRule()
-
setMatchRule
public void setMatchRule(VideoCopyrightRule matchRule)
-
getReferenceFileStatus
public String getReferenceFileStatus()
-
setReferenceFileStatus
public void setReferenceFileStatus(String referenceFileStatus)
-
getRidgeMonitoringStatus
public String getRidgeMonitoringStatus()
-
setRidgeMonitoringStatus
public void setRidgeMonitoringStatus(String ridgeMonitoringStatus)
-
getUpdateTime
public Date getUpdateTime()
-
setUpdateTime
public void setUpdateTime(Date updateTime)
-
getVideoAsset
public CopyrightReferenceContainer getVideoAsset()
-
setVideoAsset
public void setVideoAsset(CopyrightReferenceContainer videoAsset)
-
-