public class FacebookRelationship extends java.lang.Object
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <relationship> <with>usMsNLGpXBWeXmlrxcOSYNOjcXBADQSLYenVzgrHnXPKWXPMAprubKJZASGdMxHi</with> <relationshipType>VtZXHlfmIhVBlxLnlwfhdgKysKYOuZAQNUksFYtcbviPgNWLNzOmuqzkRmlwLUTe</relationshipType> </relationship>
| Constructor and Description |
|---|
FacebookRelationship() |
| Modifier and Type | Method and Description |
|---|---|
static FacebookRelationship |
getFacebookRelationShip(com.restfb.types.User user) |
java.lang.String |
getType()
The type is assigned by the content service (e.g.
|
java.lang.String |
getWith() |
void |
setType(java.lang.String type) |
void |
setWith(java.lang.String with) |
void |
toUser(com.restfb.types.User user)
set values from this relationship to the given user
|
public FacebookRelationship()
public static FacebookRelationship getFacebookRelationShip(com.restfb.types.User user)
user - public void toUser(com.restfb.types.User user)
user - public java.lang.String getType()
setType(String)public java.lang.String getWith()
setWith(String)public void setType(java.lang.String type)
type - the type to setgetWith()Copyright © 2015 Tampere University of Technology, Pori Department.