Represents a Shared Excluded Placement.
Methods:
getEntityType()
Returns the type of this entity as a
String
, in this case,
"SharedExcludedPlacement"
.
Return values:
Type | Description |
String |
Type of this entity: "SharedExcludedPlacement" . |
getExcludedPlacementList()
Returns the
ExcludedPlacementList this placement is in.
Return values:
getUrl()
Returns the URL of the excluded placement.
Return values:
Type | Description |
String |
The URL of the excluded placement. |
remove()
Removes the shared excluded placement.
Returns nothing.