Package com.restfb.types.ads
Class CustomAudiencePermission
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.CustomAudiencePermission
- All Implemented Interfaces:
Serializable
Represents the
Custom audience
permission Marketing API type
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCanEdit
(Boolean canEdit) Permission to edit the audiencevoid
setCanSeeInsight
(Boolean canSeeInsight) Permission to see insight of the audiencevoid
setCanShare
(Boolean canShare) Capability to share audience based on gatekeepervoid
setSubtypeSupportsLookalike
(Boolean subtypeSupportsLookalike) Capability to be used as seed for lookalike audiencevoid
setSupportsRecipientLookalike
(Boolean supportsRecipientLookalike) Capability to be used as seed for lookalike audience for recipient ad accountsMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
CustomAudiencePermission
public CustomAudiencePermission()
-
-
Method Details
-
getCanEdit
- Returns:
- Permission to edit the audience
-
setCanEdit
Permission to edit the audience -
getCanSeeInsight
- Returns:
- Permission to see insight of the audience
-
setCanSeeInsight
Permission to see insight of the audience -
getSubtypeSupportsLookalike
- Returns:
- Capability to be used as seed for lookalike audience
-
setSubtypeSupportsLookalike
Capability to be used as seed for lookalike audience -
getSupportsRecipientLookalike
- Returns:
- Capability to be used as seed for lookalike audience for recipient ad accounts
-
setSupportsRecipientLookalike
Capability to be used as seed for lookalike audience for recipient ad accounts
-