public class FoursquareFeaturedPhotos
extends java.lang.Object
Constructor and Description |
---|
FoursquareFeaturedPhotos() |
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Get the count on the number of featured photos returned
|
java.util.List<PhotoInformation> |
getPhotos()
Get Photos List
|
void |
setCount(int count)
Set the count for the featured photos
|
void |
setPhotos(java.util.List<PhotoInformation> photos)
Set Photos List
|
public int getCount()
public java.util.List<PhotoInformation> getPhotos()
public void setCount(int count)
count
- public void setPhotos(java.util.List<PhotoInformation> photos)
photos
-