A B C D E F G H I K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ACCOUNT_ALREADY_LINKED - Static variable in exception com.parse.ParseException
-
Error code indicating that an an account being linked is already linked to another user.
- ACTION_PUSH_DELETE - Static variable in class com.parse.ParsePushBroadcastReceiver
-
The name of the Intent fired when a notification has been dismissed.
- ACTION_PUSH_OPEN - Static variable in class com.parse.ParsePushBroadcastReceiver
-
The name of the Intent fired when a notification has been opened.
- ACTION_PUSH_RECEIVE - Static variable in class com.parse.ParsePushBroadcastReceiver
-
The name of the Intent fired when a push has been received.
- add(String, Object) - Method in class com.parse.ParseObject
-
Atomically adds an object to the end of the array associated with a given key.
- add(T) - Method in class com.parse.ParseRelation
-
Adds an object to this relation.
- addAll(String, Collection<?>) - Method in class com.parse.ParseObject
-
Atomically adds the objects contained in a
Collectionto the end of the array associated with a given key. - addAllUnique(String, Collection<?>) - Method in class com.parse.ParseObject
-
Atomically adds the objects contained in a
Collectionto the array associated with a given key, only adding elements which are not already present in the array. - addAscendingOrder(String) - Method in class com.parse.ParseQuery
-
Also sorts the results in ascending order by the given key.
- addAscendingOrder(String) - Method in class com.parse.ParseQuery.State.Builder
-
Also sorts the results in ascending order by the given key.
- addCondition(String, String, Object) - Method in class com.parse.ParseQuery.State.Builder
- addCondition(String, String, Collection<?>) - Method in class com.parse.ParseQuery.State.Builder
- addDescendingOrder(String) - Method in class com.parse.ParseQuery
-
Also sorts the results in descending order by the given key.
- addDescendingOrder(String) - Method in class com.parse.ParseQuery.State.Builder
-
Also sorts the results in descending order by the given key.
- addHeader(String, String) - Method in class com.parse.http.ParseHttpRequest.Builder
-
Adds a header to this
Builder. - addHeader(String, String) - Method in class com.parse.http.ParseHttpResponse.Builder
-
Adds a header to this
Builder. - addHeaders(Map<String, String>) - Method in class com.parse.http.ParseHttpRequest.Builder
-
Adds headers to this
Builder. - addHeaders(Map<String, String>) - Method in class com.parse.http.ParseHttpResponse.Builder
-
Adds headers to this
Builder. - addUnique(String, Object) - Method in class com.parse.ParseObject
-
Atomically adds an object to the array associated with a given key, only if it is not already present in the array.
- allowCustomObjectId() - Method in class com.parse.Parse.Configuration.Builder
-
Allow to set a custom objectId for ParseObjects.
- applicationId() - Method in class com.parse.ParsePlugins
- applicationId(String) - Method in class com.parse.Parse.Configuration.Builder
-
Set the application id to be used by Parse.
- AsyncCallback - Interface in com.parse.twitter
- AuthenticationCallback - Interface in com.parse
-
Provides a general interface for delegation of third party authentication callbacks.
- authorize(Context, AsyncCallback) - Method in class com.parse.twitter.Twitter
B
- become(String) - Static method in class com.parse.ParseUser
-
Authorize a user with a session token.
- becomeInBackground(String) - Static method in class com.parse.ParseUser
-
Authorize a user with a session token.
- becomeInBackground(String, LogInCallback) - Static method in class com.parse.ParseUser
-
Authorize a user with a session token.
- build() - Method in class com.parse.http.ParseHttpRequest.Builder
-
Builds a
ParseHttpRequestbased on thisBuilder. - build() - Method in class com.parse.http.ParseHttpResponse.Builder
-
Builds a
ParseHttpResponseby thisBuilder. - build() - Method in class com.parse.Parse.Configuration.Builder
-
Construct this builder into a concrete
Configurationinstance. - build() - Method in class com.parse.ParseQuery.State.Builder
- Builder() - Constructor for class com.parse.http.ParseHttpRequest.Builder
-
Creates an empty
Builder. - Builder() - Constructor for class com.parse.http.ParseHttpResponse.Builder
-
Creates an empty
Builder. - Builder(ParseHttpRequest) - Constructor for class com.parse.http.ParseHttpRequest.Builder
-
Creates a new
Builderbased on the givenParseHttpRequest. - Builder(ParseHttpResponse) - Constructor for class com.parse.http.ParseHttpResponse.Builder
-
Makes a new
Builderbased on the givenParseHttpResponse. - Builder(ParseQuery.State) - Constructor for class com.parse.ParseQuery.State.Builder
- Builder(ParseQuery.State.Builder<T>) - Constructor for class com.parse.ParseQuery.State.Builder
- Builder(Context) - Constructor for class com.parse.Parse.Configuration.Builder
-
Initialize a bulider with a given context.
- Builder(Class<T>) - Constructor for class com.parse.ParseQuery.State.Builder
- Builder(String) - Constructor for class com.parse.ParseQuery.State.Builder
C
- CACHE_ELSE_NETWORK - com.parse.ParseQuery.CachePolicy
-
The query first tries to load from the cache, but if that fails, it loads results from the network.
- CACHE_MISS - Static variable in exception com.parse.ParseException
-
Error code indicating the result was not found in the cache.
- CACHE_ONLY - com.parse.ParseQuery.CachePolicy
-
The query only loads from the cache, ignoring the network.
- CACHE_THEN_NETWORK - com.parse.ParseQuery.CachePolicy
-
The query first loads from the cache, then loads from the network.
- cachePolicy() - Method in class com.parse.ParseQuery.State
- callFunction(String, Map<String, ?>) - Static method in class com.parse.ParseCloud
-
Calls a cloud function.
- callFunctionInBackground(String, Map<String, ?>) - Static method in class com.parse.ParseCloud
-
Calls a cloud function in the background.
- callFunctionInBackground(String, Map<String, ?>, FunctionCallback<T>) - Static method in class com.parse.ParseCloud
-
Calls a cloud function in the background.
- cancel() - Method in class com.parse.ParseFile
-
Cancels the operations for this
ParseFileif they are still in the task queue. - cancel() - Method in class com.parse.ParseQuery
-
Cancels the current network request(s) (if any is running).
- checkInit() - Static method in class com.parse.Parse
-
Used by Parse LiveQuery
- className() - Method in class com.parse.ParseQuery.State
- cleanDirectory(File) - Static method in class com.parse.ParseFileUtils
-
Cleans a directory without deleting it.
- clear(String) - Method in class com.parse.ParseQuery
-
Clears constraints related to the given key, if any was set previously.
- clearAllCachedResults() - Static method in class com.parse.ParseQuery
-
Clears the cached result for all queries.
- clearCachedResult() - Method in class com.parse.ParseQuery
-
Removes the previously cached result for this query, forcing the next find() to hit the network.
- clearExpiration() - Method in class com.parse.ParsePush
-
Clears both expiration values, indicating that the notification should never expire.
- clientBuilder(OkHttpClient.Builder) - Method in class com.parse.Parse.Configuration.Builder
-
Set the
okhttp3.OkHttpClient.Builderto use when communicating with the Parse REST API - clientKey() - Method in class com.parse.ParsePlugins
- clientKey(String) - Method in class com.parse.Parse.Configuration.Builder
-
Set the client key to be used by Parse.
- com.parse - package com.parse
- com.parse.facebook - package com.parse.facebook
- com.parse.fcm - package com.parse.fcm
- com.parse.http - package com.parse.http
- com.parse.twitter - package com.parse.twitter
- COMMAND_UNAVAILABLE - Static variable in exception com.parse.ParseException
-
Error code indicating that the feature you tried to access is only available internally for testing purposes.
- ConfigCallback - Interface in com.parse
-
A
ConfigCallbackis used to run code afterParseConfig.getInBackground()is used to fetch a new configuration object from the server in a background thread. - CONNECTION_FAILED - Static variable in exception com.parse.ParseException
-
Error code indicating the connection to the Parse servers failed.
- constraints() - Method in class com.parse.ParseQuery.State
- containsKey(String) - Method in class com.parse.ParseObject
-
Whether this object has a particular key.
- containsPoint(ParseGeoPoint) - Method in class com.parse.ParsePolygon
-
Checks if this
ParsePolygon; containsParseGeoPoint. - copyFile(File, File) - Static method in class com.parse.ParseFileUtils
-
Copies a file to a new location preserving the file date.
- copyFile(File, File, boolean) - Static method in class com.parse.ParseFileUtils
-
Copies a file to a new location.
- count() - Method in class com.parse.ParseQuery
-
Counts the number of objects that match this query.
- CountCallback - Interface in com.parse
-
A
CountCallbackis used to run code after aParseQueryis used to count objects matching a query in a background thread. - countInBackground() - Method in class com.parse.ParseQuery
-
Counts the number of objects that match this query in a background thread.
- countInBackground(CountCallback) - Method in class com.parse.ParseQuery
-
Counts the number of objects that match this query in a background thread.
- create(Class<T>) - Static method in class com.parse.ParseObject
-
Creates a new
ParseObjectbased upon a subclass type. - create(String) - Static method in class com.parse.ParseObject
-
Creates a new
ParseObjectbased upon a class name. - createWithoutData(Class<T>, String) - Static method in class com.parse.ParseObject
-
Creates a reference to an existing
ParseObjectfor use in creating associations betweenParseObjects. - createWithoutData(String, String) - Static method in class com.parse.ParseObject
-
Creates a reference to an existing
ParseObjectfor use in creating associations betweenParseObjects. - CREATOR - Static variable in class com.parse.ParseACL
- CREATOR - Static variable in class com.parse.ParseFile
- CREATOR - Static variable in class com.parse.ParseGeoPoint
- CREATOR - Static variable in class com.parse.ParseObject
- CREATOR - Static variable in class com.parse.ParsePolygon
- CREATOR - Static variable in class com.parse.ParseRelation
D
- d(String, String) - Static method in class com.parse.PLog
- d(String, String, Throwable) - Static method in class com.parse.PLog
- decode(Object) - Method in class com.parse.ParseDecoder
- DEFAULT_PIN - Static variable in class com.parse.ParseObject
-
Default name for pinning if not specified.
- delete() - Method in class com.parse.ParseObject
-
Deletes this object on the server.
- DELETE - com.parse.http.ParseHttpRequest.Method
- deleteAll(List<T>) - Static method in class com.parse.ParseObject
-
Deletes each object in the provided list.
- deleteAllInBackground(List<T>) - Static method in class com.parse.ParseObject
-
Deletes each object in the provided list.
- deleteAllInBackground(List<T>, DeleteCallback) - Static method in class com.parse.ParseObject
-
Deletes each object in the provided list.
- DeleteCallback - Interface in com.parse
-
A
DeleteCallbackis used to run code after saving aParseObjectin a background thread. - deleteDirectory(File) - Static method in class com.parse.ParseFileUtils
-
Deletes a directory recursively.
- deleteEventually() - Method in class com.parse.ParseObject
-
Deletes this object from the server at some unspecified time in the future, even if Parse is currently inaccessible.
- deleteEventually(DeleteCallback) - Method in class com.parse.ParseObject
-
Deletes this object from the server at some unspecified time in the future, even if Parse is currently inaccessible.
- deleteInBackground() - Method in class com.parse.ParseObject
-
Deletes this object on the server in a background thread.
- deleteInBackground(DeleteCallback) - Method in class com.parse.ParseObject
-
Deletes this object on the server in a background thread.
- deleteQuietly(File) - Static method in class com.parse.ParseFileUtils
-
Deletes a file, never throwing an exception.
- describeContents() - Method in class com.parse.ParseACL
- describeContents() - Method in class com.parse.ParseFile
- describeContents() - Method in class com.parse.ParseGeoPoint
- describeContents() - Method in class com.parse.ParseObject
- describeContents() - Method in class com.parse.ParsePolygon
- describeContents() - Method in class com.parse.ParseRelation
- destroy() - Static method in class com.parse.Parse
-
Destroys this client and erases its local data store.
- distanceInKilometersTo(ParseGeoPoint) - Method in class com.parse.ParseGeoPoint
-
Get distance between this point and another
ParseGeoPointin kilometers. - distanceInMilesTo(ParseGeoPoint) - Method in class com.parse.ParseGeoPoint
-
Get distance between this point and another
ParseGeoPointin kilometers. - distanceInRadiansTo(ParseGeoPoint) - Method in class com.parse.ParseGeoPoint
-
Get distance in radians between this point and another
ParseGeoPoint. - done(byte[], ParseException) - Method in interface com.parse.GetDataCallback
-
Override this function with the code you want to run after the fetch is complete.
- done(int, ParseException) - Method in interface com.parse.CountCallback
-
Override this function with the code you want to run after the count is complete.
- done(ParseConfig, ParseException) - Method in interface com.parse.ConfigCallback
-
Override this function with the code you want to run after the fetch is complete.
- done(ParseException) - Method in interface com.parse.DeleteCallback
-
Override this function with the code you want to run after the delete is complete.
- done(ParseException) - Method in interface com.parse.LogOutCallback
-
Override this function with the code you want to run after the save is complete.
- done(ParseException) - Method in interface com.parse.RequestPasswordResetCallback
-
Override this function with the code you want to run after the request is complete.
- done(ParseException) - Method in interface com.parse.SaveCallback
-
Override this function with the code you want to run after the save is complete.
- done(ParseException) - Method in interface com.parse.SendCallback
-
Override this function with the code you want to run after the send is complete.
- done(ParseException) - Method in interface com.parse.SignUpCallback
-
Override this function with the code you want to run after the signUp is complete.
- done(ParseGeoPoint, ParseException) - Method in interface com.parse.LocationCallback
-
Override this function with the code you want to run after the location fetch is complete.
- done(ParseUser, ParseException) - Method in interface com.parse.LogInCallback
-
Override this function with the code you want to run after the save is complete.
- done(File, ParseException) - Method in interface com.parse.GetFileCallback
-
Override this function with the code you want to run after the fetch is complete.
- done(InputStream, ParseException) - Method in interface com.parse.GetDataStreamCallback
-
Override this function with the code you want to run after the fetch is complete.
- done(Integer) - Method in interface com.parse.ProgressCallback
-
Override this function with your desired callback.
- done(List<T>, ParseException) - Method in interface com.parse.FindCallback
-
Override this function with the code you want to run after the fetch is complete.
- done(T, ParseException) - Method in interface com.parse.FunctionCallback
-
Override this function with the code you want to run after the cloud function is complete.
- done(T, ParseException) - Method in interface com.parse.GetCallback
-
Override this function with the code you want to run after the fetch is complete.
- DUPLICATE_VALUE - Static variable in exception com.parse.ParseException
-
Error code indicating that a unique field was given a value that is already taken.
E
- e(String, String) - Static method in class com.parse.PLog
- e(String, String, Throwable) - Static method in class com.parse.PLog
- EMAIL_MISSING - Static variable in exception com.parse.ParseException
-
Error code indicating that the email is missing, but must be specified.
- EMAIL_NOT_FOUND - Static variable in exception com.parse.ParseException
-
Error code indicating that a user with the specified email was not found.
- EMAIL_TAKEN - Static variable in exception com.parse.ParseException
-
Error code indicating that the email has already been taken.
- enableAutomaticUser() - Static method in class com.parse.ParseUser
-
Enables automatic creation of anonymous users.
- enableLocalDatastore(Context) - Static method in class com.parse.Parse
-
Enable pinning in your application.
- enableLocalDataStore() - Method in class com.parse.Parse.Configuration.Builder
-
Enable pinning in your application.
- enableRevocableSessionInBackground() - Static method in class com.parse.ParseUser
-
Enables revocable sessions.
- encode(Object) - Method in class com.parse.ParseEncoder
- encodeRelatedObject(ParseObject) - Method in class com.parse.PointerEncoder
- encodeRelatedObject(ParseObject) - Method in class com.parse.PointerOrLocalIdEncoder
- equals(Object) - Method in class com.parse.ParseGeoPoint
- equals(Object) - Method in class com.parse.ParsePolygon
- EXCEEDED_QUOTA - Static variable in exception com.parse.ParseException
-
Error code indicating that an application quota was exceeded.
- extraOptions() - Method in class com.parse.ParseQuery.State
F
- fetch() - Method in class com.parse.ParseObject
-
Fetches this object with the data from the server.
- fetch() - Method in class com.parse.ParseUser
- fetchAll(List<T>) - Static method in class com.parse.ParseObject
-
Fetches all the objects in the provided list.
- fetchAllIfNeeded(List<T>) - Static method in class com.parse.ParseObject
-
Fetches all the objects that don't have data in the provided list.
- fetchAllIfNeededInBackground(List<T>) - Static method in class com.parse.ParseObject
-
Fetches all the objects that don't have data in the provided list in the background.
- fetchAllIfNeededInBackground(List<T>, FindCallback<T>) - Static method in class com.parse.ParseObject
-
Fetches all the objects that don't have data in the provided list in the background.
- fetchAllInBackground(List<T>) - Static method in class com.parse.ParseObject
-
Fetches all the objects in the provided list in the background.
- fetchAllInBackground(List<T>, FindCallback<T>) - Static method in class com.parse.ParseObject
-
Fetches all the objects in the provided list in the background.
- fetchFromLocalDatastore() - Method in class com.parse.ParseObject
-
Loads data from the local datastore into this object, if it has not been fetched from the server already.
- fetchFromLocalDatastoreInBackground(GetCallback<T>) - Method in class com.parse.ParseObject
-
Loads data from the local datastore into this object, if it has not been fetched from the server already.
- fetchIfNeeded() - Method in class com.parse.ParseObject
-
If this
ParseObjecthas not been fetched (i.e. - fetchIfNeeded() - Method in class com.parse.ParseUser
- fetchIfNeededInBackground() - Method in class com.parse.ParseObject
-
If this
ParseObjecthas not been fetched (i.e. - fetchIfNeededInBackground(GetCallback<T>) - Method in class com.parse.ParseObject
-
If this
ParseObjecthas not been fetched (i.e. - fetchInBackground() - Method in class com.parse.ParseObject
-
Fetches this object with the data from the server in a background thread.
- fetchInBackground(GetCallback<T>) - Method in class com.parse.ParseObject
-
Fetches this object with the data from the server in a background thread.
- FILE_DELETE_ERROR - Static variable in exception com.parse.ParseException
-
Error code indicating that deleting a file failed.
- find() - Method in class com.parse.ParseQuery
-
Retrieves a list of
ParseObjects that satisfy this query. - FindCallback<T extends ParseObject> - Interface in com.parse
-
A
FindCallbackis used to run code after aParseQueryis used to fetch a list ofParseObjects in a background thread. - findInBackground() - Method in class com.parse.ParseQuery
-
Retrieves a list of
ParseObjects that satisfy this query from the source in a background thread. - findInBackground(FindCallback<T>) - Method in class com.parse.ParseQuery
-
Retrieves a list of
ParseObjects that satisfy this query from the source in a background thread. - forceDelete(File) - Static method in class com.parse.ParseFileUtils
-
Deletes a file.
- fromJSON(JSONObject, String, ParseDecoder) - Static method in class com.parse.ParseObject
-
Creates a new
ParseObjectbased on data from the Parse server. - fromJSON(JSONObject, String, ParseDecoder, Set<String>) - Static method in class com.parse.ParseObject
-
Creates a new
ParseObjectbased on data from the Parse server. - fromLocalDatastore() - Method in class com.parse.ParseQuery
-
Change the source of this query to all pinned objects.
- fromLocalDatastore() - Method in class com.parse.ParseQuery.State.Builder
- fromNetwork() - Method in class com.parse.ParseQuery
-
Change the source of this query to the server.
- fromNetwork() - Method in class com.parse.ParseQuery.State.Builder
- fromPin() - Method in class com.parse.ParseQuery
-
Change the source of this query to the default group of pinned objects.
- fromPin() - Method in class com.parse.ParseQuery.State.Builder
- fromPin(String) - Method in class com.parse.ParseQuery
-
Change the source of this query to a specific group of pinned objects.
- fromPin(String) - Method in class com.parse.ParseQuery.State.Builder
- fromString(String) - Static method in enum com.parse.http.ParseHttpRequest.Method
-
Creates a
Methodfrom the given string. - FunctionCallback<T> - Interface in com.parse
-
A
FunctionCallbackis used to run code afterParseCloud.callFunction(java.lang.String, java.util.Map<java.lang.String, ?>)is used to run a Cloud Function in a background thread.
G
- get() - Static method in class com.parse.ParseConfig
-
Fetches a new configuration object from the server.
- get() - Static method in class com.parse.ParseDecoder
- get() - Static method in class com.parse.ParsePlugins
- get() - Static method in class com.parse.PointerEncoder
- get() - Static method in class com.parse.PointerOrLocalIdEncoder
- get(String) - Method in class com.parse.ParseConfig
-
Access a value.
- get(String) - Method in class com.parse.ParseObject
-
Access a value.
- get(String) - Method in class com.parse.ParseQuery
-
Constructs a
ParseObjectwhose id is already known by fetching data from the source. - get(String, Object) - Method in class com.parse.ParseConfig
-
Access a value, returning a default value if the key doesn't exist.
- GET - com.parse.http.ParseHttpRequest.Method
- getACL() - Method in class com.parse.ParseObject
-
Access the
ParseACLgoverning this object. - getAllHeaders() - Method in class com.parse.http.ParseHttpRequest
-
Gets all headers from this
ParseHttpRequest. - getAllHeaders() - Method in class com.parse.http.ParseHttpResponse
-
Gets all headers from this
ParseHttpResponse. - getAllNestedFiles(String, List<File>) - Static method in class com.parse.ParseFileUtils
-
Get all files path from an given directory (including sub-directory).
- getApplicationContext() - Static method in class com.parse.Parse
- getApplicationMetadata(Context) - Static method in class com.parse.ManifestInfo
- getAuthToken() - Method in class com.parse.twitter.Twitter
- getAuthTokenSecret() - Method in class com.parse.twitter.Twitter
- getBody() - Method in class com.parse.http.ParseHttpRequest
-
Gets http body of this
ParseHttpRequest. - getBoolean(String) - Method in class com.parse.ParseConfig
-
Access a
booleanvalue. - getBoolean(String) - Method in class com.parse.ParseObject
-
Access a
booleanvalue. - getBoolean(String, boolean) - Method in class com.parse.ParseConfig
-
Access a
booleanvalue, returning a default value if it doesn't exist. - getBuilder() - Method in class com.parse.ParseQuery
- getBytes(String) - Method in class com.parse.ParseObject
-
Access a
byte[]value. - getCachePolicy() - Method in class com.parse.ParseQuery
- getCachePolicy() - Method in class com.parse.ParseQuery.State.Builder
- GetCallback<T extends ParseObject> - Interface in com.parse
-
A
GetCallbackis used to run code after aParseQueryis used to fetch aParseObjectin a background thread. - getClassName() - Method in class com.parse.ParseObject
-
Accessor to the class name.
- getClassName() - Method in class com.parse.ParseQuery
-
Accessor for the class name.
- getClassName() - Method in class com.parse.ParseQuery.State.Builder
- getCode() - Method in exception com.parse.ParseException
-
Access the code for this error.
- getConsumerKey() - Method in class com.parse.twitter.Twitter
- getConsumerSecret() - Method in class com.parse.twitter.Twitter
- getContent() - Method in class com.parse.http.ParseHttpBody
-
Returns the content of this body.
- getContent() - Method in class com.parse.http.ParseHttpResponse
-
Returns the content of the
ParseHttpResponse's body. - getContentLength() - Method in class com.parse.http.ParseHttpBody
-
Returns the number of bytes which will be written to
outwhenParseHttpBody.writeTo(java.io.OutputStream)is called, or-1if that count is unknown. - getContentType() - Method in class com.parse.http.ParseHttpBody
-
Returns the
Content-Typeof this body. - getContentType() - Method in class com.parse.http.ParseHttpResponse
-
Gets the
Content-Typeof thisParseHttpResponse. - getCoordinates() - Method in class com.parse.ParsePolygon
-
Get coordinates.
- getCreatedAt() - Method in class com.parse.ParseObject
-
This reports time as the server sees it, so that if you create a
ParseObject, then wait a while, and then callParseObject.save(), the creation time will be the time of the firstParseObject.save()call rather than the time the object was created locally. - getCurrentConfig() - Static method in class com.parse.ParseConfig
-
Retrieves the most recently-fetched configuration object, either from memory or disk if necessary.
- getCurrentInstallation() - Static method in class com.parse.ParseInstallation
- getCurrentLocationInBackground(long) - Static method in class com.parse.ParseGeoPoint
-
Asynchronously fetches the current location of the device.
- getCurrentLocationInBackground(long, LocationCallback) - Static method in class com.parse.ParseGeoPoint
-
Asynchronously fetches the current location of the device.
- getCurrentLocationInBackground(long, Criteria) - Static method in class com.parse.ParseGeoPoint
-
Asynchronously fetches the current location of the device.
- getCurrentLocationInBackground(long, Criteria, LocationCallback) - Static method in class com.parse.ParseGeoPoint
-
Asynchronously fetches the current location of the device.
- getCurrentSessionInBackground() - Static method in class com.parse.ParseSession
-
Get the current
ParseSessionobject related to the current user. - getCurrentSessionInBackground(GetCallback<ParseSession>) - Static method in class com.parse.ParseSession
-
Get the current
ParseSessionobject related to the current user. - getCurrentSessionToken() - Static method in class com.parse.ParseUser
- getCurrentSessionTokenAsync() - Static method in class com.parse.ParseUser
- getCurrentUser() - Static method in class com.parse.ParseUser
-
This retrieves the currently logged in ParseUser with a valid session, either from memory or disk if necessary.
- getData() - Method in class com.parse.ParseFile
-
Synchronously gets the data from cache if available or fetches its content from the network.
- GetDataCallback - Interface in com.parse
-
A
GetDataCallbackis used to run code after aParseFilefetches its data on a background thread. - getDataInBackground() - Method in class com.parse.ParseFile
-
Asynchronously gets the data from cache if available or fetches its content from the network.
- getDataInBackground(GetDataCallback) - Method in class com.parse.ParseFile
-
Asynchronously gets the data from cache if available or fetches its content from the network.
- getDataInBackground(GetDataCallback, ProgressCallback) - Method in class com.parse.ParseFile
-
Asynchronously gets the data from cache if available or fetches its content from the network.
- getDataInBackground(ProgressCallback) - Method in class com.parse.ParseFile
-
Asynchronously gets the data from cache if available or fetches its content from the network.
- getDataStream() - Method in class com.parse.ParseFile
-
Synchronously gets the data stream from cached file if available or fetches its content from the network, saves the content as cached file and returns the data stream of the cached file.
- GetDataStreamCallback - Interface in com.parse
-
A
GetDataStreamCallbackis used to run code after aParseFilefetches its data on a background thread. - getDataStreamInBackground() - Method in class com.parse.ParseFile
-
Asynchronously gets the data stream from cached file if available or fetches its content from the network, saves the content as cached file and returns the data stream of the cached file.
- getDataStreamInBackground(GetDataStreamCallback) - Method in class com.parse.ParseFile
-
Asynchronously gets the data stream from cached file if available or fetches its content from the network, saves the content as cached file and returns the data stream of the cached file.
- getDataStreamInBackground(GetDataStreamCallback, ProgressCallback) - Method in class com.parse.ParseFile
-
Asynchronously gets the data stream from cached file if available or fetches its content from the network, saves the content as cached file and returns the data stream of the cached file.
- getDataStreamInBackground(ProgressCallback) - Method in class com.parse.ParseFile
-
Asynchronously gets the data stream from cached file if available or fetches its content from the network, saves the content as cached file and returns the data stream of the cached file.
- getDate(String) - Method in class com.parse.ParseConfig
-
Access a
Datevalue. - getDate(String) - Method in class com.parse.ParseObject
-
Access a
Datevalue. - getDate(String, Date) - Method in class com.parse.ParseConfig
-
Access a
Datevalue, returning a default value if it doesn't exist. - getDescription() - Method in exception com.parse.twitter.OAuth1FlowException
- getDeviceToken() - Method in class com.parse.ParseInstallation
- getDisplayName(Context) - Static method in class com.parse.ManifestInfo
-
Returns the display name of the app used by the app launcher, as specified by the android:label attribute in the
element of the manifest. - getDouble(String) - Method in class com.parse.ParseConfig
-
Access a
doublevalue. - getDouble(String) - Method in class com.parse.ParseObject
-
Access a
doublevalue. - getDouble(String, double) - Method in class com.parse.ParseConfig
-
Access a
doublevalue, returning a default value if it doesn't exist. - getEmail() - Method in class com.parse.ParseUser
-
Retrieves the email address.
- getErrorCode() - Method in exception com.parse.twitter.OAuth1FlowException
- getFailingUrl() - Method in exception com.parse.twitter.OAuth1FlowException
- getFile() - Method in class com.parse.ParseFile
-
Synchronously gets the file pointer from cache if available or fetches its content from the network.
- GetFileCallback - Interface in com.parse
-
A
GetFileCallbackis used to run code after aParseFilefetches its data on a background thread. - getFileInBackground() - Method in class com.parse.ParseFile
-
Asynchronously gets the file pointer from cache if available or fetches its content from the network.
- getFileInBackground(GetFileCallback) - Method in class com.parse.ParseFile
-
Asynchronously gets the file pointer from cache if available or fetches its content from the network.
- getFileInBackground(GetFileCallback, ProgressCallback) - Method in class com.parse.ParseFile
-
Asynchronously gets the file pointer from cache if available or fetches its content from the network.
- getFileInBackground(ProgressCallback) - Method in class com.parse.ParseFile
-
Asynchronously gets the file pointer from cache if available or fetches its content from the network.
- getFirst() - Method in class com.parse.ParseQuery
-
Retrieves at most one
ParseObjectthat satisfies this query. - getFirstInBackground() - Method in class com.parse.ParseQuery
-
Retrieves at most one
ParseObjectthat satisfies this query from the source in a background thread. - getFirstInBackground(GetCallback<T>) - Method in class com.parse.ParseQuery
-
Retrieves at most one
ParseObjectthat satisfies this query from the source in a background thread. - getHeader(String) - Method in class com.parse.http.ParseHttpRequest
-
Retrieves the header value from this
ParseHttpRequestby the given header name. - getHeader(String) - Method in class com.parse.http.ParseHttpResponse
-
Retrieves the header value from this
ParseHttpResponseby the given header name. - getIconId() - Static method in class com.parse.ManifestInfo
-
Returns the default icon id used by this application, as specified by the android:icon attribute in the
element of the manifest. - getInBackground() - Static method in class com.parse.ParseConfig
-
Fetches a new configuration object from the server in a background thread.
- getInBackground(ConfigCallback) - Static method in class com.parse.ParseConfig
-
Fetches a new configuration object from the server in a background thread.
- getInBackground(String) - Method in class com.parse.ParseQuery
-
Constructs a
ParseObjectwhose id is already known by fetching data from the source in a background thread. - getInBackground(String, GetCallback<T>) - Method in class com.parse.ParseQuery
-
Constructs a
ParseObjectwhose id is already known by fetching data from the source in a background thread. - getInstallationId() - Method in class com.parse.ParseInstallation
-
Returns the unique ID of this installation.
- getInstance() - Static method in class com.parse.PushRouter
- getInt(String) - Method in class com.parse.ParseConfig
-
Access an
intvalue. - getInt(String) - Method in class com.parse.ParseObject
-
Access an
intvalue. - getInt(String, int) - Method in class com.parse.ParseConfig
-
Access an
intvalue, returning a default value if it doesn't exist. - getJSONArray(String) - Method in class com.parse.ParseConfig
-
Access a
JSONArrayvalue. - getJSONArray(String) - Method in class com.parse.ParseObject
-
Access a
JSONArrayvalue. - getJSONArray(String, JSONArray) - Method in class com.parse.ParseConfig
-
Access a
JSONArrayvalue, returning a default value if it doesn't exist. - getJSONObject(String) - Method in class com.parse.ParseConfig
-
Access a
JSONObjectvalue. - getJSONObject(String) - Method in class com.parse.ParseObject
-
Access a
JSONObjectvalue. - getJSONObject(String, JSONObject) - Method in class com.parse.ParseConfig
-
Access a
JSONObjectvalue, returning a default value if it doesn't exist. - getLastReceivedTimestamp() - Method in class com.parse.PushRouter
- getLatitude() - Method in class com.parse.ParseGeoPoint
-
Get latitude.
- getLimit() - Method in class com.parse.ParseQuery
-
Accessor for the limit.
- getLimit() - Method in class com.parse.ParseQuery.State.Builder
- getList(String) - Method in class com.parse.ParseConfig
-
Access a
Listvalue. - getList(String) - Method in class com.parse.ParseObject
-
Access a
Listvalue. - getList(String, List<T>) - Method in class com.parse.ParseConfig
-
Access a
Listvalue, returning a default value if it doesn't exist. - getLogLevel() - Static method in class com.parse.Parse
-
Returns the level of logging that will be displayed.
- getLogLevel() - Static method in class com.parse.PLog
-
Returns the level of logging that will be displayed.
- getLong(String) - Method in class com.parse.ParseConfig
-
Access a
longvalue. - getLong(String) - Method in class com.parse.ParseObject
-
Access a
longvalue. - getLong(String, long) - Method in class com.parse.ParseConfig
-
Access a
longvalue, returning a default value if it doesn't exist. - getLongitude() - Method in class com.parse.ParseGeoPoint
-
Get longitude.
- getMap(String) - Method in class com.parse.ParseConfig
-
Access a
Mapvalue. - getMap(String) - Method in class com.parse.ParseObject
-
Access a
Mapvalue - getMap(String, Map<String, V>) - Method in class com.parse.ParseConfig
-
Access a
Mapvalue, returning a default value if it doesn't exist. - getMaxCacheAge() - Method in class com.parse.ParseQuery
-
Gets the maximum age of cached data that will be considered in this query.
- getMaxCacheAge() - Method in class com.parse.ParseQuery.State.Builder
- getMethod() - Method in class com.parse.http.ParseHttpRequest
-
Gets the
Methodof thisParseHttpRequest. - getName() - Method in class com.parse.ParseFile
-
The filename.
- getName() - Method in class com.parse.ParseRole
-
Gets the name of the role.
- getNumber(String) - Method in class com.parse.ParseConfig
-
Access a numerical value.
- getNumber(String) - Method in class com.parse.ParseObject
-
Access a
Numbervalue. - getNumber(String, Number) - Method in class com.parse.ParseConfig
-
Access a numerical value, returning a default value if it doesn't exist.
- getObjectId() - Method in class com.parse.ParseObject
-
Accessor to the object id.
- getParseCacheDir(String) - Static method in class com.parse.Parse
- getParseFile(String) - Method in class com.parse.ParseConfig
-
Access a
ParseFilevalue. - getParseFile(String) - Method in class com.parse.ParseObject
-
Access a
ParseFilevalue. - getParseFile(String, ParseFile) - Method in class com.parse.ParseConfig
-
Access a
ParseFilevalue, returning a default value if it doesn't exist. - getParseGeoPoint(String) - Method in class com.parse.ParseConfig
-
Access a
ParseGeoPointvalue. - getParseGeoPoint(String) - Method in class com.parse.ParseObject
-
Access a
ParseGeoPointvalue. - getParseGeoPoint(String, ParseGeoPoint) - Method in class com.parse.ParseConfig
-
Access a
ParseGeoPointvalue, returning a default value if it doesn't exist. - getParseObject(String) - Method in class com.parse.ParseObject
-
Access a
ParseObjectvalue. - getParsePolygon(String) - Method in class com.parse.ParseObject
-
Access a
ParsePolygonvalue. - getParseUser(String) - Method in class com.parse.ParseObject
-
Access a
ParseUservalue. - getPublicReadAccess() - Method in class com.parse.ParseACL
-
Get whether the public is allowed to read this object.
- getPublicWriteAccess() - Method in class com.parse.ParseACL
-
Set whether the public is allowed to write this object.
- getPushType() - Method in class com.parse.ParseInstallation
- getQuery() - Static method in class com.parse.ParseInstallation
-
Constructs a query for
ParseInstallation. - getQuery() - Method in class com.parse.ParseRelation
-
Gets a query that can be used to query the objects in this relation.
- getQuery() - Static method in class com.parse.ParseRole
-
Gets a
ParseQueryover the Role collection. - getQuery() - Static method in class com.parse.ParseSession
-
Constructs a query for
ParseSession. - getQuery() - Static method in class com.parse.ParseUser
-
Constructs a query for
ParseUser. - getQuery(Class<T>) - Static method in class com.parse.ParseQuery
-
Creates a new query for the given
ParseObjectsubclass type. - getQuery(String) - Static method in class com.parse.ParseQuery
-
Creates a new query for the given class name.
- getReadAccess(ParseUser) - Method in class com.parse.ParseACL
-
Get whether the given user id is *explicitly* allowed to read this object.
- getReadAccess(String) - Method in class com.parse.ParseACL
-
Get whether the given user id is *explicitly* allowed to read this object.
- getReasonPhrase() - Method in class com.parse.http.ParseHttpResponse
-
Gets the reason phrase of this
ParseHttpResponse. - getRelation(String) - Method in class com.parse.ParseObject
-
Access or create a
ParseRelationvalue for a key - getRoleReadAccess(ParseRole) - Method in class com.parse.ParseACL
-
Get whether users belonging to the given role are allowed to read this object.
- getRoleReadAccess(String) - Method in class com.parse.ParseACL
-
Get whether users belonging to the role with the given roleName are allowed to read this object.
- getRoles() - Method in class com.parse.ParseRole
-
Gets the
ParseRelationfor theParseRoles that are direct children of this role. - getRoleWriteAccess(ParseRole) - Method in class com.parse.ParseACL
-
Get whether users belonging to the given role are allowed to write this object.
- getRoleWriteAccess(String) - Method in class com.parse.ParseACL
-
Get whether users belonging to the role with the given roleName are allowed to write this object.
- getScreenName() - Method in class com.parse.twitter.Twitter
- getServer() - Static method in class com.parse.Parse
-
Returns the current server URL.
- getSessionToken() - Method in class com.parse.ParseSession
- getSessionToken() - Method in class com.parse.ParseUser
- getSkip() - Method in class com.parse.ParseQuery
-
Accessor for the skip value.
- getSkip() - Method in class com.parse.ParseQuery.State.Builder
- getStatusCode() - Method in class com.parse.http.ParseHttpResponse
-
Gets the status code of this
ParseHttpResponse. - getString(String) - Method in class com.parse.ParseConfig
-
Access a
Stringvalue. - getString(String) - Method in class com.parse.ParseObject
-
Access a
Stringvalue. - getString(String, String) - Method in class com.parse.ParseConfig
-
Access a
Stringvalue, returning a default value if it doesn't exist. - getTotalSize() - Method in class com.parse.http.ParseHttpResponse
-
Returns the size of the
ParseHttpResponse's body. - getTwitter() - Static method in class com.parse.twitter.ParseTwitterUtils
-
Gets the shared
Twittersingleton that Parse is using. - getUpdatedAt() - Method in class com.parse.ParseObject
-
This reports time as the server sees it, so that if you make changes to a
ParseObject, then wait a while, and then callParseObject.save(), the updated time will be the time of theParseObject.save()call rather than the time the object was changed locally. - getUrl() - Method in class com.parse.http.ParseHttpRequest
-
Gets the url of this
ParseHttpRequest. - getUrl() - Method in class com.parse.ParseFile
-
This returns the url of the file.
- getUserId() - Method in class com.parse.twitter.Twitter
- getUsername() - Method in class com.parse.ParseUser
-
Retrieves the username.
- getUsers() - Method in class com.parse.ParseRole
-
Gets the
ParseRelationfor theParseUsers that are direct children of this role. - getVersionCode() - Static method in class com.parse.ManifestInfo
-
Returns the version code for this app, as specified by the android:versionCode attribute in the
element of the manifest. - getVersionName() - Static method in class com.parse.ManifestInfo
-
Returns the version name for this app, as specified by the android:versionName attribute in the
element of the manifest. - getWriteAccess(ParseUser) - Method in class com.parse.ParseACL
-
Get whether the given user id is *explicitly* allowed to write this object.
- getWriteAccess(String) - Method in class com.parse.ParseACL
-
Get whether the given user id is *explicitly* allowed to write this object.
H
- handlePush(String, String, String, JSONObject) - Method in class com.parse.PushRouter
- has(String) - Method in class com.parse.ParseObject
-
Whether this object has a particular key.
- hasCachedResult() - Method in class com.parse.ParseQuery
-
Returns whether or not this query has a cached result.
- hasSameId(ParseObject) - Method in class com.parse.ParseObject
I
- i(String, String) - Static method in class com.parse.PLog
- i(String, String, Throwable) - Static method in class com.parse.PLog
- IGNORE_CACHE - com.parse.ParseQuery.CachePolicy
-
The query does not load from the cache or save results to the cache.
- ignoreACLs() - Method in class com.parse.ParseQuery
-
Ignore ACLs when querying from the Local Datastore.
- ignoreACLs() - Method in class com.parse.ParseQuery.State.Builder
- ignoreACLs() - Method in class com.parse.ParseQuery.State
- include(String) - Method in class com.parse.ParseQuery
-
Include nested
ParseObjects for the provided key. - include(String) - Method in class com.parse.ParseQuery.State.Builder
-
Include nested
ParseObjects for the provided key. - includes() - Method in class com.parse.ParseQuery.State
- INCORRECT_TYPE - Static variable in exception com.parse.ParseException
-
Error code indicating that a field was set to an inconsistent type.
- increment(String) - Method in class com.parse.ParseObject
-
Atomically increments the given key by 1.
- increment(String, Number) - Method in class com.parse.ParseObject
-
Atomically increments the given key by the given number.
- initialize(Parse.Configuration) - Static method in class com.parse.Parse
-
Authenticates this client as belonging to your application.
- initialize(Context) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Initializes
ParseFacebookUtilsandcom.facebook.FacebookSdk. - initialize(Context, int) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Initializes
ParseFacebookUtilsandcom.facebook.FacebookSdk. - initialize(String, String) - Static method in class com.parse.twitter.ParseTwitterUtils
-
Initializes Twitter for use with Parse.
- initialize(String, String, String) - Static method in class com.parse.twitter.ParseTwitterUtils
-
Initializes Twitter for use with Parse.
- INVALID_ACL - Static variable in exception com.parse.ParseException
-
Error code indicating an invalid ACL was provided.
- INVALID_CHANNEL_NAME - Static variable in exception com.parse.ParseException
-
Error code indicating an invalid channel name.
- INVALID_CLASS_NAME - Static variable in exception com.parse.ParseException
-
Error code indicating a missing or invalid classname.
- INVALID_EMAIL_ADDRESS - Static variable in exception com.parse.ParseException
-
Error code indicating that the email address was invalid.
- INVALID_EVENT_NAME - Static variable in exception com.parse.ParseException
-
Error code indicating that the provided event name is invalid.
- INVALID_FILE_NAME - Static variable in exception com.parse.ParseException
-
Error code indicating that an invalid filename was used for ParseFile.
- INVALID_JSON - Static variable in exception com.parse.ParseException
-
Error code indicating that badly formed JSON was received upstream.
- INVALID_KEY_NAME - Static variable in exception com.parse.ParseException
-
Error code indicating an invalid key name.
- INVALID_LINKED_SESSION - Static variable in exception com.parse.ParseException
-
Error code indicating that a user with a linked (e.g.
- INVALID_NESTED_KEY - Static variable in exception com.parse.ParseException
-
Error code indicating that an invalid key was used in a nested JSONObject.
- INVALID_POINTER - Static variable in exception com.parse.ParseException
-
Error code indicating a malformed pointer.
- INVALID_QUERY - Static variable in exception com.parse.ParseException
-
Error code indicating you tried to query with a datatype that doesn't support it, like exact matching an array or object.
- INVALID_ROLE_NAME - Static variable in exception com.parse.ParseException
-
Error code indicating that a role's name is invalid.
- INVALID_SESSION_TOKEN - Static variable in exception com.parse.ParseException
-
Error code indicating that the current session token is invalid.
- isAllowCustomObjectId() - Static method in class com.parse.Parse
- isAuthenticated() - Method in class com.parse.ParseUser
-
Whether the ParseUser has been authenticated on this device.
- isDataAvailable() - Method in class com.parse.ParseFile
-
Whether the file has available data.
- isDataAvailable() - Method in class com.parse.ParseObject
-
Gets whether the
ParseObjecthas been fetched. - isDataAvailable(String) - Method in class com.parse.ParseObject
-
Gets whether the
ParseObjectspecified key has been fetched. - isDirty() - Method in class com.parse.ParseFile
-
Whether the file still needs to be saved.
- isDirty() - Method in class com.parse.ParseObject
-
Whether any key-value pair in this object (or its children) has been added/updated/removed and not saved yet.
- isDirty(String) - Method in class com.parse.ParseObject
-
Whether a value associated with a key has been added/updated/removed and not saved yet.
- isFromLocalDatastore() - Method in class com.parse.ParseQuery.State
- isFromLocalDatstore() - Method in class com.parse.ParseQuery.State.Builder
- isFromNetwork() - Method in class com.parse.ParseQuery.State.Builder
- isLinked(ParseUser) - Static method in class com.parse.facebook.ParseFacebookUtils
- isLinked(ParseUser) - Static method in class com.parse.ParseAnonymousUtils
-
Whether the user is logged in anonymously.
- isLinked(ParseUser) - Static method in class com.parse.twitter.ParseTwitterUtils
- isLinked(String) - Method in class com.parse.ParseUser
-
Indicates whether this user is linked with a third party authentication source.
- isLocalDatastoreEnabled() - Static method in class com.parse.Parse
- isNew() - Method in class com.parse.ParseUser
-
Indicates whether this
ParseUserwas created during this session through a call toParseUser.signUp()or by logging in with a linked service such as Facebook. - isRunning() - Method in class com.parse.ParseQuery
- isSymlink(File) - Static method in class com.parse.ParseFileUtils
-
Determines whether the specified file is a Symbolic Link rather than an actual file.
- isTracingEnabled() - Method in class com.parse.ParseQuery.State
K
- KEY_CREATED_AT - Static variable in class com.parse.ParseObject
- KEY_OBJECT_ID - Static variable in class com.parse.ParseObject
- KEY_PUSH_CHANNEL - Static variable in class com.parse.ParsePushBroadcastReceiver
-
The name of the Intent extra which contains a channel used to route this notification.
- KEY_PUSH_DATA - Static variable in class com.parse.ParsePushBroadcastReceiver
-
The name of the Intent extra which contains the JSON payload of the Notification.
- KEY_UPDATED_AT - Static variable in class com.parse.ParseObject
- keySet() - Method in class com.parse.ParseObject
-
Returns a set view of the keys contained in this object.
L
- limit() - Method in class com.parse.ParseQuery.State
- link(ParseUser, Context, SaveCallback) - Static method in class com.parse.twitter.ParseTwitterUtils
-
Links a ParseUser to a Twitter account, allowing you to use Twitter for authentication, and providing access to Twitter data for the user.
- link(ParseUser, String, String, String, String, SaveCallback) - Static method in class com.parse.twitter.ParseTwitterUtils
-
Links a ParseUser to a Twitter account, allowing you to use Twitter for authentication, and providing access to Twitter data for the user.
- LINKED_ID_MISSING - Static variable in exception com.parse.ParseException
-
Error code indicating that a user cannot be linked to an account because that account's id could not be found.
- linkInBackground(ParseUser, AccessToken) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Link an existing Parse user with a Facebook account using authorization credentials that have already been obtained.
- linkInBackground(ParseUser, AccessToken, SaveCallback) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Link an existing Parse user with a Facebook account using authorization credentials that have already been obtained.
- linkInBackground(ParseUser, String, String, String, String) - Static method in class com.parse.twitter.ParseTwitterUtils
-
Links a ParseUser to a Twitter account, allowing you to use Twitter for authentication, and providing access to Twitter data for the user.
- linkInBackground(Context, ParseUser) - Static method in class com.parse.twitter.ParseTwitterUtils
-
Links a ParseUser to a Twitter account, allowing you to use Twitter for authentication, and providing access to Twitter data for the user.
- linkWithInBackground(String, Map<String, String>) - Method in class com.parse.ParseUser
-
Links this user to a third party authentication source.
- linkWithPublishPermissionsInBackground(ParseUser, Activity, Collection<String>) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Link an existing Parse user to Facebook with the requested publish permissions.
- linkWithPublishPermissionsInBackground(ParseUser, Activity, Collection<String>, SaveCallback) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Link an existing Parse user to Facebook with the requested publish permissions.
- linkWithPublishPermissionsInBackground(ParseUser, Fragment, Collection<String>) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Link an existing Parse user to Facebook with the requested publish permissions.
- linkWithPublishPermissionsInBackground(ParseUser, Fragment, Collection<String>, SaveCallback) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Link an existing Parse user to Facebook with the requested publish permissions.
- linkWithReadPermissionsInBackground(ParseUser, Activity, Collection<String>) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Link an existing Parse user to Facebook with the requested read permissions.
- linkWithReadPermissionsInBackground(ParseUser, Activity, Collection<String>, SaveCallback) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Link an existing Parse user to Facebook with the requested read permissions.
- linkWithReadPermissionsInBackground(ParseUser, Fragment, Collection<String>) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Link an existing Parse user to Facebook with the requested read permissions.
- linkWithReadPermissionsInBackground(ParseUser, Fragment, Collection<String>, SaveCallback) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Link an existing Parse user to Facebook with the requested read permissions.
- LocationCallback - Interface in com.parse
-
A
LocationCallbackis used to run code after a Location has been fetched bycom.parse.ParseGeoPoint#getCurrentLocationInBackground(long, android.location.Criteria). - LOG_LEVEL_DEBUG - Static variable in class com.parse.Parse
- LOG_LEVEL_ERROR - Static variable in class com.parse.Parse
- LOG_LEVEL_INFO - Static variable in class com.parse.Parse
- LOG_LEVEL_NONE - Static variable in class com.parse.Parse
- LOG_LEVEL_NONE - Static variable in class com.parse.PLog
- LOG_LEVEL_VERBOSE - Static variable in class com.parse.Parse
- LOG_LEVEL_WARNING - Static variable in class com.parse.Parse
- logIn(LogInCallback) - Static method in class com.parse.ParseAnonymousUtils
-
Creates an anonymous user in the background.
- logIn(Context, LogInCallback) - Static method in class com.parse.twitter.ParseTwitterUtils
-
Logs in a ParseUser using Twitter for authentication.
- logIn(String, String) - Static method in class com.parse.ParseUser
-
Logs in a user with a username and password.
- logIn(String, String, String, String, LogInCallback) - Static method in class com.parse.twitter.ParseTwitterUtils
-
Logs in a ParseUser using Twitter for authentication.
- LogInCallback - Interface in com.parse
-
A
LogInCallbackis used to run code after logging in a user. - logInInBackground() - Static method in class com.parse.ParseAnonymousUtils
-
Creates an anonymous user in the background.
- logInInBackground(AccessToken) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Log in using a Facebook account using authorization credentials that have already been obtained.
- logInInBackground(AccessToken, LogInCallback) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Log in using a Facebook account using authorization credentials that have already been obtained.
- logInInBackground(Context) - Static method in class com.parse.twitter.ParseTwitterUtils
-
Logs in a ParseUser using Twitter for authentication.
- logInInBackground(String, String) - Static method in class com.parse.ParseUser
-
Logs in a user with a username and password.
- logInInBackground(String, String, LogInCallback) - Static method in class com.parse.ParseUser
-
Logs in a user with a username and password.
- logInInBackground(String, String, String, String) - Static method in class com.parse.twitter.ParseTwitterUtils
-
Logs in a ParseUser using Twitter for authentication.
- logInWithInBackground(String, Map<String, String>) - Static method in class com.parse.ParseUser
-
Logs in a user with third party authentication credentials.
- logInWithPublishPermissionsInBackground(Activity, Collection<String>) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Log in using Facebook login with the requested publish permissions.
- logInWithPublishPermissionsInBackground(Activity, Collection<String>, LogInCallback) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Log in using Facebook login with the requested publish permissions.
- logInWithPublishPermissionsInBackground(Fragment, Collection<String>) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Log in using Facebook login with the requested publish permissions.
- logInWithPublishPermissionsInBackground(Fragment, Collection<String>, LogInCallback) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Log in using Facebook login with the requested publish permissions.
- logInWithReadPermissionsInBackground(Activity, Collection<String>) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Log in using Facebook login with the requested read permissions.
- logInWithReadPermissionsInBackground(Activity, Collection<String>, LogInCallback) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Log in using Facebook login with the requested read permissions.
- logInWithReadPermissionsInBackground(Fragment, Collection<String>) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Log in using Facebook login with the requested read permissions.
- logInWithReadPermissionsInBackground(Fragment, Collection<String>, LogInCallback) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Log in using Facebook login with the requested read permissions.
- logOut() - Static method in class com.parse.ParseUser
-
Logs out the currently logged in user session.
- LogOutCallback - Interface in com.parse
-
A
LogOutCallbackis used to run code after logging out a user. - logOutInBackground() - Static method in class com.parse.ParseUser
-
Logs out the currently logged in user session.
- logOutInBackground(LogOutCallback) - Static method in class com.parse.ParseUser
-
Logs out the currently logged in user session.
M
- ManifestInfo - Class in com.parse
-
A utility class for retrieving app metadata such as the app name, default icon, whether or not the app declares the correct permissions for push, etc.
- ManifestInfo() - Constructor for class com.parse.ManifestInfo
- MAX_LIMIT - Static variable in class com.parse.ParseQuery
- maxCacheAge() - Method in class com.parse.ParseQuery.State
- maxDistance(String, double) - Method in class com.parse.ParseQuery.State.Builder
- maxRetries(int) - Method in class com.parse.Parse.Configuration.Builder
-
Set the max number of times to retry Parse operations before deeming them a failure
- MISSING_OBJECT_ID - Static variable in exception com.parse.ParseException
-
Error code indicating an unspecified object id.
- MISSING_REQUIRED_FIELD_ERROR - Static variable in exception com.parse.ParseException
-
Error code indicating that required field is missing.
- moveFile(File, File) - Static method in class com.parse.ParseFileUtils
-
Moves a file.
- MUST_CREATE_USER_THROUGH_SIGNUP - Static variable in exception com.parse.ParseException
-
Error code indicating that a user can only be created through signup.
N
- NETWORK_ELSE_CACHE - com.parse.ParseQuery.CachePolicy
-
The query first tries to load from the network, but if that fails, it loads results from the cache.
- NETWORK_ONLY - com.parse.ParseQuery.CachePolicy
-
The query does not load from the cache, but it will save results to the cache.
- NOT_INITIALIZED - Static variable in exception com.parse.ParseException
-
You must call Parse.initialize before using the Parse library.
O
- OAuth1FlowException - Exception in com.parse.twitter
-
OAuth Flow exception
- OAuth1FlowException(int, String, String) - Constructor for exception com.parse.twitter.OAuth1FlowException
- OBJECT_NOT_FOUND - Static variable in exception com.parse.ParseException
-
Error code indicating the specified object doesn't exist.
- OBJECT_TOO_LARGE - Static variable in exception com.parse.ParseException
-
Error code indicating that the object is too large.
- onActivityResult(int, int, Intent) - Static method in class com.parse.facebook.ParseFacebookUtils
-
The method that should be called from the Activity's or Fragment's onActivityResult method.
- onCancel() - Method in interface com.parse.twitter.AsyncCallback
- ONE_KB - Static variable in class com.parse.ParseFileUtils
-
The number of bytes in a kilobyte.
- ONE_MB - Static variable in class com.parse.ParseFileUtils
-
The number of bytes in a megabyte.
- onFailure(Throwable) - Method in interface com.parse.twitter.AsyncCallback
- onMessageReceived(RemoteMessage) - Method in class com.parse.fcm.ParseFirebaseMessagingService
- onNewToken(String) - Method in class com.parse.fcm.ParseFirebaseMessagingService
- onReceive(Context, Intent) - Method in class com.parse.ParsePushBroadcastReceiver
-
Delegates the generic
onReceiveevent to a notification lifecycle event. - onRestore(Map<String, String>) - Method in interface com.parse.AuthenticationCallback
-
Called when restoring third party authentication credentials that have been serialized, such as session keys, etc.
- onSuccess(Object) - Method in interface com.parse.twitter.AsyncCallback
- openInputStream(File) - Static method in class com.parse.ParseFileUtils
-
Opens a
FileInputStreamfor the specified file, providing better error messages than simply callingnew FileInputStream(file). - openOutputStream(File) - Static method in class com.parse.ParseFileUtils
-
Opens a
FileOutputStreamfor the specified file, checking and creating the parent directory if it does not exist. - OPERATION_FORBIDDEN - Static variable in exception com.parse.ParseException
-
Error code indicating that the operation isn't allowed for clients.
- or(List<ParseQuery.State.Builder<T>>) - Static method in class com.parse.ParseQuery.State.Builder
- or(List<ParseQuery<T>>) - Static method in class com.parse.ParseQuery
-
Constructs a query that is the
orof the given queries. - order() - Method in class com.parse.ParseQuery.State
- orderByAscending(String) - Method in class com.parse.ParseQuery
-
Sorts the results in ascending order by the given key.
- orderByAscending(String) - Method in class com.parse.ParseQuery.State.Builder
-
Sorts the results in ascending order by the given key.
- orderByDescending(String) - Method in class com.parse.ParseQuery
-
Sorts the results in descending order by the given key.
- orderByDescending(String) - Method in class com.parse.ParseQuery.State.Builder
-
Sorts the results in descending order by the given key.
- OTHER_CAUSE - Static variable in exception com.parse.ParseException
P
- Parse - Class in com.parse
-
The
Parseclass contains static functions that handle global configuration for the Parse library. - Parse.Configuration - Class in com.parse
-
Represents an opaque configuration for the
ParseSDK configuration. - Parse.Configuration.Builder - Class in com.parse
-
Allows for simple constructing of a
Configurationobject. - ParseACL - Class in com.parse
-
A
ParseACLis used to control which users can access or modify a particular object. - ParseACL() - Constructor for class com.parse.ParseACL
-
Creates an ACL with no permissions granted.
- ParseACL(ParseACL) - Constructor for class com.parse.ParseACL
-
Creates a copy of
acl. - ParseACL(ParseUser) - Constructor for class com.parse.ParseACL
-
Creates an ACL where only the provided user has access.
- ParseAnalytics - Class in com.parse
-
The
ParseAnalyticsclass provides an interface to Parse's logging and analytics backend. - ParseAnalytics() - Constructor for class com.parse.ParseAnalytics
- ParseAnonymousUtils - Class in com.parse
-
Provides utility functions for working with Anonymously logged-in users.
- ParseCacheDirMigrationUtils - Class in com.parse
-
The
ParseMigrationUtilsclass perform caching dir migration operation forParseSDK. - ParseClassName - Annotation Type in com.parse
-
Associates a class name for a subclass of ParseObject.
- ParseCloud - Class in com.parse
-
The ParseCloud class defines provides methods for interacting with Parse Cloud Functions.
- ParseConfig - Class in com.parse
-
The
ParseConfigis a local representation of configuration data that can be set from the Parse dashboard. - ParseDecoder - Class in com.parse
-
A
ParseDecodercan be used to transform JSON data structures into actual objects, such asParseObjects. - ParseEncoder - Class in com.parse
-
A
ParseEncodercan be used to transform objects such asParseObjects into JSON data structures. - ParseEncoder() - Constructor for class com.parse.ParseEncoder
- ParseException - Exception in com.parse
-
A ParseException gets raised whenever a
ParseObjectissues an invalid request, such as deleting or editing an object that no longer exists on the server, or when there is a network failure preventing communication with the Parse server. - ParseException(int, String) - Constructor for exception com.parse.ParseException
-
Construct a new ParseException with a particular error code.
- ParseException(int, String, Throwable) - Constructor for exception com.parse.ParseException
-
Construct a new ParseException with an external cause.
- ParseException(Throwable) - Constructor for exception com.parse.ParseException
-
Construct a new ParseException with an external cause.
- ParseFacebookUtils - Class in com.parse.facebook
-
Provides a set of utilities for using Parse with Facebook.
- ParseFCM - Class in com.parse.fcm
- ParseFCM() - Constructor for class com.parse.fcm.ParseFCM
- ParseFile - Class in com.parse
-
ParseFileis a local representation of a file that is saved to the Parse cloud. - ParseFile(byte[]) - Constructor for class com.parse.ParseFile
-
Creates a new file from a byte array.
- ParseFile(byte[], String) - Constructor for class com.parse.ParseFile
-
Creates a new file from a byte array, and content type.
- ParseFile(File) - Constructor for class com.parse.ParseFile
-
Creates a new file from a file pointer.
- ParseFile(File, String) - Constructor for class com.parse.ParseFile
-
Creates a new file from a file pointer, and content type.
- ParseFile(String, byte[]) - Constructor for class com.parse.ParseFile
-
Creates a new file from a byte array and a name.
- ParseFile(String, byte[], String) - Constructor for class com.parse.ParseFile
-
Creates a new file from a byte array, file name, and content type.
- ParseFile(String, Uri, String) - Constructor for class com.parse.ParseFile
-
Creates a new file from a content uri, file name, and content type.
- ParseFileUtils - Class in com.parse
-
General file manipulation utilities.
- ParseFileUtils() - Constructor for class com.parse.ParseFileUtils
- ParseFirebaseMessagingService - Class in com.parse.fcm
- ParseFirebaseMessagingService() - Constructor for class com.parse.fcm.ParseFirebaseMessagingService
- ParseGeoPoint - Class in com.parse
-
ParseGeoPointrepresents a latitude / longitude point that may be associated with a key in aParseObjector used as a reference point for geo queries. - ParseGeoPoint() - Constructor for class com.parse.ParseGeoPoint
-
Creates a new default point with latitude and longitude set to 0.0.
- ParseGeoPoint(double, double) - Constructor for class com.parse.ParseGeoPoint
-
Creates a new point with the specified latitude and longitude.
- ParseGeoPoint(ParseGeoPoint) - Constructor for class com.parse.ParseGeoPoint
-
Creates a copy of
point; - ParseHttpBody - Class in com.parse.http
-
The base interface of a http body.
- ParseHttpBody(String, long) - Constructor for class com.parse.http.ParseHttpBody
-
Creates an
ParseHttpBodywith givenContent-TypeandContent-Length. - ParseHttpRequest - Class in com.parse.http
-
The http request we send to parse server.
- ParseHttpRequest.Builder - Class in com.parse.http
-
Builder of
ParseHttpRequest. - ParseHttpRequest.Method - Enum in com.parse.http
-
The
ParseHttpRequestmethod type. - ParseHttpResponse - Class in com.parse.http
-
The http response we receive from parse server.
- ParseHttpResponse.Builder - Class in com.parse.http
-
Builder for
ParseHttpResponse. - ParseInstallation - Class in com.parse
-
The
ParseInstallationis a local representation of installation data that can be saved and retrieved from the Parse cloud. - ParseInstallation() - Constructor for class com.parse.ParseInstallation
- ParseObject - Class in com.parse
-
The
ParseObjectis a local representation of data that can be saved and retrieved from the Parse cloud. - ParseObject(String) - Constructor for class com.parse.ParseObject
-
Constructs a new
ParseObjectwith no data in it. - ParsePlugins - Class in com.parse
-
Public for LiveQuery.
- ParsePolygon - Class in com.parse
-
ParsePolygonrepresents a set of coordinates that may be associated with a key in aParseObjector used as a reference point for geo queries. - ParsePolygon(ParsePolygon) - Constructor for class com.parse.ParsePolygon
-
Creates a copy of
polygon; - ParsePolygon(List<ParseGeoPoint>) - Constructor for class com.parse.ParsePolygon
-
Creates a new polygon with the specified
ParseGeoPoint. - ParsePush - Class in com.parse
-
The
ParsePushis a local representation of data that can be sent as a push notification. - ParsePush() - Constructor for class com.parse.ParsePush
-
Creates a new push notification.
- ParsePush(ParsePush) - Constructor for class com.parse.ParsePush
-
Creates a copy of
push. - ParsePushBroadcastReceiver - Class in com.parse
-
A
BroadcastReceiverfor rendering and reacting to to Notifications. - ParsePushBroadcastReceiver() - Constructor for class com.parse.ParsePushBroadcastReceiver
- ParseQuery<T extends ParseObject> - Class in com.parse
-
The
ParseQueryclass defines a query that is used to fetchParseObjects. - ParseQuery(ParseQuery.State.Builder<T>) - Constructor for class com.parse.ParseQuery
- ParseQuery(ParseQuery<T>) - Constructor for class com.parse.ParseQuery
-
Constructs a copy of
query; - ParseQuery(Class<T>) - Constructor for class com.parse.ParseQuery
-
Constructs a query for a
ParseObjectsubclass type. - ParseQuery(String) - Constructor for class com.parse.ParseQuery
-
Constructs a query.
- ParseQuery.CachePolicy - Enum in com.parse
-
CachePolicyspecifies different caching policies that could be used withParseQuery. - ParseQuery.State<T extends ParseObject> - Class in com.parse
-
Used by Parse LiveQuery
- ParseQuery.State.Builder<T extends ParseObject> - Class in com.parse
- ParseRelation<T extends ParseObject> - Class in com.parse
-
A class that is used to access all of the children of a many-to-many relationship.
- ParseRole - Class in com.parse
-
Represents a Role on the Parse server.
- ParseRole(String) - Constructor for class com.parse.ParseRole
-
Constructs a new ParseRole with the given name.
- ParseRole(String, ParseACL) - Constructor for class com.parse.ParseRole
-
Constructs a new ParseRole with the given name.
- ParseSession - Class in com.parse
-
The
ParseSessionis a local representation of session data that can be saved and retrieved from the Parse cloud. - ParseSession() - Constructor for class com.parse.ParseSession
- ParseTwitterUtils - Class in com.parse.twitter
-
Provides a set of utilities for using Parse with Twitter.
- ParseUser - Class in com.parse
-
The
ParseUseris a local representation of user data that can be saved and retrieved from the Parse cloud. - ParseUser() - Constructor for class com.parse.ParseUser
-
Constructs a new ParseUser with no data in it.
- PASSWORD_MISSING - Static variable in exception com.parse.ParseException
-
Error code indicating that the password is missing or empty.
- pin() - Method in class com.parse.ParseObject
-
Stores the object and every object it points to in the local datastore, recursively.
- pin(String) - Method in class com.parse.ParseObject
-
Stores the object and every object it points to in the local datastore, recursively.
- pinAll(String, List<T>) - Static method in class com.parse.ParseObject
-
Stores the objects and every object they point to in the local datastore, recursively.
- pinAll(List<T>) - Static method in class com.parse.ParseObject
-
Stores the objects and every object they point to in the local datastore, recursively.
- pinAllInBackground(String, List<T>) - Static method in class com.parse.ParseObject
-
Stores the objects and every object they point to in the local datastore, recursively.
- pinAllInBackground(String, List<T>, SaveCallback) - Static method in class com.parse.ParseObject
-
Stores the objects and every object they point to in the local datastore, recursively.
- pinAllInBackground(List<T>) - Static method in class com.parse.ParseObject
-
Stores the objects and every object they point to in the local datastore, recursively.
- pinAllInBackground(List<T>, SaveCallback) - Static method in class com.parse.ParseObject
-
Stores the objects and every object they point to in the local datastore, recursively.
- pinInBackground() - Method in class com.parse.ParseObject
-
Stores the object and every object it points to in the local datastore, recursively.
- pinInBackground(SaveCallback) - Method in class com.parse.ParseObject
-
Stores the object and every object it points to in the local datastore, recursively.
- pinInBackground(String) - Method in class com.parse.ParseObject
-
Stores the object and every object it points to in the local datastore, recursively.
- pinInBackground(String, SaveCallback) - Method in class com.parse.ParseObject
-
Stores the object and every object it points to in the local datastore, recursively.
- pinName() - Method in class com.parse.ParseQuery.State
- PLog - Class in com.parse
-
Parse Logger.
- PLog() - Constructor for class com.parse.PLog
- PointerEncoder - Class in com.parse
-
Encodes
ParseObjects as pointers. - PointerEncoder() - Constructor for class com.parse.PointerEncoder
- PointerOrLocalIdEncoder - Class in com.parse
-
Encodes
ParseObjects as pointers. - PointerOrLocalIdEncoder() - Constructor for class com.parse.PointerOrLocalIdEncoder
- POST - com.parse.http.ParseHttpRequest.Method
- ProgressCallback - Interface in com.parse
-
A
ProgressCallbackis used to get upload or download progress of aParseFileaction. - PROPERTY_PUSH_ICON - Static variable in class com.parse.ParsePushBroadcastReceiver
-
The name of the meta-data field used to override the icon used in Notifications.
- PUSH_MISCONFIGURED - Static variable in exception com.parse.ParseException
-
Error code indicating that push is misconfigured.
- PushRouter - Class in com.parse
-
PushRouter handles distribution of push payloads through a broadcast intent with the "com.parse.push.intent.RECEIVE" action.
- put(String, Object) - Method in class com.parse.ParseObject
-
Add a key-value pair to this object.
- put(String, Object) - Method in class com.parse.ParseRole
- put(String, Object) - Method in class com.parse.ParseUser
- PUT - com.parse.http.ParseHttpRequest.Method
R
- readFileToByteArray(File) - Static method in class com.parse.ParseFileUtils
-
Reads the contents of a file into a byte array.
- readFileToJSONObject(File) - Static method in class com.parse.ParseFileUtils
-
Reads the contents of a file into a
JSONObject. - readFileToString(File, String) - Static method in class com.parse.ParseFileUtils
- readFileToString(File, Charset) - Static method in class com.parse.ParseFileUtils
- register(String) - Static method in class com.parse.fcm.ParseFCM
-
You can call this manually if you are overriding the
com.google.firebase.messaging.FirebaseMessagingServicefetching the token viacom.google.firebase.messaging.FirebaseMessagingService#onNewToken(String) - registerAuthenticationCallback(String, AuthenticationCallback) - Static method in class com.parse.ParseUser
-
Registers a third party authentication callback.
- registerSubclass(Class<? extends ParseObject>) - Static method in class com.parse.ParseObject
-
Registers a custom subclass type with the Parse SDK, enabling strong-typing of those
ParseObjects whenever they appear. - remove(String) - Method in class com.parse.ParseObject
-
Removes a key from this object's data if it exists.
- remove(String) - Method in class com.parse.ParseUser
- remove(T) - Method in class com.parse.ParseRelation
-
Removes an object from this relation.
- removeAll(String, Collection<?>) - Method in class com.parse.ParseObject
-
Atomically removes all instances of the objects contained in a
Collectionfrom the array associated with a given key. - REQUEST_LIMIT_EXCEEDED - Static variable in exception com.parse.ParseException
-
Error code indicating that the application has exceeded its request limit.
- requestPasswordReset(String) - Static method in class com.parse.ParseUser
-
Requests a password reset email to be sent to the specified email address associated with the user account.
- RequestPasswordResetCallback - Interface in com.parse
-
A
RequestPasswordResetCallbackis used to run code requesting a password reset for a user. - requestPasswordResetInBackground(String) - Static method in class com.parse.ParseUser
-
Requests a password reset email to be sent in a background thread to the specified email address associated with the user account.
- requestPasswordResetInBackground(String, RequestPasswordResetCallback) - Static method in class com.parse.ParseUser
-
Requests a password reset email to be sent in a background thread to the specified email address associated with the user account.
- revert() - Method in class com.parse.ParseObject
-
Clears any changes to this object made since the last call to
ParseObject.save()orParseObject.saveInBackground(). - revert(String) - Method in class com.parse.ParseObject
-
Clears changes to this object's
keymade since the last call toParseObject.save()orParseObject.saveInBackground().
S
- save() - Method in class com.parse.ParseFile
-
Saves the file to the Parse cloud synchronously.
- save() - Method in class com.parse.ParseObject
-
Saves this object to the server.
- saveAll(List<T>) - Static method in class com.parse.ParseObject
-
Saves each object in the provided list.
- saveAllInBackground(List<T>) - Static method in class com.parse.ParseObject
-
Saves each object in the provided list to the server in a background thread.
- saveAllInBackground(List<T>, SaveCallback) - Static method in class com.parse.ParseObject
-
Saves each object in the provided list to the server in a background thread.
- SaveCallback - Interface in com.parse
-
A
SaveCallbackis used to run code after saving aParseObjectin a background thread. - saveEventually() - Method in class com.parse.ParseObject
-
Saves this object to the server at some unspecified time in the future, even if Parse is currently inaccessible.
- saveEventually(SaveCallback) - Method in class com.parse.ParseObject
-
Saves this object to the server at some unspecified time in the future, even if Parse is currently inaccessible.
- saveInBackground() - Method in class com.parse.ParseFile
-
Saves the file to the Parse cloud in a background thread.
- saveInBackground() - Method in class com.parse.ParseObject
-
Saves this object to the server in a background thread.
- saveInBackground(ProgressCallback) - Method in class com.parse.ParseFile
-
Saves the file to the Parse cloud in a background thread.
- saveInBackground(SaveCallback) - Method in class com.parse.ParseFile
-
Saves the file to the Parse cloud in a background thread.
- saveInBackground(SaveCallback) - Method in class com.parse.ParseObject
-
Saves this object to the server in a background thread.
- saveInBackground(SaveCallback, ProgressCallback) - Method in class com.parse.ParseFile
-
Saves the file to the Parse cloud in a background thread.
- SCRIPT_ERROR - Static variable in exception com.parse.ParseException
-
Error code indicating that a Cloud Code script failed.
- selectedKeys() - Method in class com.parse.ParseQuery.State
- selectKeys(Collection<String>) - Method in class com.parse.ParseQuery
-
Restrict the fields of returned
ParseObjects to only include the provided keys. - selectKeys(Collection<String>) - Method in class com.parse.ParseQuery.State.Builder
-
Restrict the fields of returned
ParseObjects to only include the provided keys. - send() - Method in class com.parse.ParsePush
-
Sends this push notification while blocking this thread until the push notification has successfully reached the Parse servers.
- SendCallback - Interface in com.parse
-
A
SendCallbackis used to run code after sending aParsePushin a background thread. - sendDataInBackground(JSONObject, ParseQuery<ParseInstallation>) - Static method in class com.parse.ParsePush
-
A helper method to concisely send a push to a query.
- sendDataInBackground(JSONObject, ParseQuery<ParseInstallation>, SendCallback) - Static method in class com.parse.ParsePush
-
A helper method to concisely send a push to a query.
- sendInBackground() - Method in class com.parse.ParsePush
-
Sends this push notification in a background thread.
- sendInBackground(SendCallback) - Method in class com.parse.ParsePush
-
Sends this push notification in a background thread.
- sendMessageInBackground(String, ParseQuery<ParseInstallation>) - Static method in class com.parse.ParsePush
-
A helper method to concisely send a push message to a query.
- sendMessageInBackground(String, ParseQuery<ParseInstallation>, SendCallback) - Static method in class com.parse.ParsePush
-
A helper method to concisely send a push message to a query.
- server() - Method in class com.parse.ParsePlugins
- server(String) - Method in class com.parse.Parse.Configuration.Builder
-
Set the server URL to be used by Parse.
- SESSION_MISSING - Static variable in exception com.parse.ParseException
-
Error code indicating that a user object without a valid session could not be altered.
- setACL(ParseACL) - Method in class com.parse.ParseObject
-
Set the
ParseACLgoverning this object. - setAuthToken(String) - Method in class com.parse.twitter.Twitter
- setAuthTokenSecret(String) - Method in class com.parse.twitter.Twitter
- setBody(ParseHttpBody) - Method in class com.parse.http.ParseHttpRequest.Builder
-
Sets the
ParseHttpBodyof thisBuilder. - setCachePolicy(ParseQuery.CachePolicy) - Method in class com.parse.ParseQuery
-
Change the caching policy of this query.
- setCachePolicy(ParseQuery.CachePolicy) - Method in class com.parse.ParseQuery.State.Builder
- setChannel(String) - Method in class com.parse.ParsePush
-
Sets the channel on which this push notification will be sent.
- setChannels(Collection<String>) - Method in class com.parse.ParsePush
-
Sets the collection of channels on which this push notification will be sent.
- setConsumerKey(String) - Method in class com.parse.twitter.Twitter
- setConsumerSecret(String) - Method in class com.parse.twitter.Twitter
- setContent(InputStream) - Method in class com.parse.http.ParseHttpResponse.Builder
-
Sets the content of this
Builder. - setContentType(String) - Method in class com.parse.http.ParseHttpResponse.Builder
-
Sets the content type of this
Builder. - setCoordinates(List<ParseGeoPoint>) - Method in class com.parse.ParsePolygon
-
Set coordinates.
- setData(JSONObject) - Method in class com.parse.ParsePush
-
Sets the entire data of the push message.
- setDefaultACL(ParseACL, boolean) - Static method in class com.parse.ParseACL
-
Sets a default ACL that will be applied to all
ParseObjects when they are created. - setDeviceToken(String) - Method in class com.parse.ParseInstallation
- setEmail(String) - Method in class com.parse.ParseUser
-
Sets the email address.
- setExpirationTime(long) - Method in class com.parse.ParsePush
-
Sets a UNIX epoch timestamp at which this notification should expire, in seconds (UTC).
- setExpirationTimeInterval(long) - Method in class com.parse.ParsePush
-
Sets the time interval after which this notification should expire, in seconds.
- setHeaders(Map<String, String>) - Method in class com.parse.http.ParseHttpRequest.Builder
-
Sets headers of this
Builder. - setHeaders(Map<String, String>) - Method in class com.parse.http.ParseHttpResponse.Builder
-
Sets headers of this
Builder. - setLatitude(double) - Method in class com.parse.ParseGeoPoint
-
Set latitude.
- setLimit(int) - Method in class com.parse.ParseQuery
-
Controls the maximum number of results that are returned.
- setLimit(int) - Method in class com.parse.ParseQuery.State.Builder
- setLogLevel(int) - Static method in class com.parse.Parse
-
Sets the level of logging to display, where each level includes all those below it.
- setLogLevel(int) - Static method in class com.parse.PLog
-
Sets the level of logging to display, where each level includes all those below it.
- setLongitude(double) - Method in class com.parse.ParseGeoPoint
-
Set longitude.
- setMaxCacheAge(long) - Method in class com.parse.ParseQuery
-
Sets the maximum age of cached data that will be considered in this query.
- setMaxCacheAge(long) - Method in class com.parse.ParseQuery.State.Builder
- setMessage(String) - Method in class com.parse.ParsePush
-
Sets the message that will be shown in the notification.
- setMethod(ParseHttpRequest.Method) - Method in class com.parse.http.ParseHttpRequest.Builder
-
Sets the
ParseHttpRequest.Methodof thisBuilder. - setName(String) - Method in class com.parse.ParseRole
-
Sets the name for a role.
- setObjectId(String) - Method in class com.parse.ParseInstallation
- setObjectId(String) - Method in class com.parse.ParseObject
-
Setter for the object id.
- setPassword(String) - Method in class com.parse.ParseUser
-
Sets the password.
- setPublicReadAccess(boolean) - Method in class com.parse.ParseACL
-
Set whether the public is allowed to read this object.
- setPublicWriteAccess(boolean) - Method in class com.parse.ParseACL
-
Set whether the public is allowed to write this object.
- setPushTime(long) - Method in class com.parse.ParsePush
-
Sets a UNIX epoch timestamp at which this notification should be delivered, in seconds (UTC).
- setPushType(String) - Method in class com.parse.ParseInstallation
- setQuery(ParseQuery<ParseInstallation>) - Method in class com.parse.ParsePush
-
Sets the query for this push for which this push notification will be sent.
- setReadAccess(ParseUser, boolean) - Method in class com.parse.ParseACL
-
Set whether the given user is allowed to read this object.
- setReadAccess(String, boolean) - Method in class com.parse.ParseACL
-
Set whether the given user id is allowed to read this object.
- setReasonPhrase(String) - Method in class com.parse.http.ParseHttpResponse.Builder
-
Sets the reason phrase of this
Builder. - setRoleReadAccess(ParseRole, boolean) - Method in class com.parse.ParseACL
-
Set whether users belonging to the given role are allowed to read this object.
- setRoleReadAccess(String, boolean) - Method in class com.parse.ParseACL
-
Set whether users belonging to the role with the given roleName are allowed to read this object.
- setRoleWriteAccess(ParseRole, boolean) - Method in class com.parse.ParseACL
-
Set whether users belonging to the given role are allowed to write this object.
- setRoleWriteAccess(String, boolean) - Method in class com.parse.ParseACL
-
Set whether users belonging to the role with the given roleName are allowed to write this object.
- setScreenName(String) - Method in class com.parse.twitter.Twitter
- setServer(String) - Static method in class com.parse.Parse
-
Sets the server URL.
- setSkip(int) - Method in class com.parse.ParseQuery
-
Controls the number of results to skip before returning any results.
- setSkip(int) - Method in class com.parse.ParseQuery.State.Builder
- setStatusCode(int) - Method in class com.parse.http.ParseHttpResponse.Builder
-
Sets the status code of this
Builder. - setTotalSize(long) - Method in class com.parse.http.ParseHttpResponse.Builder
-
Sets the total size of this
Builder. - setTrace(boolean) - Method in class com.parse.ParseQuery
-
Turn on performance tracing of finds.
- setTracingEnabled(boolean) - Method in class com.parse.ParseQuery.State.Builder
- setUrl(String) - Method in class com.parse.http.ParseHttpRequest.Builder
-
Sets the url of this
Builder. - setUserId(String) - Method in class com.parse.twitter.Twitter
- setUsername(String) - Method in class com.parse.ParseUser
-
Sets the username.
- setWriteAccess(ParseUser, boolean) - Method in class com.parse.ParseACL
-
Set whether the given user is allowed to write this object.
- setWriteAccess(String, boolean) - Method in class com.parse.ParseACL
-
Set whether the given user id is allowed to write this object.
- signUp() - Method in class com.parse.ParseUser
-
Signs up a new user.
- SignUpCallback - Interface in com.parse
-
A
SignUpCallbackis used to run code after signing up aParseUserin a background thread. - signUpInBackground() - Method in class com.parse.ParseUser
-
Signs up a new user.
- signUpInBackground(SignUpCallback) - Method in class com.parse.ParseUser
-
Signs up a new user.
- skip() - Method in class com.parse.ParseQuery.State
- subscribeInBackground(String) - Static method in class com.parse.ParsePush
-
Adds 'channel' to the 'channels' list in the current
ParseInstallationand saves it in a background thread. - subscribeInBackground(String, SaveCallback) - Static method in class com.parse.ParsePush
-
Adds 'channel' to the 'channels' list in the current
ParseInstallationand saves it in a background thread.
T
- TIMEOUT - Static variable in exception com.parse.ParseException
-
Error code indicating that the request timed out on the server.
- toString() - Method in enum com.parse.http.ParseHttpRequest.Method
-
Returns a string value of this
Method. - toString() - Method in class com.parse.ParseConfig
- toString() - Method in class com.parse.ParseGeoPoint
- toString() - Method in class com.parse.ParsePolygon
- toString() - Method in class com.parse.ParseQuery.State
- trackAppOpenedInBackground(Intent) - Static method in class com.parse.ParseAnalytics
-
Tracks this application being launched (and if this happened as the result of the user opening a push notification, this method sends along information to correlate this open with that push).
- trackAppOpenedInBackground(Intent, SaveCallback) - Static method in class com.parse.ParseAnalytics
-
Tracks this application being launched (and if this happened as the result of the user opening a push notification, this method sends along information to correlate this open with that push).
- trackEventInBackground(String) - Static method in class com.parse.ParseAnalytics
-
Tracks the occurrence of a custom event with additional dimensions.
- trackEventInBackground(String, SaveCallback) - Static method in class com.parse.ParseAnalytics
-
Tracks the occurrence of a custom event.
- trackEventInBackground(String, Map<String, String>) - Static method in class com.parse.ParseAnalytics
-
Tracks the occurrence of a custom event with additional dimensions.
- trackEventInBackground(String, Map<String, String>, SaveCallback) - Static method in class com.parse.ParseAnalytics
-
Tracks the occurrence of a custom event with additional dimensions.
- Twitter - Class in com.parse.twitter
-
Provides access to Twitter info as it relates to Parse
U
- unlink(ParseUser) - Static method in class com.parse.twitter.ParseTwitterUtils
-
Unlinks a user from a Twitter account.
- unlinkFromInBackground(String) - Method in class com.parse.ParseUser
-
Unlinks this user from a third party authentication source.
- unlinkInBackground(ParseUser) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Unlink a user from a Facebook account.
- unlinkInBackground(ParseUser) - Static method in class com.parse.twitter.ParseTwitterUtils
-
Unlinks a user from a Twitter account in the background.
- unlinkInBackground(ParseUser, SaveCallback) - Static method in class com.parse.facebook.ParseFacebookUtils
-
Unlink a user from a Facebook account.
- unlinkInBackground(ParseUser, SaveCallback) - Static method in class com.parse.twitter.ParseTwitterUtils
-
Unlinks a user from a Twitter account in the background.
- unpin() - Method in class com.parse.ParseObject
-
Removes the object and every object it points to in the local datastore, recursively.
- unpin(String) - Method in class com.parse.ParseObject
-
Removes the object and every object it points to in the local datastore, recursively.
- unpinAll() - Static method in class com.parse.ParseObject
-
Removes the objects and every object they point to in the local datastore, recursively.
- unpinAll(String) - Static method in class com.parse.ParseObject
-
Removes the objects and every object they point to in the local datastore, recursively.
- unpinAll(String, List<T>) - Static method in class com.parse.ParseObject
-
Removes the objects and every object they point to in the local datastore, recursively.
- unpinAll(List<T>) - Static method in class com.parse.ParseObject
-
Removes the objects and every object they point to in the local datastore, recursively.
- unpinAllInBackground() - Static method in class com.parse.ParseObject
-
Removes the objects and every object they point to in the local datastore, recursively.
- unpinAllInBackground(DeleteCallback) - Static method in class com.parse.ParseObject
-
Removes the objects and every object they point to in the local datastore, recursively.
- unpinAllInBackground(String) - Static method in class com.parse.ParseObject
-
Removes the objects and every object they point to in the local datastore, recursively.
- unpinAllInBackground(String, DeleteCallback) - Static method in class com.parse.ParseObject
-
Removes the objects and every object they point to in the local datastore, recursively.
- unpinAllInBackground(String, List<T>) - Static method in class com.parse.ParseObject
-
Removes the objects and every object they point to in the local datastore, recursively.
- unpinAllInBackground(String, List<T>, DeleteCallback) - Static method in class com.parse.ParseObject
-
Removes the objects and every object they point to in the local datastore, recursively.
- unpinAllInBackground(List<T>) - Static method in class com.parse.ParseObject
-
Removes the objects and every object they point to in the local datastore, recursively.
- unpinAllInBackground(List<T>, DeleteCallback) - Static method in class com.parse.ParseObject
-
Removes the objects and every object they point to in the local datastore, recursively.
- unpinInBackground() - Method in class com.parse.ParseObject
-
Removes the object and every object it points to in the local datastore, recursively.
- unpinInBackground(DeleteCallback) - Method in class com.parse.ParseObject
-
Removes the object and every object it points to in the local datastore, recursively.
- unpinInBackground(String) - Method in class com.parse.ParseObject
-
Removes the object and every object it points to in the local datastore, recursively.
- unpinInBackground(String, DeleteCallback) - Method in class com.parse.ParseObject
-
Removes the object and every object it points to in the local datastore, recursively.
- unsubscribeInBackground(String) - Static method in class com.parse.ParsePush
-
Removes 'channel' from the 'channels' list in the current
ParseInstallationand saves it in a background thread. - unsubscribeInBackground(String, SaveCallback) - Static method in class com.parse.ParsePush
-
Removes 'channel' from the 'channels' list in the current
ParseInstallationand saves it in a background thread. - UNSUPPORTED_SERVICE - Static variable in exception com.parse.ParseException
-
Error code indicating that a service being linked (e.g.
- USERNAME_MISSING - Static variable in exception com.parse.ParseException
-
Error code indicating that the username is missing or empty.
- USERNAME_TAKEN - Static variable in exception com.parse.ParseException
-
Error code indicating that the username has already been taken.
V
- v(String, String) - Static method in class com.parse.PLog
- v(String, String, Throwable) - Static method in class com.parse.PLog
- VALIDATION_ERROR - Static variable in exception com.parse.ParseException
-
Error code indicating that cloud code validation failed.
- value() - Method in annotation type com.parse.ParseClassName
- valueOf(String) - Static method in enum com.parse.http.ParseHttpRequest.Method
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.parse.ParseQuery.CachePolicy
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.parse.http.ParseHttpRequest.Method
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.parse.ParseQuery.CachePolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- w(String, String) - Static method in class com.parse.PLog
- w(String, String, Throwable) - Static method in class com.parse.PLog
- whereContainedIn(String, Collection<?>) - Method in class com.parse.ParseQuery
-
Add a constraint to the query that requires a particular key's value to be contained in the provided list of values.
- whereContains(String, String) - Method in class com.parse.ParseQuery
-
Add a constraint for finding string values that contain a provided string.
- whereContainsAll(String, Collection<?>) - Method in class com.parse.ParseQuery
-
Add a constraint to the query that requires a particular key's value to contain every one of the provided list of values.
- whereContainsAllStartsWith(String, Collection<String>) - Method in class com.parse.ParseQuery
-
Add a constraint to the query that requires a particular key's value to contain each one of the provided list of strings entirely or just starting with given strings.
- whereDoesNotExist(String) - Method in class com.parse.ParseQuery
-
Add a constraint for finding objects that do not contain a given key.
- whereDoesNotMatchKeyInQuery(String, String, ParseQuery.State.Builder<?>) - Method in class com.parse.ParseQuery.State.Builder
- whereDoesNotMatchKeyInQuery(String, String, ParseQuery<?>) - Method in class com.parse.ParseQuery
-
Add a constraint to the query that requires a particular key's value does not match any value for a key in the results of another
ParseQuery. - whereDoesNotMatchQuery(String, ParseQuery.State.Builder<?>) - Method in class com.parse.ParseQuery.State.Builder
- whereDoesNotMatchQuery(String, ParseQuery<?>) - Method in class com.parse.ParseQuery
-
Add a constraint to the query that requires a particular key's value does not match another
ParseQuery. - whereEndsWith(String, String) - Method in class com.parse.ParseQuery
-
Add a constraint for finding string values that end with a provided string.
- whereEqualTo(String, Object) - Method in class com.parse.ParseQuery.State.Builder
-
Add a constraint to the query that requires a particular key's value to be equal to the provided value.
- whereEqualTo(String, Object) - Method in class com.parse.ParseQuery
-
Add a constraint to the query that requires a particular key's value to be equal to the provided value.
- whereExists(String) - Method in class com.parse.ParseQuery
-
Add a constraint for finding objects that contain the given key.
- whereFullText(String, String) - Method in class com.parse.ParseQuery
-
Adds a constraint for finding string values that contain a provided string using Full Text Search
- whereGeoIntersects(String, ParseGeoPoint) - Method in class com.parse.ParseQuery.State.Builder
- whereGeoWithin(String, List<ParseGeoPoint>) - Method in class com.parse.ParseQuery.State.Builder
- whereGreaterThan(String, Object) - Method in class com.parse.ParseQuery
-
Add a constraint to the query that requires a particular key's value to be greater than the provided value.
- whereGreaterThanOrEqualTo(String, Object) - Method in class com.parse.ParseQuery
-
Add a constraint to the query that requires a particular key's value to be greater than or equal to the provided value.
- whereLessThan(String, Object) - Method in class com.parse.ParseQuery
-
Add a constraint to the query that requires a particular key's value to be less than the provided value.
- whereLessThanOrEqualTo(String, Object) - Method in class com.parse.ParseQuery
-
Add a constraint to the query that requires a particular key's value to be less than or equal to the provided value.
- whereMatches(String, String) - Method in class com.parse.ParseQuery
-
Add a regular expression constraint for finding string values that match the provided regular expression.
- whereMatches(String, String, String) - Method in class com.parse.ParseQuery
-
Add a regular expression constraint for finding string values that match the provided regular expression.
- whereMatchesKeyInQuery(String, String, ParseQuery.State.Builder<?>) - Method in class com.parse.ParseQuery.State.Builder
- whereMatchesKeyInQuery(String, String, ParseQuery<?>) - Method in class com.parse.ParseQuery
-
Add a constraint to the query that requires a particular key's value matches a value for a key in the results of another
ParseQuery. - whereMatchesQuery(String, ParseQuery.State.Builder<?>) - Method in class com.parse.ParseQuery.State.Builder
- whereMatchesQuery(String, ParseQuery<?>) - Method in class com.parse.ParseQuery
-
Add a constraint to the query that requires a particular key's value match another
ParseQuery. - whereNear(String, ParseGeoPoint) - Method in class com.parse.ParseQuery.State.Builder
- whereNear(String, ParseGeoPoint) - Method in class com.parse.ParseQuery
-
Add a proximity based constraint for finding objects with key point values near the point given.
- whereNotContainedIn(String, Collection<?>) - Method in class com.parse.ParseQuery
-
Add a constraint to the query that requires a particular key's value not be contained in the provided list of values.
- whereNotEqualTo(String, Object) - Method in class com.parse.ParseQuery
-
Add a constraint to the query that requires a particular key's value to be not equal to the provided value.
- wherePolygonContains(String, ParseGeoPoint) - Method in class com.parse.ParseQuery
-
Add a constraint to the query that requires a particular key's coordinates that contains a
ParseGeoPoints - whereStartsWith(String, String) - Method in class com.parse.ParseQuery
-
Add a constraint for finding string values that start with a provided string.
- whereText(String, String) - Method in class com.parse.ParseQuery.State.Builder
- whereWithin(String, ParseGeoPoint, ParseGeoPoint) - Method in class com.parse.ParseQuery.State.Builder
- whereWithinGeoBox(String, ParseGeoPoint, ParseGeoPoint) - Method in class com.parse.ParseQuery
-
Add a constraint to the query that requires a particular key's coordinates be contained within a given rectangular geographic bounding box.
- whereWithinKilometers(String, ParseGeoPoint, double) - Method in class com.parse.ParseQuery
-
Add a proximity based constraint for finding objects with key point values near the point given and within the maximum distance given.
- whereWithinMiles(String, ParseGeoPoint, double) - Method in class com.parse.ParseQuery
-
Add a proximity based constraint for finding objects with key point values near the point given and within the maximum distance given.
- whereWithinPolygon(String, ParsePolygon) - Method in class com.parse.ParseQuery
- whereWithinPolygon(String, List<ParseGeoPoint>) - Method in class com.parse.ParseQuery
-
Adds a constraint to the query that requires a particular key's coordinates be contained within and on the bounds of a given polygon.
- whereWithinRadians(String, ParseGeoPoint, double) - Method in class com.parse.ParseQuery
-
Add a proximity based constraint for finding objects with key point values near the point given and within the maximum distance given.
- writeByteArrayToFile(File, byte[]) - Static method in class com.parse.ParseFileUtils
-
Writes a byte array to a file creating the file if it does not exist.
- writeJSONObjectToFile(File, JSONObject) - Static method in class com.parse.ParseFileUtils
-
Writes a
JSONObjectto a file creating the file if it does not exist. - writeStringToFile(File, String, String) - Static method in class com.parse.ParseFileUtils
- writeStringToFile(File, String, Charset) - Static method in class com.parse.ParseFileUtils
- writeTo(OutputStream) - Method in class com.parse.http.ParseHttpBody
-
Writes the content of this request to
out. - writeToParcel(Parcel, int) - Method in class com.parse.ParseACL
- writeToParcel(Parcel, int) - Method in class com.parse.ParseFile
- writeToParcel(Parcel, int) - Method in class com.parse.ParseGeoPoint
- writeToParcel(Parcel, int) - Method in class com.parse.ParseObject
- writeToParcel(Parcel, int) - Method in class com.parse.ParsePolygon
- writeToParcel(Parcel, int) - Method in class com.parse.ParseRelation
- writeUriToFile(File, Uri) - Static method in class com.parse.ParseFileUtils
-
Writes a content uri to a file creating the file if it does not exist.
All Classes All Packages