Uses of Class
com.parse.GetCallback

Uses of GetCallback in com.parse
 

Methods in com.parse with parameters of type GetCallback
 void ParseObject.fetchIfNeededInBackground(GetCallback callback)
          If this ParseObject has not been fetched (i.e.
 void ParseObject.fetchInBackground(GetCallback callback)
          Fetches this object with the data from the server in a background thread.
 void ParseQuery.getFirstInBackground(GetCallback callback)
          Retrieves at most one ParseObject that satisfies this query from the server in a background thread.
 void ParseQuery.getInBackground(String objectId, GetCallback callback)
          Constructs a ParseObject whose id is already known by fetching data from the server in a background thread.