-
- All Implemented Interfaces:
-
android.os.Parcelable,com.facebook.share.model.ShareModel
public class ShareFeedContent extends ShareContent<ShareFeedContent, ShareFeedContent.Builder>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classShareFeedContent.BuilderBuilder for the ShareFeedContent interface.
-
Field Summary
Fields Modifier and Type Field Description private final StringtoIdprivate final Stringlinkprivate final StringlinkNameprivate final StringlinkCaptionprivate final StringlinkDescriptionprivate final Stringpictureprivate final StringmediaSourcepublic final static Parcelable.Creator<ShareFeedContent>CREATOR
-
Method Summary
Modifier and Type Method Description StringgetToId()StringgetLink()StringgetLinkName()StringgetLinkCaption()StringgetLinkDescription()StringgetPicture()StringgetMediaSource()intdescribeContents()voidwriteToParcel(Parcel out, int flags)-
Methods inherited from class com.facebook.share.model.ShareContent
getContentUrl, getPageId, getPeopleIds, getPlaceId, getRef, getShareHashtag -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getLinkName
String getLinkName()
-
getLinkCaption
String getLinkCaption()
-
getLinkDescription
String getLinkDescription()
-
getPicture
String getPicture()
-
getMediaSource
String getMediaSource()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel out, int flags)
-
-
-
-