Package com.restfb.types
Class User.Experience
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.FacebookType
-
- com.restfb.types.NamedFacebookType
-
- com.restfb.types.User.Experience
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- User
public static class User.Experience extends NamedFacebookType
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description Experience()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addWith(User with)
String
getDescription()
User
getFrom()
List<User>
getWith()
Tagged usersboolean
removeWith(User with)
void
setDescription(String description)
void
setFrom(User from)
-
Methods inherited from class com.restfb.types.NamedFacebookType
getName, setName
-
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
-
Experience
public Experience()
-
-
Method Detail
-
removeWith
public boolean removeWith(User with)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
-