public class Category extends Object implements FoursquareEntity
| Constructor and Description |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
Category[] |
getCategories()
Returns sub categories
|
String |
getIcon()
Returns icon
|
String |
getId()
Returns category id
|
String |
getName()
Returns category name
|
String[] |
getParents()
Returns parents as array of Strings
|
String |
getPluralName()
Return plural name
|
Boolean |
getPrimary()
Returns if this is a primary category
|
public String getId()
public String getName()
public String getPluralName()
public String getIcon()
public String[] getParents()
public Boolean getPrimary()
public Category[] getCategories()
Copyright © 2014 Foyt. All Rights Reserved.