public class FoursquareGroups
extends java.lang.Object
Constructor and Description |
---|
FoursquareGroups() |
Modifier and Type | Method and Description |
---|---|
java.util.List<FoursquareItems> |
getItems()
Get List of Foursquare Items
|
java.lang.String |
getName()
Get the Name of the Group
|
void |
setItems(java.util.List<FoursquareItems> items)
Set the list of Foursquare Items
|
void |
setName(java.lang.String name)
Set the Name of the Group
|
public java.util.List<FoursquareItems> getItems()
public java.lang.String getName()
public void setItems(java.util.List<FoursquareItems> items)
items
- public void setName(java.lang.String name)
name
-