Package com.restfb.types.ads
Class AdgroupReviewFeedback
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.AdgroupReviewFeedback
-
- All Implemented Interfaces:
Serializable
public class AdgroupReviewFeedback extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdgroupReviewFeedback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getGlobal()
AdgroupPlacementSpecificReviewFeedback
getPlacementSpecific()
void
setGlobal(Map<String,String> global)
void
setPlacementSpecific(AdgroupPlacementSpecificReviewFeedback placementSpecific)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AdgroupReviewFeedback
public AdgroupReviewFeedback()
-
-
Method Detail
-
getPlacementSpecific
public AdgroupPlacementSpecificReviewFeedback getPlacementSpecific()
-
setPlacementSpecific
public void setPlacementSpecific(AdgroupPlacementSpecificReviewFeedback placementSpecific)
-
-