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
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 Details
-
AdgroupReviewFeedback
public AdgroupReviewFeedback()
-
-
Method Details
-
getGlobal
-
setGlobal
-
getPlacementSpecific
-
setPlacementSpecific
-