Package com.restfb.types.ads
Class CustomAudiencePermission
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.CustomAudiencePermission
-
- All Implemented Interfaces:
Serializable
public class CustomAudiencePermission extends AbstractFacebookType
Represents the Custom audience permission Marketing API type- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomAudiencePermission()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getCanEdit()
Boolean
getCanSeeInsight()
Boolean
getCanShare()
Boolean
getSubtypeSupportsLookalike()
Boolean
getSupportsRecipientLookalike()
void
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 accounts-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
CustomAudiencePermission
public CustomAudiencePermission()
-
-
Method Detail
-
getCanEdit
public Boolean getCanEdit()
- Returns:
- Permission to edit the audience
-
setCanEdit
public void setCanEdit(Boolean canEdit)
Permission to edit the audience
-
getCanSeeInsight
public Boolean getCanSeeInsight()
- Returns:
- Permission to see insight of the audience
-
setCanSeeInsight
public void setCanSeeInsight(Boolean canSeeInsight)
Permission to see insight of the audience
-
getCanShare
public Boolean getCanShare()
- Returns:
- Capability to share audience based on gatekeeper
-
setCanShare
public void setCanShare(Boolean canShare)
Capability to share audience based on gatekeeper
-
getSubtypeSupportsLookalike
public Boolean getSubtypeSupportsLookalike()
- Returns:
- Capability to be used as seed for lookalike audience
-
setSubtypeSupportsLookalike
public void setSubtypeSupportsLookalike(Boolean subtypeSupportsLookalike)
Capability to be used as seed for lookalike audience
-
getSupportsRecipientLookalike
public Boolean getSupportsRecipientLookalike()
- Returns:
- Capability to be used as seed for lookalike audience for recipient ad accounts
-
setSupportsRecipientLookalike
public void setSupportsRecipientLookalike(Boolean supportsRecipientLookalike)
Capability to be used as seed for lookalike audience for recipient ad accounts
-
-