Package com.restfb.types
Class User.Sport
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.User.Sport
- All Implemented Interfaces:
Serializable
- Enclosing class:
- User
Represents the Sport Graph API type.
- Since:
- 1.6.3
- Author:
- Patrick Alberts
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addWith
(NamedFacebookType withSport) getWith()
Friends associated with this sport.boolean
removeWith
(NamedFacebookType withSport) 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 Details
-
Sport
public Sport()
-
-
Method Details
-
getWith
Friends associated with this sport.- Returns:
- Friends associated with this sport.
-
addWith
-
removeWith
-