Class From

All Implemented Interfaces:
Serializable

public class From extends NamedFacebookType
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:
  • Constructor Details

    • From

      public From()
  • Method Details