Package com.restfb.types
Class PlaceTag
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.FacebookType
-
- com.restfb.types.PlaceTag
-
- All Implemented Interfaces:
HasCreatedTime
,Serializable
public class PlaceTag extends FacebookType implements HasCreatedTime
Represents the Place Tag Graph API type.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description PlaceTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreatedTime()
Time when the place was visitedPage
getPlace()
The place that was visitedvoid
setCreatedTime(Date createdTime)
Time when the place was visitedvoid
setPlace(Page place)
The place that was visited-
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
PlaceTag
public PlaceTag()
-
-
Method Detail
-
getCreatedTime
public Date getCreatedTime()
Time when the place was visited- Specified by:
getCreatedTime
in interfaceHasCreatedTime
- Returns:
- Time when the place was visited
-
setCreatedTime
public void setCreatedTime(Date createdTime)
Time when the place was visited
-
-