Package com.restfb.types.ads
Class AdCampaignGroup
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.BaseAdsObject
com.restfb.types.ads.NamedAdsObject
com.restfb.types.ads.Campaign
com.restfb.types.ads.AdCampaignGroup
- All Implemented Interfaces:
HasCreatedTime
,Serializable
@Deprecated public class AdCampaignGroup extends Campaign
Deprecated.
use {@see Campaign} instead
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AdCampaignGroup()
Deprecated. -
Method Summary
Methods inherited from class com.restfb.types.ads.Campaign
getAccountId, getAdlabels, getBidStrategy, getBoostedObjectId, getBrandLiftStudies, getBudgetRebalanceFlag, getBudgetRemaining, getBuyingType, getCanCreateBrandLiftStudy, getCanUseSpendCap, getConfiguredStatus, getCreatedTime, getDailyBudget, getEffectiveStatus, getIssuesInfo, getLastBudgetTogglingTime, getLifetimeBudget, getObjective, getRecommendations, getSourceCampaign, getSourceCampaignId, getSpecialAdCategories, getSpecialAdCategory, getSpendCap, getStartTime, getStatus, getStopTime, getToplineId, getUpdatedTime, setAccountId, setAdlabels, setBidStrategy, setBoostedObjectId, setBrandLiftStudies, setBudgetRebalanceFlag, setBudgetRemaining, setBuyingType, setCanCreateBrandLiftStudy, setCanUseSpendCap, setConfiguredStatus, setCreatedTime, setDailyBudget, setEffectiveStatus, setIssuesInfo, setLastBudgetTogglingTime, setLifetimeBudget, setObjective, setRecommendations, setSourceCampaign, setSourceCampaignId, setSpecialAdCategories, setSpecialAdCategory, setSpendCap, setStartTime, setStatus, setStopTime, setToplineId, setUpdatedTime
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
-
AdCampaignGroup
public AdCampaignGroup()Deprecated.
-