Class Referral
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.platform.message.Referral
-
- All Implemented Interfaces:
Serializable
public class Referral extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Referral.MediaType
static class
Referral.SourceType
-
Constructor Summary
Constructors Constructor Description Referral()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBody()
String
getHeadline()
String
getImageUrl()
Referral.MediaType
getMediaType()
String
getSourceId()
Referral.SourceType
getSourceType()
String
getSourceUrl()
String
getThumbnailUrl()
String
getVideoUrl()
void
setBody(String body)
void
setHeadline(String headline)
void
setImageUrl(String imageUrl)
void
setMediaType(Referral.MediaType mediaType)
void
setSourceId(String sourceId)
void
setSourceType(Referral.SourceType sourceType)
void
setSourceUrl(String sourceUrl)
void
setThumbnailUrl(String thumbnailUrl)
void
setVideoUrl(String videoUrl)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Referral
public Referral()
-
-
Method Detail
-
getSourceUrl
public String getSourceUrl()
-
setSourceUrl
public void setSourceUrl(String sourceUrl)
-
getSourceId
public String getSourceId()
-
setSourceId
public void setSourceId(String sourceId)
-
getSourceType
public Referral.SourceType getSourceType()
-
setSourceType
public void setSourceType(Referral.SourceType sourceType)
-
getHeadline
public String getHeadline()
-
setHeadline
public void setHeadline(String headline)
-
getMediaType
public Referral.MediaType getMediaType()
-
setMediaType
public void setMediaType(Referral.MediaType mediaType)
-
getImageUrl
public String getImageUrl()
-
setImageUrl
public void setImageUrl(String imageUrl)
-
getVideoUrl
public String getVideoUrl()
-
setVideoUrl
public void setVideoUrl(String videoUrl)
-
getThumbnailUrl
public String getThumbnailUrl()
-
setThumbnailUrl
public void setThumbnailUrl(String thumbnailUrl)
-
-