public class Achievement extends FacebookObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Achievement.AchievementData |
| Constructor and Description |
|---|
Achievement(String id,
Reference from,
Date publishTime,
ApplicationReference application,
Achievement.AchievementData data,
String type,
boolean noFeedStory) |
| Modifier and Type | Method and Description |
|---|---|
AchievementType |
getAchievementType() |
ApplicationReference |
getApplication() |
Reference |
getFrom() |
String |
getId() |
int |
getImportance() |
Date |
getPublishTime() |
String |
getType() |
boolean |
isNoFeedStory() |
add, getExtraDatapublic Achievement(String id, Reference from, Date publishTime, ApplicationReference application, Achievement.AchievementData data, String type, boolean noFeedStory)
public String getId()
public Reference getFrom()
public Date getPublishTime()
public ApplicationReference getApplication()
public AchievementType getAchievementType()
public int getImportance()
public String getType()
public boolean isNoFeedStory()