Class PostbackReferral.AdsContextData

java.lang.Object
com.restfb.types.webhook.messaging.PostbackReferral.AdsContextData
Enclosing class:
PostbackReferral

public static class PostbackReferral.AdsContextData extends Object
  • Constructor Details

  • Method Details

    • getAdTitle

      public String getAdTitle()
      Title of the Ad.
    • setAdTitle

      public void setAdTitle(String adTitle)
      Title of the Ad.
    • getPhotoUrl

      public String getPhotoUrl()
      [Optional] Url of the image from the Ad the user is interested.
    • setPhotoUrl

      public void setPhotoUrl(String photoUrl)
      [Optional] Url of the image from the Ad the user is interested.
    • getVideoUrl

      public String getVideoUrl()
      [Optional] Thumbnail url of the the video from the ad.
    • setVideoUrl

      public void setVideoUrl(String videoUrl)
      [Optional] Thumbnail url of the the video from the ad.
    • getPostId

      public String getPostId()
      ID of the post.
    • setPostId

      public void setPostId(String postId)
      ID of the post.