public class ParseInstallation extends ParseObject
ParseInstallation
is a local representation of installation data that can be saved
and retrieved from the Parse cloud.DEFAULT_PIN
Constructor and Description |
---|
ParseInstallation() |
Modifier and Type | Method and Description |
---|---|
static ParseInstallation |
getCurrentInstallation() |
String |
getInstallationId()
Returns the unique ID of this installation.
|
static ParseQuery<ParseInstallation> |
getQuery()
Constructs a query for
ParseInstallation . |
add, addAll, addAllUnique, addUnique, containsKey, create, create, createWithoutData, createWithoutData, delete, deleteAll, deleteAllInBackground, deleteAllInBackground, deleteEventually, deleteEventually, deleteInBackground, deleteInBackground, fetch, fetchAll, fetchAllIfNeeded, fetchAllIfNeededInBackground, fetchAllIfNeededInBackground, fetchAllInBackground, fetchAllInBackground, fetchFromLocalDatastore, fetchFromLocalDatastoreInBackground, fetchIfNeeded, fetchIfNeededInBackground, fetchIfNeededInBackground, fetchInBackground, fetchInBackground, get, getACL, getBoolean, getBytes, getClassName, getCreatedAt, getDate, getDouble, getInt, getJSONArray, getJSONObject, getList, getLong, getMap, getNumber, getObjectId, getParseFile, getParseGeoPoint, getParseObject, getParseUser, getRelation, getString, getUpdatedAt, has, hasSameId, increment, increment, isDataAvailable, isDirty, isDirty, keySet, pin, pin, pinAll, pinAll, pinAllInBackground, pinAllInBackground, pinAllInBackground, pinAllInBackground, pinInBackground, pinInBackground, pinInBackground, pinInBackground, put, refresh, refreshInBackground, registerSubclass, remove, removeAll, revert, revert, save, saveAll, saveAllInBackground, saveAllInBackground, saveEventually, saveEventually, saveInBackground, saveInBackground, setACL, setObjectId, unpin, unpin, unpinAll, unpinAll, unpinAll, unpinAll, unpinAllInBackground, unpinAllInBackground, unpinAllInBackground, unpinAllInBackground, unpinAllInBackground, unpinAllInBackground, unpinAllInBackground, unpinAllInBackground, unpinInBackground, unpinInBackground, unpinInBackground, unpinInBackground
public static ParseInstallation getCurrentInstallation()
public static ParseQuery<ParseInstallation> getQuery()
ParseInstallation
.
Note: We only allow the following types of queries for installations:
query.get(objectId) query.whereEqualTo("installationId", value) query.whereMatchesKeyInQuery("installationId", keyInQuery, query)You can add additional query clauses, but one of the above must appear as a top-level
AND
clause in the query.ParseQuery.getQuery(Class)
public String getInstallationId()