Class PostbackReferral.AdsContextData
java.lang.Object
com.restfb.types.webhook.messaging.PostbackReferral.AdsContextData
- Enclosing class:
- PostbackReferral
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTitle of the Ad.[Optional] Url of the image from the Ad the user is interested.ID of the post.[Optional] Thumbnail url of the the video from the ad.voidsetAdTitle(String adTitle) Title of the Ad.voidsetPhotoUrl(String photoUrl) [Optional] Url of the image from the Ad the user is interested.voidID of the post.voidsetVideoUrl(String videoUrl) [Optional] Thumbnail url of the the video from the ad.
-
Constructor Details
-
AdsContextData
public AdsContextData()
-
-
Method Details
-
getAdTitle
Title of the Ad. -
setAdTitle
Title of the Ad. -
getPhotoUrl
[Optional] Url of the image from the Ad the user is interested. -
setPhotoUrl
[Optional] Url of the image from the Ad the user is interested. -
getVideoUrl
[Optional] Thumbnail url of the the video from the ad. -
setVideoUrl
[Optional] Thumbnail url of the the video from the ad. -
getPostId
ID of the post. -
setPostId
ID of the post.
-