Package com.restfb.types
Class From
- All Implemented Interfaces:
Serializable
From type is used as replacement for the case we need a user or a page. Because these
both types have different fields we have this special handling.
Because the minimal intersection of page and user are id and name, so the From object extends the
NamedFacebookType and as fast access name and id are available.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.restfb.types.NamedFacebookType
getName, setNameMethods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setTypeMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString