You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/08/26 20:01:50 UTC

[02/61] [abbrv] [partial] Removing Java SDK and Android SDK Javadocs from Git since they can (and should) be generated at build time.

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/1e3b9fea/stack/java-sdk-old/doc/org/usergrid/android/client/Client.html
----------------------------------------------------------------------
diff --git a/stack/java-sdk-old/doc/org/usergrid/android/client/Client.html b/stack/java-sdk-old/doc/org/usergrid/android/client/Client.html
deleted file mode 100644
index beeba0c..0000000
--- a/stack/java-sdk-old/doc/org/usergrid/android/client/Client.html
+++ /dev/null
@@ -1,2389 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.6.0_29) on Fri Mar 09 16:00:54 PST 2012 -->
-<TITLE>
-Client
-</TITLE>
-
-<META NAME="date" CONTENT="2012-03-09">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Client";
-    }
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Client.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../org/usergrid/android/client/Client.Query.html" title="interface in org.usergrid.android.client"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html?org/usergrid/android/client/Client.html" target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="Client.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
-  if(window==top) {
-    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
-  }
-  //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.usergrid.android.client</FONT>
-<BR>
-Class Client</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.usergrid.android.client.Client</B>
-</PRE>
-<HR>
-<DL>
-<DT><PRE>public class <B>Client</B><DT>extends java.lang.Object</DL>
-</PRE>
-
-<P>
-The Client class for accessing the Usergrid API. Start by instantiating this
- class though the appropriate constructor.
-<P>
-
-<P>
-<HR>
-
-<P>
-<!-- ======== NESTED CLASS SUMMARY ======== -->
-
-<A NAME="nested_class_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Nested Class Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;interface</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.Query.html" title="interface in org.usergrid.android.client">Client.Query</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;class</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.QueuePosition.html" title="enum in org.usergrid.android.client">Client.QueuePosition</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#FORCE_PUBLIC_API">FORCE_PUBLIC_API</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#LOCAL_API_URL">LOCAL_API_URL</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#LOCAL_STANDALONE_API_URL">LOCAL_STANDALONE_API_URL</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#LOCAL_TOMCAT_API_URL">LOCAL_TOMCAT_API_URL</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#PUBLIC_API_URL">PUBLIC_API_URL</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-
-<A NAME="constructor_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#Client()">Client</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default constructor for instantiating a client.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#Client(java.lang.String)">Client</A></B>(java.lang.String&nbsp;applicationId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Instantiate client for a specific app</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#addSubscriber(java.lang.String, java.lang.String)">addSubscriber</A></B>(java.lang.String&nbsp;publisherQueue,
-              java.lang.String&nbsp;subscriberQueue)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#addUserToGroup(java.lang.String, java.lang.String)">addUserToGroup</A></B>(java.lang.String&nbsp;userId,
-               java.lang.String&nbsp;groupId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a user to the specified groups.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#addUserToGroupAsync(java.lang.String, java.lang.String, org.usergrid.android.client.callbacks.ApiResponseCallback)">addUserToGroupAsync</A></B>(java.lang.String&nbsp;userId,
-                    java.lang.String&nbsp;groupId,
-                    <A HREF="../../../../org/usergrid/android/client/callbacks/ApiResponseCallback.html" title="interface in org.usergrid.android.client.callbacks">ApiResponseCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a user to the specified groups.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#apiRequest(org.springframework.http.HttpMethod, java.util.Map, java.lang.Object, java.lang.String...)">apiRequest</A></B>(org.springframework.http.HttpMethod&nbsp;method,
-           java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;params,
-           java.lang.Object&nbsp;data,
-           java.lang.String...&nbsp;segments)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;High-level Usergrid API request.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#authorizeAppClient(java.lang.String, java.lang.String)">authorizeAppClient</A></B>(java.lang.String&nbsp;clientId,
-                   java.lang.String&nbsp;clientSecret)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Log the app in with it's client id and client secret key.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#authorizeAppClientAsync(java.lang.String, java.lang.String, org.usergrid.android.client.callbacks.ApiResponseCallback)">authorizeAppClientAsync</A></B>(java.lang.String&nbsp;clientId,
-                        java.lang.String&nbsp;clientSecret,
-                        <A HREF="../../../../org/usergrid/android/client/callbacks/ApiResponseCallback.html" title="interface in org.usergrid.android.client.callbacks">ApiResponseCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Log the app in with it's client id and client secret key.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#authorizeAppUser(java.lang.String, java.lang.String)">authorizeAppUser</A></B>(java.lang.String&nbsp;email,
-                 java.lang.String&nbsp;password)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Log the user in and get a valid access token.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#authorizeAppUserAsync(java.lang.String, java.lang.String, org.usergrid.android.client.callbacks.ApiResponseCallback)">authorizeAppUserAsync</A></B>(java.lang.String&nbsp;email,
-                      java.lang.String&nbsp;password,
-                      <A HREF="../../../../org/usergrid/android/client/callbacks/ApiResponseCallback.html" title="interface in org.usergrid.android.client.callbacks">ApiResponseCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Log the user in and get a valid access token.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#authorizeAppUserViaFacebook(java.lang.String)">authorizeAppUserViaFacebook</A></B>(java.lang.String&nbsp;fb_access_token)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Log the user in with their Facebook access token retrived via Facebook
- OAuth.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#authorizeAppUserViaFacebookAsync(java.lang.String, org.usergrid.android.client.callbacks.ApiResponseCallback)">authorizeAppUserViaFacebookAsync</A></B>(java.lang.String&nbsp;fb_access_token,
-                                 <A HREF="../../../../org/usergrid/android/client/callbacks/ApiResponseCallback.html" title="interface in org.usergrid.android.client.callbacks">ApiResponseCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Log the user in with their numeric pin-code and get a valid access token.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#authorizeAppUserViaPin(java.lang.String, java.lang.String)">authorizeAppUserViaPin</A></B>(java.lang.String&nbsp;email,
-                       java.lang.String&nbsp;pin)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Log the user in with their numeric pin-code and get a valid access token.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#authorizeAppUserViaPinAsync(java.lang.String, java.lang.String, org.usergrid.android.client.callbacks.ApiResponseCallback)">authorizeAppUserViaPinAsync</A></B>(java.lang.String&nbsp;email,
-                            java.lang.String&nbsp;pin,
-                            <A HREF="../../../../org/usergrid/android/client/callbacks/ApiResponseCallback.html" title="interface in org.usergrid.android.client.callbacks">ApiResponseCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Log the user in with their numeric pin-code and get a valid access token.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#connectEntities(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">connectEntities</A></B>(java.lang.String&nbsp;connectingEntityType,
-                java.lang.String&nbsp;connectingEntityId,
-                java.lang.String&nbsp;connectionType,
-                java.lang.String&nbsp;connectedEntityId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Connect two entities together.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#connectEntitiesAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.usergrid.android.client.callbacks.ApiResponseCallback)">connectEntitiesAsync</A></B>(java.lang.String&nbsp;connectingEntityType,
-                     java.lang.String&nbsp;connectingEntityId,
-                     java.lang.String&nbsp;connectionType,
-                     java.lang.String&nbsp;connectedEntityId,
-                     <A HREF="../../../../org/usergrid/android/client/callbacks/ApiResponseCallback.html" title="interface in org.usergrid.android.client.callbacks">ApiResponseCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Connect two entities together.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#createEntity(org.usergrid.android.client.entities.Entity)">createEntity</A></B>(<A HREF="../../../../org/usergrid/android/client/entities/Entity.html" title="class in org.usergrid.android.client.entities">Entity</A>&nbsp;entity)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new entity on the server.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#createEntity(java.util.Map)">createEntity</A></B>(java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;properties)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new entity on the server from a set of properties.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#createEntityAsync(org.usergrid.android.client.entities.Entity, org.usergrid.android.client.callbacks.ApiResponseCallback)">createEntityAsync</A></B>(<A HREF="../../../../org/usergrid/android/client/entities/Entity.html" title="class in org.usergrid.android.client.entities">Entity</A>&nbsp;entity,
-                  <A HREF="../../../../org/usergrid/android/client/callbacks/ApiResponseCallback.html" title="interface in org.usergrid.android.client.callbacks">ApiResponseCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new entity on the server.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#createEntityAsync(java.util.Map, org.usergrid.android.client.callbacks.ApiResponseCallback)">createEntityAsync</A></B>(java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;properties,
-                  <A HREF="../../../../org/usergrid/android/client/callbacks/ApiResponseCallback.html" title="interface in org.usergrid.android.client.callbacks">ApiResponseCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new entity on the server from a set of properties.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#createGroup(java.lang.String)">createGroup</A></B>(java.lang.String&nbsp;groupPath)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a group with the specified group path.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#createGroup(java.lang.String, java.lang.String)">createGroup</A></B>(java.lang.String&nbsp;groupPath,
-            java.lang.String&nbsp;groupTitle)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a group with the specified group path and group title.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#createGroupAsync(java.lang.String, org.usergrid.android.client.callbacks.ApiResponseCallback)">createGroupAsync</A></B>(java.lang.String&nbsp;groupPath,
-                 <A HREF="../../../../org/usergrid/android/client/callbacks/ApiResponseCallback.html" title="interface in org.usergrid.android.client.callbacks">ApiResponseCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a group with the specified group path.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#createGroupAsync(java.lang.String, java.lang.String, org.usergrid.android.client.callbacks.ApiResponseCallback)">createGroupAsync</A></B>(java.lang.String&nbsp;groupPath,
-                 java.lang.String&nbsp;groupTitle,
-                 <A HREF="../../../../org/usergrid/android/client/callbacks/ApiResponseCallback.html" title="interface in org.usergrid.android.client.callbacks">ApiResponseCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a group with the specified group path and group title.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#createUser(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">createUser</A></B>(java.lang.String&nbsp;username,
-           java.lang.String&nbsp;name,
-           java.lang.String&nbsp;email,
-           java.lang.String&nbsp;password)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a user.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#createUserAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.usergrid.android.client.callbacks.ApiResponseCallback)">createUserAsync</A></B>(java.lang.String&nbsp;username,
-                java.lang.String&nbsp;name,
-                java.lang.String&nbsp;email,
-                java.lang.String&nbsp;password,
-                <A HREF="../../../../org/usergrid/android/client/callbacks/ApiResponseCallback.html" title="interface in org.usergrid.android.client.callbacks">ApiResponseCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a user.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#disconnectEntities(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">disconnectEntities</A></B>(java.lang.String&nbsp;connectingEntityType,
-                   java.lang.String&nbsp;connectingEntityId,
-                   java.lang.String&nbsp;connectionType,
-                   java.lang.String&nbsp;connectedEntityId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Disconnect two entities.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#disconnectEntitiesAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.usergrid.android.client.callbacks.ApiResponseCallback)">disconnectEntitiesAsync</A></B>(java.lang.String&nbsp;connectingEntityType,
-                        java.lang.String&nbsp;connectingEntityId,
-                        java.lang.String&nbsp;connectionType,
-                        java.lang.String&nbsp;connectedEntityId,
-                        <A HREF="../../../../org/usergrid/android/client/callbacks/ApiResponseCallback.html" title="interface in org.usergrid.android.client.callbacks">ApiResponseCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Disconnect two entities.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#getAccessToken()">getAccessToken</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#getApiUrl()">getApiUrl</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#getApplicationId()">getApplicationId</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#getClientId()">getClientId</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#getClientSecret()">getClientSecret</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#getCurrentOrganization()">getCurrentOrganization</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.Map&lt;java.lang.String,<A HREF="../../../../org/usergrid/android/client/entities/Group.html" title="class in org.usergrid.android.client.entities">Group</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#getGroupsForUser(java.lang.String)">getGroupsForUser</A></B>(java.lang.String&nbsp;userId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the groups for the user.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#getGroupsForUserAsync(java.lang.String, org.usergrid.android.client.callbacks.GroupsRetrievedCallback)">getGroupsForUserAsync</A></B>(java.lang.String&nbsp;userId,
-                      <A HREF="../../../../org/usergrid/android/client/callbacks/GroupsRetrievedCallback.html" title="interface in org.usergrid.android.client.callbacks">GroupsRetrievedCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the groups for the user.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/entities/User.html" title="class in org.usergrid.android.client.entities">User</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#getLoggedInUser()">getLoggedInUser</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#getMessages(java.lang.String, java.lang.String, java.util.UUID, java.lang.Long, java.lang.Integer, java.lang.Integer, java.lang.Integer, org.usergrid.android.client.Client.QueuePosition, java.lang.Boolean, java.lang.Boolean)">getMessages</A></B>(java.lang.String&nbsp;path,
-            java.lang.String&nbsp;consumer,
-            java.util.UUID&nbsp;last,
-            java.lang.Long&nbsp;time,
-            java.lang.Integer&nbsp;prev,
-            java.lang.Integer&nbsp;next,
-            java.lang.Integer&nbsp;limit,
-            <A HREF="../../../../org/usergrid/android/client/Client.QueuePosition.html" title="enum in org.usergrid.android.client">Client.QueuePosition</A>&nbsp;pos,
-            java.lang.Boolean&nbsp;update,
-            java.lang.Boolean&nbsp;sync)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
-<TR ALIGN="right" VALIGN="">
-<TD NOWRAP><FONT SIZE="-1">
-<CODE>&lt;T&gt; T</CODE></FONT></TD>
-</TR>
-</TABLE>
-</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#httpRequest(org.springframework.http.HttpMethod, java.lang.Class, java.util.Map, java.lang.Object, java.lang.String...)">httpRequest</A></B>(org.springframework.http.HttpMethod&nbsp;method,
-            java.lang.Class&lt;T&gt;&nbsp;cls,
-            java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;params,
-            java.lang.Object&nbsp;data,
-            java.lang.String...&nbsp;segments)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Low-level HTTP request method.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#init()">init</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#postGroupActivity(java.lang.String, org.usergrid.android.client.entities.Activity)">postGroupActivity</A></B>(java.lang.String&nbsp;groupId,
-                  <A HREF="../../../../org/usergrid/android/client/entities/Activity.html" title="class in org.usergrid.android.client.entities">Activity</A>&nbsp;activity)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Posts an activity to a group.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#postGroupActivity(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.usergrid.android.client.entities.User, org.usergrid.android.client.entities.Entity, java.lang.String, java.lang.String, java.lang.String)">postGroupActivity</A></B>(java.lang.String&nbsp;verb,
-                  java.lang.String&nbsp;title,
-                  java.lang.String&nbsp;content,
-                  java.lang.String&nbsp;category,
-                  <A HREF="../../../../org/usergrid/android/client/entities/User.html" title="class in org.usergrid.android.client.entities">User</A>&nbsp;user,
-                  <A HREF="../../../../org/usergrid/android/client/entities/Entity.html" title="class in org.usergrid.android.client.entities">Entity</A>&nbsp;object,
-                  java.lang.String&nbsp;objectType,
-                  java.lang.String&nbsp;objectName,
-                  java.lang.String&nbsp;objectContent)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates and posts an activity to a group.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#postGroupActivityAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.usergrid.android.client.entities.User, org.usergrid.android.client.entities.Entity, java.lang.String, java.lang.String, java.lang.String, org.usergrid.android.client.callbacks.ApiResponseCallback)">postGroupActivityAsync</A></B>(java.lang.String&nbsp;verb,
-                       java.lang.String&nbsp;title,
-                       java.lang.String&nbsp;content,
-                       java.lang.String&nbsp;category,
-                       <A HREF="../../../../org/usergrid/android/client/entities/User.html" title="class in org.usergrid.android.client.entities">User</A>&nbsp;user,
-                       <A HREF="../../../../org/usergrid/android/client/entities/Entity.html" title="class in org.usergrid.android.client.entities">Entity</A>&nbsp;object,
-                       java.lang.String&nbsp;objectType,
-                       java.lang.String&nbsp;objectName,
-                       java.lang.String&nbsp;objectContent,
-                       <A HREF="../../../../org/usergrid/android/client/callbacks/ApiResponseCallback.html" title="interface in org.usergrid.android.client.callbacks">ApiResponseCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates and posts an activity to a group.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#postMessage(java.lang.String, java.util.List)">postMessage</A></B>(java.lang.String&nbsp;path,
-            java.util.List&lt;java.util.Map&lt;java.lang.String,java.lang.Object&gt;&gt;&nbsp;messages)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#postMessage(java.lang.String, java.util.Map)">postMessage</A></B>(java.lang.String&nbsp;path,
-            java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;message)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#postUserActivity(java.lang.String, org.usergrid.android.client.entities.Activity)">postUserActivity</A></B>(java.lang.String&nbsp;userId,
-                 <A HREF="../../../../org/usergrid/android/client/entities/Activity.html" title="class in org.usergrid.android.client.entities">Activity</A>&nbsp;activity)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Posts an activity to a user.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#postUserActivity(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.usergrid.android.client.entities.User, org.usergrid.android.client.entities.Entity, java.lang.String, java.lang.String, java.lang.String)">postUserActivity</A></B>(java.lang.String&nbsp;verb,
-                 java.lang.String&nbsp;title,
-                 java.lang.String&nbsp;content,
-                 java.lang.String&nbsp;category,
-                 <A HREF="../../../../org/usergrid/android/client/entities/User.html" title="class in org.usergrid.android.client.entities">User</A>&nbsp;user,
-                 <A HREF="../../../../org/usergrid/android/client/entities/Entity.html" title="class in org.usergrid.android.client.entities">Entity</A>&nbsp;object,
-                 java.lang.String&nbsp;objectType,
-                 java.lang.String&nbsp;objectName,
-                 java.lang.String&nbsp;objectContent)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates and posts an activity to a user.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#postUserActivityAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.usergrid.android.client.entities.User, org.usergrid.android.client.entities.Entity, java.lang.String, java.lang.String, java.lang.String, org.usergrid.android.client.callbacks.ApiResponseCallback)">postUserActivityAsync</A></B>(java.lang.String&nbsp;verb,
-                      java.lang.String&nbsp;title,
-                      java.lang.String&nbsp;content,
-                      java.lang.String&nbsp;category,
-                      <A HREF="../../../../org/usergrid/android/client/entities/User.html" title="class in org.usergrid.android.client.entities">User</A>&nbsp;user,
-                      <A HREF="../../../../org/usergrid/android/client/entities/Entity.html" title="class in org.usergrid.android.client.entities">Entity</A>&nbsp;object,
-                      java.lang.String&nbsp;objectType,
-                      java.lang.String&nbsp;objectName,
-                      java.lang.String&nbsp;objectContent,
-                      <A HREF="../../../../org/usergrid/android/client/callbacks/ApiResponseCallback.html" title="interface in org.usergrid.android.client.callbacks">ApiResponseCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates and posts an activity to a user.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/Client.Query.html" title="interface in org.usergrid.android.client">Client.Query</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#queryActivityFeedForGroup(java.lang.String)">queryActivityFeedForGroup</A></B>(java.lang.String&nbsp;groupId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a group's activity feed.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#queryActivityFeedForGroupAsync(java.lang.String, org.usergrid.android.client.callbacks.QueryResultsCallback)">queryActivityFeedForGroupAsync</A></B>(java.lang.String&nbsp;groupId,
-                               <A HREF="../../../../org/usergrid/android/client/callbacks/QueryResultsCallback.html" title="interface in org.usergrid.android.client.callbacks">QueryResultsCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a group's activity feed.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/Client.Query.html" title="interface in org.usergrid.android.client">Client.Query</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#queryActivityFeedForUser(java.lang.String)">queryActivityFeedForUser</A></B>(java.lang.String&nbsp;userId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a user's activity feed.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#queryActivityFeedForUserAsync(java.lang.String, org.usergrid.android.client.callbacks.QueryResultsCallback)">queryActivityFeedForUserAsync</A></B>(java.lang.String&nbsp;userId,
-                              <A HREF="../../../../org/usergrid/android/client/callbacks/QueryResultsCallback.html" title="interface in org.usergrid.android.client.callbacks">QueryResultsCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a user's activity feed.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/Client.Query.html" title="interface in org.usergrid.android.client">Client.Query</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#queryEntitiesRequest(org.springframework.http.HttpMethod, java.util.Map, java.lang.Object, java.lang.String...)">queryEntitiesRequest</A></B>(org.springframework.http.HttpMethod&nbsp;method,
-                     java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;params,
-                     java.lang.Object&nbsp;data,
-                     java.lang.String...&nbsp;segments)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a query request and return a query object.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#queryEntitiesRequestAsync(org.usergrid.android.client.callbacks.QueryResultsCallback, org.springframework.http.HttpMethod, java.util.Map, java.lang.Object, java.lang.String...)">queryEntitiesRequestAsync</A></B>(<A HREF="../../../../org/usergrid/android/client/callbacks/QueryResultsCallback.html" title="interface in org.usergrid.android.client.callbacks">QueryResultsCallback</A>&nbsp;callback,
-                          org.springframework.http.HttpMethod&nbsp;method,
-                          java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;params,
-                          java.lang.Object&nbsp;data,
-                          java.lang.String...&nbsp;segments)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a query request and return a query object.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/Client.Query.html" title="interface in org.usergrid.android.client">Client.Query</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#queryEntityConnections(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">queryEntityConnections</A></B>(java.lang.String&nbsp;connectingEntityType,
-                       java.lang.String&nbsp;connectingEntityId,
-                       java.lang.String&nbsp;connectionType,
-                       java.lang.String&nbsp;ql)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Query the connected entities.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#queryEntityConnectionsAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.usergrid.android.client.callbacks.QueryResultsCallback)">queryEntityConnectionsAsync</A></B>(java.lang.String&nbsp;connectingEntityType,
-                            java.lang.String&nbsp;connectingEntityId,
-                            java.lang.String&nbsp;connectionType,
-                            java.lang.String&nbsp;ql,
-                            <A HREF="../../../../org/usergrid/android/client/callbacks/QueryResultsCallback.html" title="interface in org.usergrid.android.client.callbacks">QueryResultsCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Query the connected entities.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/Client.Query.html" title="interface in org.usergrid.android.client">Client.Query</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#queryEntityConnectionsWithinLocation(java.lang.String, java.lang.String, java.lang.String, float, android.location.Location, java.lang.String)">queryEntityConnectionsWithinLocation</A></B>(java.lang.String&nbsp;connectingEntityType,
-                                     java.lang.String&nbsp;connectingEntityId,
-                                     java.lang.String&nbsp;connectionType,
-                                     float&nbsp;distance,
-                                     android.location.Location&nbsp;location,
-                                     java.lang.String&nbsp;ql)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Query the connected entities within distance of a specific point.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#queryEntityConnectionsWithinLocationAsync(java.lang.String, java.lang.String, java.lang.String, float, android.location.Location, java.lang.String, org.usergrid.android.client.callbacks.QueryResultsCallback)">queryEntityConnectionsWithinLocationAsync</A></B>(java.lang.String&nbsp;connectingEntityType,
-                                          java.lang.String&nbsp;connectingEntityId,
-                                          java.lang.String&nbsp;connectionType,
-                                          float&nbsp;distance,
-                                          android.location.Location&nbsp;location,
-                                          java.lang.String&nbsp;ql,
-                                          <A HREF="../../../../org/usergrid/android/client/callbacks/QueryResultsCallback.html" title="interface in org.usergrid.android.client.callbacks">QueryResultsCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Query the connected entities within distance of a specific point.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/Client.Query.html" title="interface in org.usergrid.android.client">Client.Query</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#queryQueuesRequest(org.springframework.http.HttpMethod, java.util.Map, java.lang.Object, java.lang.String)">queryQueuesRequest</A></B>(org.springframework.http.HttpMethod&nbsp;method,
-                   java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;params,
-                   java.lang.Object&nbsp;data,
-                   java.lang.String&nbsp;queuePath)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/Client.Query.html" title="interface in org.usergrid.android.client">Client.Query</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#queryUsers()">queryUsers</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a query of the users collection.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/Client.Query.html" title="interface in org.usergrid.android.client">Client.Query</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#queryUsers(java.lang.String)">queryUsers</A></B>(java.lang.String&nbsp;ql)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a query of the users collection using the provided query command.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#queryUsersAsync(org.usergrid.android.client.callbacks.QueryResultsCallback)">queryUsersAsync</A></B>(<A HREF="../../../../org/usergrid/android/client/callbacks/QueryResultsCallback.html" title="interface in org.usergrid.android.client.callbacks">QueryResultsCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a query of the users collection.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#queryUsersAsync(java.lang.String, org.usergrid.android.client.callbacks.QueryResultsCallback)">queryUsersAsync</A></B>(java.lang.String&nbsp;ql,
-                <A HREF="../../../../org/usergrid/android/client/callbacks/QueryResultsCallback.html" title="interface in org.usergrid.android.client.callbacks">QueryResultsCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a query of the users collection using the provided query command.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/Client.Query.html" title="interface in org.usergrid.android.client">Client.Query</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#queryUsersForGroup(java.lang.String)">queryUsersForGroup</A></B>(java.lang.String&nbsp;groupId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Queries the users for the specified group.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#queryUsersForGroupAsync(java.lang.String, org.usergrid.android.client.callbacks.QueryResultsCallback)">queryUsersForGroupAsync</A></B>(java.lang.String&nbsp;groupId,
-                        <A HREF="../../../../org/usergrid/android/client/callbacks/QueryResultsCallback.html" title="interface in org.usergrid.android.client.callbacks">QueryResultsCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Queries the users for the specified group.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#queryUsersNearLocation(float, android.location.Location, java.lang.String, org.usergrid.android.client.callbacks.QueryResultsCallback)">queryUsersNearLocation</A></B>(float&nbsp;distance,
-                       android.location.Location&nbsp;location,
-                       java.lang.String&nbsp;ql,
-                       <A HREF="../../../../org/usergrid/android/client/callbacks/QueryResultsCallback.html" title="interface in org.usergrid.android.client.callbacks">QueryResultsCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a query of the users collection within the specified distance of
- the specified location and optionally using the provided query command.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/Client.Query.html" title="interface in org.usergrid.android.client">Client.Query</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#queryUsersWithinLocation(float, android.location.Location, java.lang.String)">queryUsersWithinLocation</A></B>(float&nbsp;distance,
-                         android.location.Location&nbsp;location,
-                         java.lang.String&nbsp;ql)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a query of the users collection within the specified distance of
- the specified location and optionally using the provided query command.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/entities/Device.html" title="class in org.usergrid.android.client.entities">Device</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#registerDevice(android.content.Context, java.util.Map)">registerDevice</A></B>(android.content.Context&nbsp;context,
-               java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;properties)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Registers a device using the device's unique device ID.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#registerDeviceAsync(android.content.Context, java.util.Map, org.usergrid.android.client.callbacks.DeviceRegistrationCallback)">registerDeviceAsync</A></B>(android.content.Context&nbsp;context,
-                    java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;properties,
-                    <A HREF="../../../../org/usergrid/android/client/callbacks/DeviceRegistrationCallback.html" title="interface in org.usergrid.android.client.callbacks">DeviceRegistrationCallback</A>&nbsp;callback)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Registers a device using the device's unique device ID.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#removeSubscriber(java.lang.String, java.lang.String)">removeSubscriber</A></B>(java.lang.String&nbsp;publisherQueue,
-                 java.lang.String&nbsp;subscriberQueue)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#setAccessToken(java.lang.String)">setAccessToken</A></B>(java.lang.String&nbsp;accessToken)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#setApiUrl(java.lang.String)">setApiUrl</A></B>(java.lang.String&nbsp;apiUrl)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#setApplicationId(java.lang.String)">setApplicationId</A></B>(java.lang.String&nbsp;applicationId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#setClientId(java.lang.String)">setClientId</A></B>(java.lang.String&nbsp;clientId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#setClientSecret(java.lang.String)">setClientSecret</A></B>(java.lang.String&nbsp;clientSecret)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#setCurrentOrganization(java.lang.String)">setCurrentOrganization</A></B>(java.lang.String&nbsp;currentOrganization)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#setLoggedInUser(org.usergrid.android.client.entities.User)">setLoggedInUser</A></B>(<A HREF="../../../../org/usergrid/android/client/entities/User.html" title="class in org.usergrid.android.client.entities">User</A>&nbsp;loggedInUser)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/Client.html" title="class in org.usergrid.android.client">Client</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#withApiUrl(java.lang.String)">withApiUrl</A></B>(java.lang.String&nbsp;apiUrl)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/Client.html" title="class in org.usergrid.android.client">Client</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#withApplicationId(java.lang.String)">withApplicationId</A></B>(java.lang.String&nbsp;applicationId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/Client.html" title="class in org.usergrid.android.client">Client</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#withClientId(java.lang.String)">withClientId</A></B>(java.lang.String&nbsp;clientId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/usergrid/android/client/Client.html" title="class in org.usergrid.android.client">Client</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/usergrid/android/client/Client.html#withClientSecret(java.lang.String)">withClientSecret</A></B>(java.lang.String&nbsp;clientSecret)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="FORCE_PUBLIC_API"><!-- --></A><H3>
-FORCE_PUBLIC_API</H3>
-<PRE>
-public static boolean <B>FORCE_PUBLIC_API</B></PRE>
-<DL>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="PUBLIC_API_URL"><!-- --></A><H3>
-PUBLIC_API_URL</H3>
-<PRE>
-public static java.lang.String <B>PUBLIC_API_URL</B></PRE>
-<DL>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="LOCAL_STANDALONE_API_URL"><!-- --></A><H3>
-LOCAL_STANDALONE_API_URL</H3>
-<PRE>
-public static java.lang.String <B>LOCAL_STANDALONE_API_URL</B></PRE>
-<DL>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="LOCAL_TOMCAT_API_URL"><!-- --></A><H3>
-LOCAL_TOMCAT_API_URL</H3>
-<PRE>
-public static java.lang.String <B>LOCAL_TOMCAT_API_URL</B></PRE>
-<DL>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="LOCAL_API_URL"><!-- --></A><H3>
-LOCAL_API_URL</H3>
-<PRE>
-public static java.lang.String <B>LOCAL_API_URL</B></PRE>
-<DL>
-<DL>
-</DL>
-</DL>
-
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-
-<A NAME="constructor_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="Client()"><!-- --></A><H3>
-Client</H3>
-<PRE>
-public <B>Client</B>()</PRE>
-<DL>
-<DD>Default constructor for instantiating a client.
-<P>
-</DL>
-<HR>
-
-<A NAME="Client(java.lang.String)"><!-- --></A><H3>
-Client</H3>
-<PRE>
-public <B>Client</B>(java.lang.String&nbsp;applicationId)</PRE>
-<DL>
-<DD>Instantiate client for a specific app
-<P>
-<DL>
-<DT><B>Parameters:</B><DD><CODE>applicationId</CODE> - the application id or name</DL>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="init()"><!-- --></A><H3>
-init</H3>
-<PRE>
-public void <B>init</B>()</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getApiUrl()"><!-- --></A><H3>
-getApiUrl</H3>
-<PRE>
-public java.lang.String <B>getApiUrl</B>()</PRE>
-<DL>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the Usergrid API url (default: http://api.usergrid.com)</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setApiUrl(java.lang.String)"><!-- --></A><H3>
-setApiUrl</H3>
-<PRE>
-public void <B>setApiUrl</B>(java.lang.String&nbsp;apiUrl)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>apiUrl</CODE> - the Usergrid API url (default: http://api.usergrid.com)</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="withApiUrl(java.lang.String)"><!-- --></A><H3>
-withApiUrl</H3>
-<PRE>
-public <A HREF="../../../../org/usergrid/android/client/Client.html" title="class in org.usergrid.android.client">Client</A> <B>withApiUrl</B>(java.lang.String&nbsp;apiUrl)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>apiUrl</CODE> - the Usergrid API url (default: http://api.usergrid.com)
-<DT><B>Returns:</B><DD>Client object for method call chaining</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getApplicationId()"><!-- --></A><H3>
-getApplicationId</H3>
-<PRE>
-public java.lang.String <B>getApplicationId</B>()</PRE>
-<DL>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the application id or name</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setApplicationId(java.lang.String)"><!-- --></A><H3>
-setApplicationId</H3>
-<PRE>
-public void <B>setApplicationId</B>(java.lang.String&nbsp;applicationId)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>applicationId</CODE> - the application id or name</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="withApplicationId(java.lang.String)"><!-- --></A><H3>
-withApplicationId</H3>
-<PRE>
-public <A HREF="../../../../org/usergrid/android/client/Client.html" title="class in org.usergrid.android.client">Client</A> <B>withApplicationId</B>(java.lang.String&nbsp;applicationId)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>applicationId</CODE> - the application id or name
-<DT><B>Returns:</B><DD>Client object for method call chaining</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getClientId()"><!-- --></A><H3>
-getClientId</H3>
-<PRE>
-public java.lang.String <B>getClientId</B>()</PRE>
-<DL>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the client key id for making calls as the application-owner. Not
-         safe for most mobile use.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setClientId(java.lang.String)"><!-- --></A><H3>
-setClientId</H3>
-<PRE>
-public void <B>setClientId</B>(java.lang.String&nbsp;clientId)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>clientId</CODE> - the client key id for making calls as the application-owner.
-            Not safe for most mobile use.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="withClientId(java.lang.String)"><!-- --></A><H3>
-withClientId</H3>
-<PRE>
-public <A HREF="../../../../org/usergrid/android/client/Client.html" title="class in org.usergrid.android.client">Client</A> <B>withClientId</B>(java.lang.String&nbsp;clientId)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>clientId</CODE> - the client key id for making calls as the application-owner.
-            Not safe for most mobile use.
-<DT><B>Returns:</B><DD>Client object for method call chaining</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getClientSecret()"><!-- --></A><H3>
-getClientSecret</H3>
-<PRE>
-public java.lang.String <B>getClientSecret</B>()</PRE>
-<DL>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the client key id for making calls as the application-owner. Not
-         safe for most mobile use.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setClientSecret(java.lang.String)"><!-- --></A><H3>
-setClientSecret</H3>
-<PRE>
-public void <B>setClientSecret</B>(java.lang.String&nbsp;clientSecret)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>clientSecret</CODE> - the client key id for making calls as the application-owner.
-            Not safe for most mobile use.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="withClientSecret(java.lang.String)"><!-- --></A><H3>
-withClientSecret</H3>
-<PRE>
-public <A HREF="../../../../org/usergrid/android/client/Client.html" title="class in org.usergrid.android.client">Client</A> <B>withClientSecret</B>(java.lang.String&nbsp;clientSecret)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>clientSecret</CODE> - the client key id for making calls as the application-owner.
-            Not safe for most mobile use.
-<DT><B>Returns:</B><DD>Client object for method call chaining</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getLoggedInUser()"><!-- --></A><H3>
-getLoggedInUser</H3>
-<PRE>
-public <A HREF="../../../../org/usergrid/android/client/entities/User.html" title="class in org.usergrid.android.client.entities">User</A> <B>getLoggedInUser</B>()</PRE>
-<DL>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the logged-in user after a successful authorizeAppUser request</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setLoggedInUser(org.usergrid.android.client.entities.User)"><!-- --></A><H3>
-setLoggedInUser</H3>
-<PRE>
-public void <B>setLoggedInUser</B>(<A HREF="../../../../org/usergrid/android/client/entities/User.html" title="class in org.usergrid.android.client.entities">User</A>&nbsp;loggedInUser)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>loggedInUser</CODE> - the logged-in user, usually not set by host application</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getAccessToken()"><!-- --></A><H3>
-getAccessToken</H3>
-<PRE>
-public java.lang.String <B>getAccessToken</B>()</PRE>
-<DL>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the OAuth2 access token after a successful authorize request</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setAccessToken(java.lang.String)"><!-- --></A><H3>
-setAccessToken</H3>
-<PRE>
-public void <B>setAccessToken</B>(java.lang.String&nbsp;accessToken)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>accessToken</CODE> - an OAuth2 access token. Usually not set by host application</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getCurrentOrganization()"><!-- --></A><H3>
-getCurrentOrganization</H3>
-<PRE>
-public java.lang.String <B>getCurrentOrganization</B>()</PRE>
-<DL>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>the currentOrganization</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setCurrentOrganization(java.lang.String)"><!-- --></A><H3>
-setCurrentOrganization</H3>
-<PRE>
-public void <B>setCurrentOrganization</B>(java.lang.String&nbsp;currentOrganization)</PRE>
-<DL>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>currentOrganization</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="httpRequest(org.springframework.http.HttpMethod, java.lang.Class, java.util.Map, java.lang.Object, java.lang.String...)"><!-- --></A><H3>
-httpRequest</H3>
-<PRE>
-public &lt;T&gt; T <B>httpRequest</B>(org.springframework.http.HttpMethod&nbsp;method,
-                         java.lang.Class&lt;T&gt;&nbsp;cls,
-                         java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;params,
-                         java.lang.Object&nbsp;data,
-                         java.lang.String...&nbsp;segments)</PRE>
-<DL>
-<DD>Low-level HTTP request method. Synchronous, blocks till response or
- timeout.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>method</CODE> - HttpMethod method<DD><CODE>cls</CODE> - class for the return type<DD><CODE>params</CODE> - parameters to encode as querystring or body parameters<DD><CODE>data</CODE> - JSON data to put in body<DD><CODE>segments</CODE> - REST url path segments (i.e. /segment1/segment2/segment3)
-<DT><B>Returns:</B><DD>results marshalled into class specified in cls parameter</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="apiRequest(org.springframework.http.HttpMethod, java.util.Map, java.lang.Object, java.lang.String...)"><!-- --></A><H3>
-apiRequest</H3>
-<PRE>
-public <A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A> <B>apiRequest</B>(org.springframework.http.HttpMethod&nbsp;method,
-                              java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;params,
-                              java.lang.Object&nbsp;data,
-                              java.lang.String...&nbsp;segments)</PRE>
-<DL>
-<DD>High-level Usergrid API request.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>method</CODE> - <DD><CODE>params</CODE> - <DD><CODE>data</CODE> - <DD><CODE>segments</CODE> - 
-<DT><B>Returns:</B><DD></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="authorizeAppUser(java.lang.String, java.lang.String)"><!-- --></A><H3>
-authorizeAppUser</H3>
-<PRE>
-public <A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A> <B>authorizeAppUser</B>(java.lang.String&nbsp;email,
-                                    java.lang.String&nbsp;password)</PRE>
-<DL>
-<DD>Log the user in and get a valid access token.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>email</CODE> - <DD><CODE>password</CODE> - 
-<DT><B>Returns:</B><DD>non-null ApiResponse if request succeeds, check getError() for
-         "invalid_grant" to see if access is denied.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="authorizeAppUserAsync(java.lang.String, java.lang.String, org.usergrid.android.client.callbacks.ApiResponseCallback)"><!-- --></A><H3>
-authorizeAppUserAsync</H3>
-<PRE>
-public void <B>authorizeAppUserAsync</B>(java.lang.String&nbsp;email,
-                                  java.lang.String&nbsp;password,
-                                  <A HREF="../../../../org/usergrid/android/client/callbacks/ApiResponseCallback.html" title="interface in org.usergrid.android.client.callbacks">ApiResponseCallback</A>&nbsp;callback)</PRE>
-<DL>
-<DD>Log the user in and get a valid access token. Executes asynchronously in
- background and the callbacks are called in the UI thread.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>email</CODE> - <DD><CODE>password</CODE> - <DD><CODE>callback</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="authorizeAppUserViaPin(java.lang.String, java.lang.String)"><!-- --></A><H3>
-authorizeAppUserViaPin</H3>
-<PRE>
-public <A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A> <B>authorizeAppUserViaPin</B>(java.lang.String&nbsp;email,
-                                          java.lang.String&nbsp;pin)</PRE>
-<DL>
-<DD>Log the user in with their numeric pin-code and get a valid access token.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>email</CODE> - <DD><CODE>pin</CODE> - 
-<DT><B>Returns:</B><DD>non-null ApiResponse if request succeeds, check getError() for
-         "invalid_grant" to see if access is denied.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="authorizeAppUserViaPinAsync(java.lang.String, java.lang.String, org.usergrid.android.client.callbacks.ApiResponseCallback)"><!-- --></A><H3>
-authorizeAppUserViaPinAsync</H3>
-<PRE>
-public void <B>authorizeAppUserViaPinAsync</B>(java.lang.String&nbsp;email,
-                                        java.lang.String&nbsp;pin,
-                                        <A HREF="../../../../org/usergrid/android/client/callbacks/ApiResponseCallback.html" title="interface in org.usergrid.android.client.callbacks">ApiResponseCallback</A>&nbsp;callback)</PRE>
-<DL>
-<DD>Log the user in with their numeric pin-code and get a valid access token.
- Executes asynchronously in background and the callbacks are called in the
- UI thread.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>email</CODE> - <DD><CODE>pin</CODE> - <DD><CODE>callback</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="authorizeAppUserViaFacebook(java.lang.String)"><!-- --></A><H3>
-authorizeAppUserViaFacebook</H3>
-<PRE>
-public <A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A> <B>authorizeAppUserViaFacebook</B>(java.lang.String&nbsp;fb_access_token)</PRE>
-<DL>
-<DD>Log the user in with their Facebook access token retrived via Facebook
- OAuth.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>email</CODE> - <DD><CODE>pin</CODE> - 
-<DT><B>Returns:</B><DD>non-null ApiResponse if request succeeds, check getError() for
-         "invalid_grant" to see if access is denied.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="authorizeAppUserViaFacebookAsync(java.lang.String, org.usergrid.android.client.callbacks.ApiResponseCallback)"><!-- --></A><H3>
-authorizeAppUserViaFacebookAsync</H3>
-<PRE>
-public void <B>authorizeAppUserViaFacebookAsync</B>(java.lang.String&nbsp;fb_access_token,
-                                             <A HREF="../../../../org/usergrid/android/client/callbacks/ApiResponseCallback.html" title="interface in org.usergrid.android.client.callbacks">ApiResponseCallback</A>&nbsp;callback)</PRE>
-<DL>
-<DD>Log the user in with their numeric pin-code and get a valid access token.
- Executes asynchronously in background and the callbacks are called in the
- UI thread.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>email</CODE> - <DD><CODE>pin</CODE> - <DD><CODE>callback</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="authorizeAppClient(java.lang.String, java.lang.String)"><!-- --></A><H3>
-authorizeAppClient</H3>
-<PRE>
-public <A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A> <B>authorizeAppClient</B>(java.lang.String&nbsp;clientId,
-                                      java.lang.String&nbsp;clientSecret)</PRE>
-<DL>
-<DD>Log the app in with it's client id and client secret key. Not recommended
- for production apps.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>email</CODE> - <DD><CODE>pin</CODE> - 
-<DT><B>Returns:</B><DD>non-null ApiResponse if request succeeds, check getError() for
-         "invalid_grant" to see if access is denied.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="authorizeAppClientAsync(java.lang.String, java.lang.String, org.usergrid.android.client.callbacks.ApiResponseCallback)"><!-- --></A><H3>
-authorizeAppClientAsync</H3>
-<PRE>
-public void <B>authorizeAppClientAsync</B>(java.lang.String&nbsp;clientId,
-                                    java.lang.String&nbsp;clientSecret,
-                                    <A HREF="../../../../org/usergrid/android/client/callbacks/ApiResponseCallback.html" title="interface in org.usergrid.android.client.callbacks">ApiResponseCallback</A>&nbsp;callback)</PRE>
-<DL>
-<DD>Log the app in with it's client id and client secret key. Not recommended
- for production apps. Executes asynchronously in background and the
- callbacks are called in the UI thread.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>clientId</CODE> - <DD><CODE>clientSecret</CODE> - <DD><CODE>callback</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="registerDevice(android.content.Context, java.util.Map)"><!-- --></A><H3>
-registerDevice</H3>
-<PRE>
-public <A HREF="../../../../org/usergrid/android/client/entities/Device.html" title="class in org.usergrid.android.client.entities">Device</A> <B>registerDevice</B>(android.content.Context&nbsp;context,
-                             java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;properties)</PRE>
-<DL>
-<DD>Registers a device using the device's unique device ID.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>context</CODE> - <DD><CODE>properties</CODE> - 
-<DT><B>Returns:</B><DD>a Device object if success</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="registerDeviceAsync(android.content.Context, java.util.Map, org.usergrid.android.client.callbacks.DeviceRegistrationCallback)"><!-- --></A><H3>
-registerDeviceAsync</H3>
-<PRE>
-public void <B>registerDeviceAsync</B>(android.content.Context&nbsp;context,
-                                java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;properties,
-                                <A HREF="../../../../org/usergrid/android/client/callbacks/DeviceRegistrationCallback.html" title="interface in org.usergrid.android.client.callbacks">DeviceRegistrationCallback</A>&nbsp;callback)</PRE>
-<DL>
-<DD>Registers a device using the device's unique device ID. Executes
- asynchronously in background and the callbacks are called in the UI
- thread.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>context</CODE> - <DD><CODE>properties</CODE> - <DD><CODE>callback</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createEntity(org.usergrid.android.client.entities.Entity)"><!-- --></A><H3>
-createEntity</H3>
-<PRE>
-public <A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A> <B>createEntity</B>(<A HREF="../../../../org/usergrid/android/client/entities/Entity.html" title="class in org.usergrid.android.client.entities">Entity</A>&nbsp;entity)</PRE>
-<DL>
-<DD>Create a new entity on the server.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>entity</CODE> - 
-<DT><B>Returns:</B><DD>an ApiResponse with the new entity in it.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createEntityAsync(org.usergrid.android.client.entities.Entity, org.usergrid.android.client.callbacks.ApiResponseCallback)"><!-- --></A><H3>
-createEntityAsync</H3>
-<PRE>
-public void <B>createEntityAsync</B>(<A HREF="../../../../org/usergrid/android/client/entities/Entity.html" title="class in org.usergrid.android.client.entities">Entity</A>&nbsp;entity,
-                              <A HREF="../../../../org/usergrid/android/client/callbacks/ApiResponseCallback.html" title="interface in org.usergrid.android.client.callbacks">ApiResponseCallback</A>&nbsp;callback)</PRE>
-<DL>
-<DD>Create a new entity on the server. Executes asynchronously in background
- and the callbacks are called in the UI thread.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>entity</CODE> - <DD><CODE>callback</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createEntity(java.util.Map)"><!-- --></A><H3>
-createEntity</H3>
-<PRE>
-public <A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A> <B>createEntity</B>(java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;properties)</PRE>
-<DL>
-<DD>Create a new entity on the server from a set of properties. Properties
- must include a "type" property.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>properties</CODE> - 
-<DT><B>Returns:</B><DD>an ApiResponse with the new entity in it.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createEntityAsync(java.util.Map, org.usergrid.android.client.callbacks.ApiResponseCallback)"><!-- --></A><H3>
-createEntityAsync</H3>
-<PRE>
-public void <B>createEntityAsync</B>(java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;properties,
-                              <A HREF="../../../../org/usergrid/android/client/callbacks/ApiResponseCallback.html" title="interface in org.usergrid.android.client.callbacks">ApiResponseCallback</A>&nbsp;callback)</PRE>
-<DL>
-<DD>Create a new entity on the server from a set of properties. Properties
- must include a "type" property. Executes asynchronously in background and
- the callbacks are called in the UI thread.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>properties</CODE> - <DD><CODE>callback</CODE> - </DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createUser(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
-createUser</H3>
-<PRE>
-public <A HREF="../../../../org/usergrid/android/client/response/ApiResponse.html" title="class in org.usergrid.android.client.response">ApiResponse</A> <B>createUser</B>(java.lang.String&nbsp;username,
-                              java.lang.String&nbsp;name,
-                              java.lang.String&nbsp;email,
-                              java.lang.String&nbsp;password)</PRE>
-<DL>
-<DD>Creates a user.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>username</CODE> - required<DD><CODE>name</CODE> - <DD><CODE>email</CODE> - <DD><CODE>password</CODE> - 
-<DT><B>Returns:</B><DD></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="createUserAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.usergrid.android.client.callbacks.ApiResponseCallback)"><!-- --></A><H3>
-createUserAsync</H3>
-<PRE>
-public void <B>createUserAsync</B>(java.lang.String&nbsp;username,
-                            java.lang.String&nbsp;name,
-    

<TRUNCATED>