public class CompleteSpecial extends Object implements FoursquareEntity
| Constructor and Description |
|---|
CompleteSpecial() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns a description of how to unlock the special.
|
String |
getFinePrint()
Returns specific rules for this special.
|
String |
getIcon()
Returns the name of the icon to use: http://foursquare.com/img/specials/icon.png
|
String |
getId()
Returns id of this venue
|
String |
getMessage()
Returns a message describing the special.
|
String |
getProvider()
Returns provider
|
String |
getRedemption()
Returns redemption
|
String |
getState()
Returns state.
|
String |
getTitle()
Returns a title of the special
|
String |
getType()
Returns type of the venue.
|
Boolean |
getUnlocked()
Returns true or false indicating if this special is unlocked for the acting user.
|
CompactVenue |
getVenue()
Returns venue
|
public String getId()
public String getType()
public String getMessage()
public String getFinePrint()
public String getDescription()
public Boolean getUnlocked()
public String getIcon()
public String getTitle()
public String getState()
public String getProvider()
public String getRedemption()
public CompactVenue getVenue()
Copyright © 2014 Foyt. All Rights Reserved.