public class Badge extends Object implements FoursquareEntity
| Constructor and Description |
|---|
Badge() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBadgeId()
Return badge id
|
String |
getDescription()
Returns badge's description
|
String |
getHint()
Returns hint how to obtain badge
|
String |
getId()
Returns id
|
BadgeImage |
getImage()
Returns badge's image
|
String |
getName()
Returns badge's name
|
BadgeUnlock[] |
getUnlocks()
Returns array of unlock data
|
public String getId()
public String getBadgeId()
public String getName()
public String getHint()
public String getDescription()
public BadgeImage getImage()
public BadgeUnlock[] getUnlocks()
Copyright © 2014 Foyt. All Rights Reserved.