public class ShareFeedContent extends ShareContent<ShareFeedContent,ShareFeedContent.Builder>
| Modifier and Type | Class and Description |
|---|---|
static class |
ShareFeedContent.Builder
Builder for the
ShareFeedContent interface. |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ShareFeedContent> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.lang.String |
getLink() |
java.lang.String |
getLinkCaption() |
java.lang.String |
getLinkDescription() |
java.lang.String |
getLinkName() |
java.lang.String |
getMediaSource() |
java.lang.String |
getPicture() |
java.lang.String |
getToId() |
void |
writeToParcel(android.os.Parcel out,
int flags) |
getContentUrl, getPageId, getPeopleIds, getPlaceId, getRef, getShareHashtagpublic static final android.os.Parcelable.Creator<ShareFeedContent> CREATOR
public java.lang.String getToId()
public java.lang.String getLink()
public java.lang.String getLinkName()
public java.lang.String getLinkCaption()
public java.lang.String getLinkDescription()
public java.lang.String getPicture()
public java.lang.String getMediaSource()
public int describeContents()
describeContents in interface android.os.ParcelabledescribeContents in class ShareContent<ShareFeedContent,ShareFeedContent.Builder>public void writeToParcel(android.os.Parcel out,
int flags)
writeToParcel in interface android.os.ParcelablewriteToParcel in class ShareContent<ShareFeedContent,ShareFeedContent.Builder>