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
Represents the Place Tag Graph API
type.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTime when the place was visitedgetPlace()The place that was visitedvoidsetCreatedTime(Date createdTime) Time when the place was visitedvoidThe place that was visitedMethods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setTypeMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
PlaceTag
public PlaceTag()
-
-
Method Details
-
getCreatedTime
Time when the place was visited- Specified by:
getCreatedTimein interfaceHasCreatedTime- Returns:
- Time when the place was visited
-
setCreatedTime
Time when the place was visited -
getPlace
The place that was visited- Returns:
- The place that was visited
-
setPlace
The place that was visited
-