Package com.restfb.types.ads
Class AdTag
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.BaseAdsObject
com.restfb.types.ads.NamedAdsObject
com.restfb.types.ads.AdTag
- All Implemented Interfaces:
Serializable
@Deprecated public class AdTag extends NamedAdsObject
Deprecated.
Represents the AdGroup Tag type.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AdTag()
Deprecated. -
Method Summary
Modifier and Type Method Description boolean
addAdCampaign(BaseAdsObject baseAdsObject)
Deprecated.boolean
addAdCampaignGroup(BaseAdsObject baseAdsObject)
Deprecated.boolean
addAdGroup(BaseAdsObject baseAdsObject)
Deprecated.List<BaseAdsObject>
getAdCampaignGroups()
Deprecated.List<BaseAdsObject>
getAdCampaigns()
Deprecated.List<BaseAdsObject>
getAdGroups()
Deprecated.boolean
removeAdCampaign(BaseAdsObject baseAdsObject)
Deprecated.boolean
removeAdCampaignGroup(BaseAdsObject baseAdsObject)
Deprecated.boolean
removeAdGroup(BaseAdsObject baseAdsObject)
Deprecated.Methods inherited from class com.restfb.types.ads.NamedAdsObject
getName, setName
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
AdTag
public AdTag()Deprecated.
-
-
Method Details
-
addAdGroup
Deprecated. -
removeAdGroup
Deprecated. -
getAdGroups
Deprecated. -
addAdCampaign
Deprecated. -
removeAdCampaign
Deprecated. -
getAdCampaigns
Deprecated. -
addAdCampaignGroup
Deprecated. -
removeAdCampaignGroup
Deprecated. -
getAdCampaignGroups
Deprecated.
-
AdLabel
instead