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
Represets the Project
Experience type
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getFrom()
getWith()
boolean
removeWith
(User withUser) void
setDescription
(String description) void
setEndDate
(Date endDate) void
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 Details
-
ProjectExperience
public ProjectExperience()
-
-
Method Details
-
getWith
-
addWith
-
removeWith
-
getDescription
-
setDescription
-
getEndDate
-
setEndDate
-
getStartDate
-
setStartDate
-
getFrom
-
setFrom
-