Package com.restfb.types
Class ProjectExperience
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.FacebookType
-
- com.restfb.types.NamedFacebookType
-
- com.restfb.types.ProjectExperience
-
- All Implemented Interfaces:
Serializable
public class ProjectExperience extends NamedFacebookType
Represets the Project Experience type- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description ProjectExperience()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addWith(User withUser)
String
getDescription()
Date
getEndDate()
User
getFrom()
Date
getStartDate()
List<User>
getWith()
boolean
removeWith(User withUser)
void
setDescription(String description)
void
setEndDate(Date endDate)
void
setFrom(User from)
void
setStartDate(Date startDate)
-
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
-
ProjectExperience
public ProjectExperience()
-
-
Method Detail
-
removeWith
public boolean removeWith(User withUser)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getEndDate
public Date getEndDate()
-
setEndDate
public void setEndDate(Date endDate)
-
getStartDate
public Date getStartDate()
-
setStartDate
public void setStartDate(Date startDate)
-
-