- CACHE_MISS - Static variable in exception com.parse.ParseException
-
Error code indicating the result was not found in the cache.
- 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 ParseFile if 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.Builder to use when communicating with the Parse
REST API
- clientKey(String) - Method in class com.parse.Parse.Configuration.Builder
-
Set the client key to be used by Parse.
- clientKey() - Method in class com.parse.ParsePlugins
-
- com.parse - package com.parse
-
- com.parse.http - package com.parse.http
-
- 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
ConfigCallback is used to run code after
ParseConfig.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
-
- coordinatesToJSONArray() - Method in class com.parse.ParsePolygon
-
Get converts coordinate to JSONArray.
- 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
CountCallback is used to run code after a
ParseQuery is 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(String) - Static method in class com.parse.ParseObject
-
Creates a new ParseObject based upon a class name.
- create(Class<T>) - Static method in class com.parse.ParseObject
-
Creates a new ParseObject based upon a subclass type.
- createNotificationChannel(Context, NotificationChannel) - Method in class com.parse.ParsePushBroadcastReceiver
-
Creates the notification channel with the NotificationManager.
- createWithoutData(String, String) - Static method in class com.parse.ParseObject
-
Creates a reference to an existing ParseObject for use in creating associations between
ParseObjects.
- createWithoutData(Class<T>, String) - Static method in class com.parse.ParseObject
-
Creates a reference to an existing ParseObject for use in creating associations between
ParseObjects.
- 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(String, String, Throwable) - Static method in class com.parse.PLog
-
- d(String, String) - Static method in class com.parse.PLog
-
- decode(Object) - Method in class com.parse.ParseDecoder
-
- decodePointer(String, String) - Method in class com.parse.ParseDecoder
-
Gets the ParseObject another object points to.
- 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.
- deleteAll(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.
- deleteAllInBackground(List<T>) - Static method in class com.parse.ParseObject
-
Deletes each object in the provided list.
- DeleteCallback - Interface in com.parse
-
A
DeleteCallback is used to run code after saving a
ParseObject in a background
thread.
- deleteDirectory(File) - Static method in class com.parse.ParseFileUtils
-
Deletes a directory recursively.
- 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.
- 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.
- 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
-
- distanceInKilometersTo(ParseGeoPoint) - Method in class com.parse.ParseGeoPoint
-
Get distance between this point and another ParseGeoPoint in kilometers.
- distanceInMilesTo(ParseGeoPoint) - Method in class com.parse.ParseGeoPoint
-
Get distance between this point and another ParseGeoPoint in kilometers.
- distanceInRadiansTo(ParseGeoPoint) - Method in class com.parse.ParseGeoPoint
-
Get distance in radians between this point and another ParseGeoPoint.
- 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(int, ParseException) - Method in interface com.parse.CountCallback
-
Override this function with the code you want to run after the count 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(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.
- 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(InputStream, ParseException) - Method in interface com.parse.GetDataStreamCallback
-
Override this function with the code you want to run after the fetch 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(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(ParseException) - Method in interface com.parse.LogOutCallback
-
Override this function with the code you want to run after the save is complete.
- done(Integer) - Method in interface com.parse.ProgressCallback
-
Override this function with your desired callback.
- 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.
- DUPLICATE_VALUE - Static variable in exception com.parse.ParseException
-
Error code indicating that a unique field was given a value that is already taken.
- get() - Static method in class com.parse.ParseConfig
-
Fetches a new configuration object from the server.
- get(String) - Method in class com.parse.ParseConfig
-
Access a value.
- get(String, Object) - Method in class com.parse.ParseConfig
-
Access a value, returning a default value if the key doesn't exist.
- get() - Static method in class com.parse.ParseDecoder
-
- get(String) - Method in class com.parse.ParseObject
-
Access a value.
- get() - Static method in class com.parse.ParsePlugins
-
- get(String) - Method in class com.parse.ParseQuery
-
Constructs a
ParseObject whose id is already known by fetching data from the source.
- get() - Static method in class com.parse.PointerEncoder
-
- get() - Static method in class com.parse.PointerOrLocalIdEncoder
-
- getACL() - Method in class com.parse.ParseObject
-
Access the
ParseACL governing this object.
- getActivity(Context, Intent) - Method in class com.parse.ParsePushBroadcastReceiver
-
- 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.
- getApplicationContext() - Static method in class com.parse.Parse
-
- getApplicationMetadata(Context) - Static method in class com.parse.ManifestInfo
-
- getBody() - Method in class com.parse.http.ParseHttpRequest
-
Gets http body of this ParseHttpRequest.
- getBoolean(String) - Method in class com.parse.ParseConfig
-
Access a boolean value.
- getBoolean(String, boolean) - Method in class com.parse.ParseConfig
-
Access a boolean value, returning a default value if it doesn't exist.
- getBoolean(String) - Method in class com.parse.ParseObject
-
Access a boolean value.
- 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
GetCallback is used to run code after a
ParseQuery is used to fetch a
ParseObject in 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.
- 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.
- getContentIntent(Bundle, String) - Method in class com.parse.ParsePushBroadcastReceiver
-
Get the content intent, which is the intent called when a notification is tapped.
- getContentLength() - Method in class com.parse.http.ParseHttpBody
-
- getContentType() - Method in class com.parse.http.ParseHttpBody
-
Returns the Content-Type of this body.
- getContentType() - Method in class com.parse.http.ParseHttpResponse
-
Gets the Content-Type of this ParseHttpResponse.
- 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 call
ParseObject.save(), the creation time will be the time of the first
ParseObject.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 ParseSession object related to the current user.
- getCurrentSessionInBackground(GetCallback<ParseSession>) - Static method in class com.parse.ParseSession
-
Get the current ParseSession object 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
GetDataCallback is used to run code after a
ParseFile fetches its data on a
background thread.
- getDataInBackground(ProgressCallback) - Method in class com.parse.ParseFile
-
Asynchronously gets the data from cache if available or fetches its content from the network.
- getDataInBackground() - 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(GetDataCallback) - 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
GetDataStreamCallback is used to run code after a
ParseFile fetches its data on
a background thread.
- 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.
- 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, 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(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.
- getDate(String) - Method in class com.parse.ParseConfig
-
Access a Date value.
- getDate(String, Date) - Method in class com.parse.ParseConfig
-
Access a Date value, returning a default value if it doesn't exist.
- getDate(String) - Method in class com.parse.ParseObject
-
Access a Date value.
- getDeleteIntent(Bundle, String) - Method in class com.parse.ParsePushBroadcastReceiver
-
Get the delete intent, which is the intent called when a notification is deleted (swiped away).
- 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 double value.
- getDouble(String, double) - Method in class com.parse.ParseConfig
-
Access a double value, returning a default value if it doesn't exist.
- getDouble(String) - Method in class com.parse.ParseObject
-
Access a double value.
- getEmail() - Method in class com.parse.ParseUser
-
Retrieves the email address.
- 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
GetFileCallback is used to run code after a
ParseFile fetches its data on
a background thread.
- getFileInBackground(ProgressCallback) - Method in class com.parse.ParseFile
-
Asynchronously gets the file pointer from cache if available or fetches its content from the
network.
- 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, ProgressCallback) - 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.
- getFirst() - Method in class com.parse.ParseQuery
-
Retrieves at most one
ParseObject that satisfies this query.
- getFirstInBackground() - Method in class com.parse.ParseQuery
-
Retrieves at most one
ParseObject that satisfies this query from the source in a
background thread.
- getFirstInBackground(GetCallback<T>) - Method in class com.parse.ParseQuery
-
Retrieves at most one
ParseObject that 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 ParseHttpRequest by the given header name.
- getHeader(String) - Method in class com.parse.http.ParseHttpResponse
-
Retrieves the header value from this ParseHttpResponse by 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(ConfigCallback) - Static method in class com.parse.ParseConfig
-
Fetches a new configuration object from the server in a background thread.
- getInBackground() - 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
ParseObject whose 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
ParseObject whose 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 int value.
- getInt(String, int) - Method in class com.parse.ParseConfig
-
Access an int value, returning a default value if it doesn't exist.
- getInt(String) - Method in class com.parse.ParseObject
-
Access an int value.
- getJSONArray(String) - Method in class com.parse.ParseConfig
-
Access a JSONArray value.
- getJSONArray(String, JSONArray) - Method in class com.parse.ParseConfig
-
Access a JSONArray value, returning a default value if it doesn't exist.
- getJSONArray(String) - Method in class com.parse.ParseObject
-
Access a JSONArray value.
- getJSONObject(String) - Method in class com.parse.ParseConfig
-
Access a JSONObject value.
- getJSONObject(String, JSONObject) - Method in class com.parse.ParseConfig
-
Access a JSONObject value, returning a default value if it doesn't exist.
- getJSONObject(String) - Method in class com.parse.ParseObject
-
Access a JSONObject value.
- getLargeIcon(Context, Intent) - Method in class com.parse.ParsePushBroadcastReceiver
-
Retrieves the large icon to be used in a Notification.
- 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 List value.
- getList(String, List<T>) - Method in class com.parse.ParseConfig
-
Access a List value, returning a default value if it doesn't exist.
- getList(String) - Method in class com.parse.ParseObject
-
Access a List value.
- 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 long value.
- getLong(String, long) - Method in class com.parse.ParseConfig
-
Access a long value, returning a default value if it doesn't exist.
- getLong(String) - Method in class com.parse.ParseObject
-
Access a long value.
- getLongitude() - Method in class com.parse.ParseGeoPoint
-
Get longitude.
- getMap(String) - Method in class com.parse.ParseConfig
-
Access a Map value.
- getMap(String, Map<String, V>) - Method in class com.parse.ParseConfig
-
Access a Map value, returning a default value if it doesn't exist.
- getMap(String) - Method in class com.parse.ParseObject
-
Access a Map value
- 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 Method of this ParseHttpRequest.
- getName() - Method in class com.parse.ParseFile
-
The filename.
- getName() - Method in class com.parse.ParseRole
-
Gets the name of the role.
- getNotification(Context, Intent) - Method in class com.parse.ParsePushBroadcastReceiver
-
Creates a Notification with reasonable defaults.
- getNotificationChannel(Context, Intent) - Method in class com.parse.ParsePushBroadcastReceiver
-
Retrieves the channel to be used in a Notification if API >= 26, if not null.
- getNumber(String) - Method in class com.parse.ParseConfig
-
Access a numerical value.
- getNumber(String, Number) - Method in class com.parse.ParseConfig
-
Access a numerical value, returning a default value if it doesn't exist.
- getNumber(String) - Method in class com.parse.ParseObject
-
Access a Number value.
- 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
-
- getParseFile(String, ParseFile) - Method in class com.parse.ParseConfig
-
Access a
ParseFile value, returning a default value if it doesn't exist.
- getParseFile(String) - Method in class com.parse.ParseObject
-
- getParseGeoPoint(String) - Method in class com.parse.ParseConfig
-
- getParseGeoPoint(String, ParseGeoPoint) - Method in class com.parse.ParseConfig
-
Access a
ParseGeoPoint value, returning a default value if it doesn't exist.
- getParseGeoPoint(String) - Method in class com.parse.ParseObject
-
- getParseObject(String) - Method in class com.parse.ParseObject
-
Access a ParseObject value.
- getParsePolygon(String) - Method in class com.parse.ParseObject
-
- getParseUser(String) - Method in class com.parse.ParseObject
-
- 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.
- getPushData(Intent) - Method in class com.parse.ParsePushBroadcastReceiver
-
Get the push data as a parsed JSONObject
- getPushType() - Method in class com.parse.ParseInstallation
-
- getQuery() - Static method in class com.parse.ParseInstallation
-
Constructs a query for ParseInstallation.
- getQuery(Class<T>) - Static method in class com.parse.ParseQuery
-
Creates a new query for the given
ParseObject subclass type.
- getQuery(String) - Static method in class com.parse.ParseQuery
-
Creates a new query for the given class name.
- 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
-
- 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.
- getReadAccess(String) - Method in class com.parse.ParseACL
-
Get whether the given user id is *explicitly* allowed to read this object.
- getReadAccess(ParseUser) - 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
-
- 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.
- getRoleReadAccess(ParseRole) - Method in class com.parse.ParseACL
-
Get whether users belonging to the given role are allowed to read this object.
- getRoles() - Method in class com.parse.ParseRole
-
- 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.
- getRoleWriteAccess(ParseRole) - Method in class com.parse.ParseACL
-
Get whether users belonging to the given role are allowed to write this object.
- 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
-
- getSmallIconId(Context, Intent) - Method in class com.parse.ParsePushBroadcastReceiver
-
Retrieves the small icon to be used in a Notification.
- 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 String value.
- getString(String, String) - Method in class com.parse.ParseConfig
-
Access a String value, returning a default value if it doesn't exist.
- getString(String) - Method in class com.parse.ParseObject
-
Access a String value.
- getTotalSize() - Method in class com.parse.http.ParseHttpResponse
-
Returns the size of the ParseHttpResponse's body.
- 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 call
ParseObject.save(), the updated time will be the time of the
ParseObject.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.
- getUsername() - Method in class com.parse.ParseUser
-
Retrieves the username.
- getUsers() - Method in class com.parse.ParseRole
-
- 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(String) - Method in class com.parse.ParseACL
-
Get whether the given user id is *explicitly* allowed to write this object.
- getWriteAccess(ParseUser) - Method in class com.parse.ParseACL
-
Get whether the given user id is *explicitly* allowed to write this object.
- i(String, String, Throwable) - Static method in class com.parse.PLog
-
- i(String, String) - Static method in class com.parse.PLog
-
- 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(String) - Method in class com.parse.ParseQuery.State.Builder
-
- 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.
- 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.
- 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 ParseObject has been fetched.
- isDataAvailable(String) - Method in class com.parse.ParseObject
-
Gets whether the ParseObject specified 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.ParseAnonymousUtils
-
Whether the user is logged in anonymously.
- 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
ParseUser was created during this session through a call to
ParseUser.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
-
- Parse - Class in com.parse
-
The Parse class contains static functions that handle global configuration for the Parse
library.
- Parse.Configuration - Class in com.parse
-
Represents an opaque configuration for the Parse SDK configuration.
- Parse.Configuration.Builder - Class in com.parse
-
Allows for simple constructing of a Configuration object.
- ParseACL - Class in com.parse
-
A ParseACL is 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 ParseAnalytics class 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.
- 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 ParseConfig is a local representation of configuration data that can be set from the
Parse dashboard.
- ParseDecoder - Class in com.parse
-
A
ParseDecoder can be used to transform JSON data structures into actual objects, such as
ParseObjects.
- ParseDecoder() - Constructor for class com.parse.ParseDecoder
-
- ParseEncoder - Class in com.parse
-
A
ParseEncoder can be used to transform objects such as
ParseObjects into JSON
data structures.
- ParseEncoder() - Constructor for class com.parse.ParseEncoder
-
- ParseException - Exception in com.parse
-
A ParseException gets raised whenever a
ParseObject issues 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.
- ParseFile - Class in com.parse
-
ParseFile is a local representation of a file that is saved to the Parse cloud.
- 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[], String) - Constructor for class com.parse.ParseFile
-
Creates a new file from a byte array, file name, and content type.
- ParseFile(byte[]) - Constructor for class com.parse.ParseFile
-
Creates a new file from a byte array.
- ParseFile(String, byte[]) - Constructor for class com.parse.ParseFile
-
Creates a new file from a byte array and a name.
- ParseFile(byte[], String) - Constructor for class com.parse.ParseFile
-
Creates a new file from a byte array, and content type.
- ParseFile(Parcel) - Constructor for class com.parse.ParseFile
-
Creates a new file instance from a Parcel source.
- ParseFileUtils - Class in com.parse
-
General file manipulation utilities.
- ParseFileUtils() - Constructor for class com.parse.ParseFileUtils
-
- ParseGeoPoint - Class in com.parse
-
ParseGeoPoint represents a latitude / longitude point that may be associated with a key
in a
ParseObject or 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;
- ParseGeoPoint(Parcel) - Constructor for class com.parse.ParseGeoPoint
-
Creates a new point instance from a Parcel source.
- 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 ParseHttpBody with given Content-Type and Content-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 ParseHttpRequest method 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 ParseInstallation is 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 ParseObject is a local representation of data that can be saved and retrieved from
the Parse cloud.
- ParseObject() - Constructor for class com.parse.ParseObject
-
The base class constructor to call in subclasses.
- ParseObject(String) - Constructor for class com.parse.ParseObject
-
Constructs a new ParseObject with no data in it.
- ParsePlugins - Class in com.parse
-
Public for LiveQuery.
- ParsePolygon - Class in com.parse
-
ParsePolygon represents a set of coordinates that may be associated with a key
in a
ParseObject or used as a reference point for geo queries.
- ParsePolygon(List<ParseGeoPoint>) - Constructor for class com.parse.ParsePolygon
-
- ParsePolygon(ParsePolygon) - Constructor for class com.parse.ParsePolygon
-
Creates a copy of polygon;
- ParsePolygon(Parcel) - Constructor for class com.parse.ParsePolygon
-
Creates a new point instance from a Parcel source.
- ParsePush - Class in com.parse
-
The ParsePush is 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 BroadcastReceiver for rendering and reacting to to Notifications.
- ParsePushBroadcastReceiver() - Constructor for class com.parse.ParsePushBroadcastReceiver
-
- ParseQuery<T extends ParseObject> - Class in com.parse
-
The
ParseQuery class defines a query that is used to fetch
ParseObjects.
- ParseQuery(Class<T>) - Constructor for class com.parse.ParseQuery
-
- ParseQuery(String) - Constructor for class com.parse.ParseQuery
-
Constructs a query.
- ParseQuery(ParseQuery<T>) - Constructor for class com.parse.ParseQuery
-
Constructs a copy of query;
- ParseQuery(ParseQuery.State.Builder<T>) - Constructor for class com.parse.ParseQuery
-
- ParseQuery.CachePolicy - Enum in com.parse
-
CachePolicy specifies different caching policies that could be used with
ParseQuery.
- 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 ParseSession is a local representation of session data that can be saved
and retrieved from the Parse cloud.
- ParseSession() - Constructor for class com.parse.ParseSession
-
- ParseUser - Class in com.parse
-
The ParseUser is 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(String) - Method in class com.parse.ParseObject
-
Stores the object and every object it points to in the local datastore, recursively.
- pin() - 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>, SaveCallback) - 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(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.
- pinInBackground(String, 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(SaveCallback) - Method in class com.parse.ParseObject
-
Stores the object and every object it points 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.
- 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
-
- PointerEncoder() - Constructor for class com.parse.PointerEncoder
-
- PointerOrLocalIdEncoder - Class in com.parse
-
- PointerOrLocalIdEncoder() - Constructor for class com.parse.PointerOrLocalIdEncoder
-
- ProgressCallback - Interface in com.parse
-
A
ProgressCallback is used to get upload or download progress of a
ParseFile
action.
- 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
-
- 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>, SaveCallback) - Static method in class com.parse.ParseObject
-
Saves each object in the provided list to the server in a background thread.
- saveAllInBackground(List<T>) - 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
SaveCallback is used to run code after saving a
ParseObject in a background
thread.
- 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.
- 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.
- saveInBackground(ProgressCallback) - Method in class com.parse.ParseFile
-
Saves the file to the Parse cloud in a background thread.
- saveInBackground() - Method in class com.parse.ParseFile
-
Saves the file to the Parse cloud in a background thread.
- saveInBackground(SaveCallback, 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() - Method in class com.parse.ParseObject
-
Saves this object to the server in a background thread.
- saveInBackground(SaveCallback) - Method in class com.parse.ParseObject
-
Saves this object to the server 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
SendCallback is used to run code after sending a
ParsePush in 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(String) - Method in class com.parse.Parse.Configuration.Builder
-
Set the server URL to be used by Parse.
- server() - Method in class com.parse.ParsePlugins
-
- 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
-
- setBody(ParseHttpBody) - Method in class com.parse.http.ParseHttpRequest.Builder
-
- 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.
- 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
-
- 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(String, boolean) - Method in class com.parse.ParseACL
-
Set whether the given user id is allowed to read this object.
- setReadAccess(ParseUser, boolean) - Method in class com.parse.ParseACL
-
Set whether the given user is allowed to read this object.
- setReasonPhrase(String) - Method in class com.parse.http.ParseHttpResponse.Builder
-
Sets the reason phrase of this Builder.
- 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.
- setRoleReadAccess(ParseRole, boolean) - Method in class com.parse.ParseACL
-
Set whether users belonging to the given role are allowed to read 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.
- setRoleWriteAccess(ParseRole, boolean) - Method in class com.parse.ParseACL
-
Set whether users belonging to the given role are allowed to write this object.
- 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.
- setUsername(String) - Method in class com.parse.ParseUser
-
Sets the username.
- setWriteAccess(String, boolean) - Method in class com.parse.ParseACL
-
Set whether the given user id is allowed to write this object.
- setWriteAccess(ParseUser, boolean) - Method in class com.parse.ParseACL
-
Set whether the given user is allowed to write this object.
- signUp() - Method in class com.parse.ParseUser
-
Signs up a new user.
- SignUpCallback - Interface in com.parse
-
A
SignUpCallback is used to run code after signing up a
ParseUser in 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
-
- SMALL_NOTIFICATION_MAX_CHARACTER_LIMIT - Static variable in class com.parse.ParsePushBroadcastReceiver
-
- subscribeInBackground(String) - Static method in class com.parse.ParsePush
-
Adds 'channel' to the 'channels' list in the current
ParseInstallation and 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
ParseInstallation and saves it in
a background thread.
- unlinkFromInBackground(String) - Method in class com.parse.ParseUser
-
Unlinks this user from a third party authentication source.
- unpin(String) - Method in class com.parse.ParseObject
-
Removes the object and every object it points to in the local datastore, recursively.
- unpin() - Method in class com.parse.ParseObject
-
Removes the object and every object it points 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.
- unpinAll(String) - Static method in class com.parse.ParseObject
-
Removes the objects and every object they point 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.
- 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(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(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(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) - 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() - Static method in class com.parse.ParseObject
-
Removes the objects and every object they point 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.
- unpinInBackground(String) - 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() - 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
ParseInstallation and 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
ParseInstallation and 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.
- w(String, String, Throwable) - Static method in class com.parse.PLog
-
- w(String, String) - 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, 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.
- whereWithinPolygon(String, ParsePolygon) - Method in class com.parse.ParseQuery
-
- 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 JSONObject to a file creating the file if it does not exist.
- writeStringToFile(File, String, Charset) - Static method in class com.parse.ParseFileUtils
-
- writeStringToFile(File, String, String) - 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
-