public static class User.EducationClass extends NamedFacebookType
FacebookType.Metadata
Constructor and Description |
---|
EducationClass() |
Modifier and Type | Method and Description |
---|---|
boolean |
addWith(NamedFacebookType friend) |
String |
getDescription()
The description of this class.
|
List<NamedFacebookType> |
getWith()
Friends associated with this class.
|
boolean |
removeWith(NamedFacebookType friend) |
void |
setDescription(String description)
The description of this class.
|
getName, setName
equals, getId, getMetadata, getType, hashCode, setId, setMetadata, setType, toString
public EducationClass()
public List<NamedFacebookType> getWith()
public boolean addWith(NamedFacebookType friend)
public boolean removeWith(NamedFacebookType friend)
public String getDescription()
public void setDescription(String description)
RestFB 1.7.0. Copyright © 2010-2014 Mark Allen. All Rights Reserved.