PageRenderTime 47ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/docs/com/facebook/model/package-summary.html

https://bitbucket.org/mobileup/facebook-android-sdk
HTML | 211 lines | 171 code | 24 blank | 16 comment | 0 complexity | 7e1df46779e8c73648d2172ececd6f7b MD5 | raw file
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc (build 1.6.0_37) on Wed Mar 20 12:51:52 PDT 2013 -->
  6. <TITLE>
  7. com.facebook.model
  8. </TITLE>
  9. <META NAME="date" CONTENT="2013-03-20">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
  11. <SCRIPT type="text/javascript">
  12. function windowTitle()
  13. {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="com.facebook.model";
  16. }
  17. }
  18. </SCRIPT>
  19. <NOSCRIPT>
  20. </NOSCRIPT>
  21. </HEAD>
  22. <BODY BGCOLOR="white" onload="windowTitle();">
  23. <HR>
  24. <!-- ========= START OF TOP NAVBAR ======= -->
  25. <A NAME="navbar_top"><!-- --></A>
  26. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  27. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  28. <TR>
  29. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  30. <A NAME="navbar_top_firstrow"><!-- --></A>
  31. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  32. <TR ALIGN="center" VALIGN="top">
  33. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  34. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
  35. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  36. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  38. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  39. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  40. </TR>
  41. </TABLE>
  42. </TD>
  43. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  44. </EM>
  45. </TD>
  46. </TR>
  47. <TR>
  48. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  49. &nbsp;<A HREF="../../../com/facebook/internal/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
  50. &nbsp;<A HREF="../../../com/facebook/widget/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
  51. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  52. <A HREF="../../../index.html?com/facebook/model/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
  53. &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  54. &nbsp;<SCRIPT type="text/javascript">
  55. <!--
  56. if(window==top) {
  57. document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
  58. }
  59. //-->
  60. </SCRIPT>
  61. <NOSCRIPT>
  62. <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
  63. </NOSCRIPT>
  64. </FONT></TD>
  65. </TR>
  66. </TABLE>
  67. <A NAME="skip-navbar_top"></A>
  68. <!-- ========= END OF TOP NAVBAR ========= -->
  69. <HR>
  70. <H2>
  71. Package com.facebook.model
  72. </H2>
  73. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  74. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  75. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  76. <B>Interface Summary</B></FONT></TH>
  77. </TR>
  78. <TR BGCOLOR="white" CLASS="TableRowColor">
  79. <TD WIDTH="15%"><B><A HREF="../../../com/facebook/model/GraphLocation.html" title="interface in com.facebook.model">GraphLocation</A></B></TD>
  80. <TD>Provides a strongly-typed representation of a Location as defined by the Graph API.</TD>
  81. </TR>
  82. <TR BGCOLOR="white" CLASS="TableRowColor">
  83. <TD WIDTH="15%"><B><A HREF="../../../com/facebook/model/GraphMultiResult.html" title="interface in com.facebook.model">GraphMultiResult</A></B></TD>
  84. <TD>Defines a GraphObject that represents the result of a query that returns multiple GraphObjects
  85. nested under a "data" property.</TD>
  86. </TR>
  87. <TR BGCOLOR="white" CLASS="TableRowColor">
  88. <TD WIDTH="15%"><B><A HREF="../../../com/facebook/model/GraphObject.html" title="interface in com.facebook.model">GraphObject</A></B></TD>
  89. <TD>GraphObject is the primary interface used by the Facebook SDK for Android to represent objects in the Facebook
  90. Social Graph and the Facebook Open Graph (OG).</TD>
  91. </TR>
  92. <TR BGCOLOR="white" CLASS="TableRowColor">
  93. <TD WIDTH="15%"><B><A HREF="../../../com/facebook/model/GraphObjectList.html" title="interface in com.facebook.model">GraphObjectList&lt;T&gt;</A></B></TD>
  94. <TD>GraphObjectList is the primary representation of a collection of graph objects in the Facebook SDK for Android.</TD>
  95. </TR>
  96. <TR BGCOLOR="white" CLASS="TableRowColor">
  97. <TD WIDTH="15%"><B><A HREF="../../../com/facebook/model/GraphPlace.html" title="interface in com.facebook.model">GraphPlace</A></B></TD>
  98. <TD>Provides a strongly-typed representation of a Place as defined by the Graph API.</TD>
  99. </TR>
  100. <TR BGCOLOR="white" CLASS="TableRowColor">
  101. <TD WIDTH="15%"><B><A HREF="../../../com/facebook/model/GraphUser.html" title="interface in com.facebook.model">GraphUser</A></B></TD>
  102. <TD>Provides a strongly-typed representation of a User as defined by the Graph API.</TD>
  103. </TR>
  104. <TR BGCOLOR="white" CLASS="TableRowColor">
  105. <TD WIDTH="15%"><B><A HREF="../../../com/facebook/model/OpenGraphAction.html" title="interface in com.facebook.model">OpenGraphAction</A></B></TD>
  106. <TD>Provides a strongly-typed representation of an Open Graph Action.</TD>
  107. </TR>
  108. </TABLE>
  109. &nbsp;
  110. <P>
  111. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  112. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  113. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  114. <B>Class Summary</B></FONT></TH>
  115. </TR>
  116. <TR BGCOLOR="white" CLASS="TableRowColor">
  117. <TD WIDTH="15%"><B><A HREF="../../../com/facebook/model/GraphObject.Factory.html" title="class in com.facebook.model">GraphObject.Factory</A></B></TD>
  118. <TD>Creates proxies that implement GraphObject, GraphObjectList, and their derived types.</TD>
  119. </TR>
  120. </TABLE>
  121. &nbsp;
  122. <P>
  123. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  124. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  125. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  126. <B>Annotation Types Summary</B></FONT></TH>
  127. </TR>
  128. <TR BGCOLOR="white" CLASS="TableRowColor">
  129. <TD WIDTH="15%"><B><A HREF="../../../com/facebook/model/PropertyName.html" title="annotation in com.facebook.model">PropertyName</A></B></TD>
  130. <TD>Use this annotation on getters and setters in an interface that derives from
  131. GraphObject, if you wish to override the default property name that is inferred
  132. from the name of the method.</TD>
  133. </TR>
  134. </TABLE>
  135. &nbsp;
  136. <P>
  137. <DL>
  138. </DL>
  139. <HR>
  140. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  141. <A NAME="navbar_bottom"><!-- --></A>
  142. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  143. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  144. <TR>
  145. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  146. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  147. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  148. <TR ALIGN="center" VALIGN="top">
  149. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  150. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
  151. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  152. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  153. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  154. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  155. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  156. </TR>
  157. </TABLE>
  158. </TD>
  159. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  160. </EM>
  161. </TD>
  162. </TR>
  163. <TR>
  164. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  165. &nbsp;<A HREF="../../../com/facebook/internal/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
  166. &nbsp;<A HREF="../../../com/facebook/widget/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
  167. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  168. <A HREF="../../../index.html?com/facebook/model/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
  169. &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  170. &nbsp;<SCRIPT type="text/javascript">
  171. <!--
  172. if(window==top) {
  173. document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
  174. }
  175. //-->
  176. </SCRIPT>
  177. <NOSCRIPT>
  178. <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
  179. </NOSCRIPT>
  180. </FONT></TD>
  181. </TR>
  182. </TABLE>
  183. <A NAME="skip-navbar_bottom"></A>
  184. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  185. <HR>
  186. </BODY>
  187. </HTML>