Package com.restfb.types.ads
Class AdAssetFeedSpecGroupRule
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.BaseAdsObject
com.restfb.types.ads.AdAssetFeedSpecGroupRule
- All Implemented Interfaces:
Serializable
Represents the
Ad Asset Feed
Spec Group Rule Type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBodyLabel(AdAssetFeedSpecAssetLabel bodyLabel) voidsetCaptionLabel(AdAssetFeedSpecAssetLabel captionLabel) voidsetDescriptionLabel(AdAssetFeedSpecAssetLabel descriptionLabel) voidsetImageLabel(AdAssetFeedSpecAssetLabel imageLabel) voidsetLinkUrlLabel(AdAssetFeedSpecAssetLabel linkUrlLabel) voidsetTitleLabel(AdAssetFeedSpecAssetLabel titleLabel) voidsetVideoLabel(AdAssetFeedSpecAssetLabel videoLabel) Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setIdMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
AdAssetFeedSpecGroupRule
public AdAssetFeedSpecGroupRule()
-
-
Method Details
-
getBodyLabel
-
setBodyLabel
-
getCaptionLabel
-
setCaptionLabel
-
getDescriptionLabel
-
setDescriptionLabel
-
getImageLabel
-
setImageLabel
-
getLinkUrlLabel
-
setLinkUrlLabel
-
getTitleLabel
-
setTitleLabel
-
getVideoLabel
-
setVideoLabel
-