public class LikeContent extends java.lang.Object implements ShareModel
| Modifier and Type | Class and Description |
|---|---|
static class |
LikeContent.Builder
Builder class for a concrete instance of AppInviteContent
|
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<LikeContent> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.lang.String |
getObjectId()
Gets the object Id for the LikeView.
|
java.lang.String |
getObjectType()
Gets the type of the object for the LikeView.
|
void |
writeToParcel(android.os.Parcel out,
int flags) |
public static final android.os.Parcelable.Creator<LikeContent> CREATOR
public java.lang.String getObjectId()
public java.lang.String getObjectType()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel out,
int flags)
writeToParcel in interface android.os.Parcelable