-
- All Implemented Interfaces:
-
android.os.Parcelable,com.facebook.share.model.ShareModel
@Deprecated() public class LikeContent implements ShareModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLikeContent.Builder
-
Field Summary
Fields Modifier and Type Field Description private final StringobjectIdprivate final StringobjectTypepublic final static Parcelable.Creator<LikeContent>CREATOR
-
Method Summary
Modifier and Type Method Description StringgetObjectId()StringgetObjectType()intdescribeContents()voidwriteToParcel(Parcel out, int flags)-
-
Method Detail
-
getObjectId
@Deprecated() String getObjectId()
-
getObjectType
@Deprecated() String getObjectType()
-
describeContents
@Deprecated() int describeContents()
-
writeToParcel
@Deprecated() void writeToParcel(Parcel out, int flags)
-
-
-
-