Package com.restfb.types
Class Post.Coordinates
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Post.Coordinates
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Post
Represents the coordinates information attached to a Post.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAuthorUid(String authorUid) voidsetCheckinId(String checkinId) voidsetCoords(JsonObject coords) voidsetMessage(String message) voidvoidsetTaggedUids(List<String> taggedUids) voidsetTargetHref(String targetHref) voidsetTargetId(String targetId) voidsetTargetType(String targetType) voidsetTimestamp(Date timestamp) Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
Coordinates
public Coordinates()
-
-
Method Details
-
getCheckinId
-
setCheckinId
-
getAuthorUid
-
setAuthorUid
-
getPageId
-
setPageId
-
getTargetId
-
setTargetId
-
getTargetHref
-
setTargetHref
-
getCoords
-
setCoords
-
getTaggedUids
-
setTaggedUids
-
getTimestamp
-
setTimestamp
-
getMessage
-
setMessage
-
getTargetType
-
setTargetType
-