public class Page
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Page.Properties |
| Constructor and Description |
|---|
Page() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
canPost()
Whether the current session user can post on this Page
|
java.lang.String |
getAbout()
Information about the Page
|
java.lang.String |
getAttire()
Dress code of the business.
|
java.lang.String |
getBandMembers()
Members of the band.
|
java.lang.String |
getBirthday()
Birthday of this person.
|
java.lang.String |
getBookingAgent()
Booking agent of the band.
|
java.lang.String |
getCategory()
The Page's category.
|
java.lang.String |
getCompanyOverview()
The company overview.
|
Cover |
getCover()
URL to the Photo that represents this cover photo.
|
java.util.Date |
getCreatedTime()
Relevant to Book.
|
java.lang.String |
getCurrentLocation()
Current location of the Page
|
java.lang.String |
getDescription()
The description of the Page
|
java.lang.String |
getDirectedBy()
The director of the film.
|
java.lang.String |
getFounded()
When the company is founded.
|
java.lang.String |
getGeneralInfo()
General information provided by the Page
|
java.lang.String |
getGeneralManager()
General manager of the business.
|
java.lang.String |
getHometown()
Hometown of the band.
|
java.lang.String |
getId()
The Page ID
|
java.lang.Integer |
getLikes()
The number of users who like the Page.
|
java.lang.String |
getLink()
The Page's Facebook URL
|
Location |
getLocation()
The location of this place.
|
java.lang.String |
getMission()
The company mission.
|
java.lang.String |
getName()
The name of the Page.
|
java.lang.Integer |
getNumCheckins()
Number of checkins at a place represented by a Page
|
Parking |
getParking()
Information about the parking available at a place
|
java.lang.String |
getPhone()
Phone number provided by a Page
|
java.lang.String |
getPicture()
The page 'profile' picture
|
java.lang.String |
getPressContanct()
Press contact information of the band.
|
java.lang.String |
getPriceRange()
Price range of the business.
|
java.lang.String |
getProducts()
The products of this company.
|
RestaurantService |
getRestaurantService()
Services the restaurant provides.
|
RestaurantSpecialties |
getRestaurantSpecialties()
The restaurant's specialties.
|
java.lang.Integer |
getTalkingAboutCount()
The number of people talking about this Page
|
java.lang.String |
getUsername()
The alias of the Page.
|
java.lang.String |
getWebsite()
The URL of the Page's website
|
java.lang.Integer |
getWereHereCount()
The number of visits to this Page's location
|
java.lang.Boolean |
isPermanentlyClosed()
For businesses that are no longer operating.
|
java.lang.Boolean |
isPublished()
Indicates whether the Page is published and visible to non-admins
|
java.lang.Boolean |
isUnclaimed()
Indicates whether the Page is unclaimed
|
public java.lang.String getId()
public java.lang.String getAbout()
public java.lang.String getAttire()
public java.lang.String getBandMembers()
public java.lang.String getBirthday()
public java.lang.String getBookingAgent()
public java.lang.Boolean canPost()
public java.lang.String getCategory()
public java.util.Date getCreatedTime()
public java.lang.Integer getNumCheckins()
public java.lang.String getCompanyOverview()
public Cover getCover()
public java.lang.String getCurrentLocation()
public java.lang.String getDescription()
public java.lang.String getDirectedBy()
public java.lang.String getFounded()
public java.lang.String getGeneralInfo()
public java.lang.String getGeneralManager()
public java.lang.String getHometown()
public java.lang.Boolean isPermanentlyClosed()
public java.lang.Boolean isPublished()
public java.lang.Boolean isUnclaimed()
public java.lang.Integer getLikes()
public java.lang.String getLink()
public Location getLocation()
public java.lang.String getMission()
public java.lang.String getName()
public Parking getParking()
public java.lang.String getPicture()
public java.lang.String getPhone()
public java.lang.String getPressContanct()
public java.lang.String getPriceRange()
public java.lang.String getProducts()
public RestaurantService getRestaurantService()
public RestaurantSpecialties getRestaurantSpecialties()
public java.lang.Integer getTalkingAboutCount()
public java.lang.String getUsername()
public java.lang.String getWebsite()
public java.lang.Integer getWereHereCount()