public class AchievementType extends FacebookObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AchievementType.Image |
| Constructor and Description |
|---|
AchievementType(String id,
String type,
String title,
String url,
String description,
List<AchievementType.Image> images,
int points,
Date createdTime,
Date updatedTime,
ApplicationReference application,
boolean isScraped) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationReference |
getApplication() |
Date |
getCreatedTime() |
String |
getDescription() |
String |
getId() |
AchievementType.Image |
getImage() |
int |
getPoints() |
String |
getTitle() |
String |
getType() |
Date |
getUpdatedTime() |
String |
getUrl() |
boolean |
isScraped() |
add, getExtraDatapublic AchievementType(String id, String type, String title, String url, String description, List<AchievementType.Image> images, int points, Date createdTime, Date updatedTime, ApplicationReference application, boolean isScraped)
public AchievementType.Image getImage()
public String getId()
public String getType()
public String getTitle()
public String getUrl()
public String getDescription()
public int getPoints()
public Date getCreatedTime()
public Date getUpdatedTime()
public ApplicationReference getApplication()
public boolean isScraped()