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
-
Method Summary
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