- get() - Static method in class com.parse4cn1.encode.PointerEncodingStrategy
-
- get(String) - Method in class com.parse4cn1.ParseConfig
-
- get(String) - Method in class com.parse4cn1.ParseObject
-
Retrieves the object value associated with key
.
- get(String) - Method in class com.parse4cn1.ParseQuery
-
Constructs a ParseObject whose id is already known by fetching data from
the source.
- getApiEndpoint() - Static method in class com.parse4cn1.Parse
-
Retrieves the Parse API endpoint without a trailing '/'.
- getApplicationId() - Static method in class com.parse4cn1.Parse
-
- getBadge() - Method in class com.parse4cn1.ParseInstallation
-
Retrieves the current application badge count.
- getBoolean(String) - Method in class com.parse4cn1.ParseConfig
-
- getBoolean(String) - Method in class com.parse4cn1.ParseObject
-
Retrieves the Boolean
value associated with key
.
- GetCallback<T extends ParseObject> - Class in com.parse4cn1.callback
-
- GetCallback() - Constructor for class com.parse4cn1.callback.GetCallback
-
- getCause() - Method in exception com.parse4cn1.ParseException
-
- getClassName() - Static method in class com.parse4cn1.ParseFile
-
- getClassName() - Static method in class com.parse4cn1.ParseGeoPoint
-
- getClassName() - Method in class com.parse4cn1.ParseObject
-
- getClassName() - Method in class com.parse4cn1.ParseQuery
-
Accessor for the class name.
- getClassName() - Static method in class com.parse4cn1.ParseRelation
-
- getClassName() - Static method in class com.parse4cn1.util.ExternalizableJsonEntity
-
- getClassName() - Static method in class com.parse4cn1.util.ExternalizableParseObject
-
- getClassName(Class<? extends ParseObject>) - Static method in class com.parse4cn1.util.ParseRegistry
-
Retrieves the class name associated with the provided ParseObject sub-class.
- getClientKey() - Static method in class com.parse4cn1.Parse
-
- getCode() - Method in exception com.parse4cn1.ParseException
-
- getContentType() - Method in class com.parse4cn1.ParseFile
-
- getCreatedAt() - Method in class com.parse4cn1.ParseObject
-
- getCurrent() - Static method in class com.parse4cn1.ParseUser
-
- getCurrentInstallation() - Static method in class com.parse4cn1.ParseInstallation
-
Retrieves the current installation.
- getData() - Method in class com.parse4cn1.ParseFile
-
Synchronously gets the data for this object if no file data is present;
otherwise returns the data available for this object.
- GetDataCallback - Class in com.parse4cn1.callback
-
- GetDataCallback() - Constructor for class com.parse4cn1.callback.GetDataCallback
-
- getDate(String) - Method in class com.parse4cn1.ParseConfig
-
- getDate(String) - Method in class com.parse4cn1.ParseObject
-
Retrieves the Date
value associated with key
.
- getDouble(String) - Method in class com.parse4cn1.ParseConfig
-
- getDouble(String) - Method in class com.parse4cn1.ParseObject
-
Retrieves the Double
value associated with key
.
- getEmail() - Method in class com.parse4cn1.ParseUser
-
- getEmailVerified() - Method in class com.parse4cn1.ParseUser
-
Retrieves the email verification status of this user.
- getEndPoint() - Method in class com.parse4cn1.ParseFile
-
- getEndPoint() - Method in class com.parse4cn1.ParseObject
-
Retrieves the end point associated with this ParseObject.
- getErrors() - Method in class com.parse4cn1.ParseBatch
-
Retrieves the error returned per ParseObject by the Parse server when the
batch was executed.
- getException() - Method in class com.parse4cn1.command.ParseResponse
-
- getFileExtension(String) - Static method in class com.parse4cn1.util.MimeType
-
Extracts the extension part of a filename.
- getIncludes() - Method in class com.parse4cn1.ParseQuery
-
Accessor for the included nested ParseObjects.
- getInstallationId() - Method in class com.parse4cn1.ParseInstallation
-
Returns the unique ID of this installation object as contained in the
ParseInstallation
object.
- getInstallationObjectId() - Method in interface com.parse4cn1.nativeinterface.ParseInstallationNative
-
Retrieves the object ID of the current installation.
- getInstance() - Static method in class com.parse4cn1.ParseConfig
-
Retrieves the parse configuration singleton object.
- getInstance() - Static method in class com.parse4cn1.util.Logger
-
- getInt(String) - Method in class com.parse4cn1.ParseConfig
-
- getInt(String) - Method in class com.parse4cn1.ParseObject
-
Retrieves the Integer
value associated with key
.
- getJsonEntity() - Method in class com.parse4cn1.util.ExternalizableJsonEntity
-
- getJsonObject() - Method in class com.parse4cn1.command.ParseResponse
-
- getKey() - Method in class com.parse4cn1.ParseQuery.RelationConstraint
-
Accessor for the relation's key.
- getLatitude() - Method in class com.parse4cn1.ParseGeoPoint
-
- getLimit() - Method in class com.parse4cn1.ParseQuery
-
Accessor for the limit.
- getList(String) - Method in class com.parse4cn1.ParseConfig
-
- getList(String) - Method in class com.parse4cn1.ParseObject
-
Retrieves the list or JSONArray value associated with key
.
- getLogContent() - Method in class com.parse4cn1.util.Logger
-
Retrieves the entire log content as a single long string to be used by
the application in any way it deems fit.
- getLong(String) - Method in class com.parse4cn1.ParseConfig
-
- getLong(String) - Method in class com.parse4cn1.ParseObject
-
Retrieves the Long
value associated with key
.
- getLongitude() - Method in class com.parse4cn1.ParseGeoPoint
-
- getMimeType(String) - Static method in class com.parse4cn1.util.MimeType
-
Gets the MIME type associated with the provided file extension.
- getName() - Method in class com.parse4cn1.ParseFile
-
- getName() - Method in class com.parse4cn1.ParseRole
-
- getObject() - Method in class com.parse4cn1.ParseQuery.RelationConstraint
-
Accessor for the relation's object.
- getObjectFactory(String) - Static method in class com.parse4cn1.util.ParseRegistry
-
Retrieves the object factory for instantiating objects of the class with
the specified name.
- getObjectId() - Method in class com.parse4cn1.ParseFile
-
- getObjectId() - Method in class com.parse4cn1.ParseGeoPoint
-
- getObjectId() - Method in class com.parse4cn1.ParseObject
-
Accessor to the object id.
- getObjectId() - Method in class com.parse4cn1.ParseRelation
-
- getObjectId() - Method in class com.parse4cn1.util.ExternalizableJsonEntity
-
- getObjectId() - Method in class com.parse4cn1.util.ExternalizableParseObject
-
- getOrQuery(Collection<ParseQuery>) - Static method in class com.parse4cn1.ParseQuery
-
Create a ParseQuery whose where-clause is the disjunction of the
where-clauses of the provided queries
.
- getParseAPIUrl(String) - Static method in class com.parse4cn1.Parse
-
- getParseData() - Method in class com.parse4cn1.ParseObject
-
Encodes the data present in this object in a JSONObject that complies to
the Parse API specification.
- getParseError(JSONObject) - Static method in class com.parse4cn1.command.ParseResponse
-
Converts the provided raw response into the corresponding ParseException.
- getParseFile(String) - Method in class com.parse4cn1.ParseConfig
-
- getParseFile(String) - Method in class com.parse4cn1.ParseObject
-
Retrieves the
ParseFile
value associated with
key
.
- getParseGeoPoint(String) - Method in class com.parse4cn1.ParseConfig
-
- getParseGeoPoint(String) - Method in class com.parse4cn1.ParseObject
-
- getParseObject(String) - Method in class com.parse4cn1.ParseConfig
-
- getParseObject(String) - Method in class com.parse4cn1.ParseObject
-
- getParseObject() - Method in class com.parse4cn1.util.ExternalizableParseObject
-
- getPlatform() - Static method in class com.parse4cn1.Parse
-
Retrieves the current platform
- getPushDataUsedToOpenApp() - Static method in class com.parse4cn1.ParsePush
-
Retrieves app open push data, if present.
- getQuery() - Static method in class com.parse4cn1.ParseInstallation
-
Constructs a query for ParseInstallation
.
- getQuery(Class<T>) - Static method in class com.parse4cn1.ParseQuery
-
Creates a ParseQuery for the specified sub-class.
- getQuery(String) - Static method in class com.parse4cn1.ParseQuery
-
Creates a ParseQuery for the ParseObject sub-class with the specified
name..
- getQuery() - Method in class com.parse4cn1.ParseRelation
-
Gets a query that can be used to query the objects in this relation.
- getRelation(String) - Method in class com.parse4cn1.ParseObject
-
Creates a ParseRelation object for defining/updating relations associated
with key
.
- getRelation() - Method in class com.parse4cn1.ParseQuery.RelationConstraint
-
Accessor for the ParseRelation associated with this relation
constraint.
- getResponseData() - Method in class com.parse4cn1.command.ParseResponse
-
- getSerializationVersion() - Static method in class com.parse4cn1.Parse
-
Retrieves the default ID to be used for serialization of objects.
- getSessionToken() - Method in class com.parse4cn1.ParseUser
-
Retrieves the session token associated with this user.
- getSkip() - Method in class com.parse4cn1.ParseQuery
-
Accessor for the setSkip.
- getStatusCode() - Method in class com.parse4cn1.command.ParseResponse
-
- getString(String) - Method in class com.parse4cn1.ParseConfig
-
- getString(String) - Method in class com.parse4cn1.ParseObject
-
Retrieves the String
value associated with key
.
- getSubscribedChannels() - Method in class com.parse4cn1.ParseInstallation
-
Retrieves all the channels to which this device is currently subscribed
to.
- getTargetClass() - Method in class com.parse4cn1.operation.RelationOperation
-
- getTargetClass() - Method in class com.parse4cn1.ParseRelation
-
- getUnprocessedPushData() - Static method in class com.parse4cn1.ParsePush
-
Retrieves unprocessed push data, if present.
- getUpdatedAt() - Method in class com.parse4cn1.ParseObject
-
- getUrl(String, String) - Static method in class com.parse4cn1.command.ParseCommand
-
Create a Parse API URL using the provided data.
- getUrl() - Method in class com.parse4cn1.ParseFile
-
- getUsername() - Method in class com.parse4cn1.ParseUser
-
- getVersion() - Method in class com.parse4cn1.ParseFile
-
- getVersion() - Method in class com.parse4cn1.ParseGeoPoint
-
- getVersion() - Method in class com.parse4cn1.ParseRelation
-
- getVersion() - Method in class com.parse4cn1.util.ExternalizableJsonEntity
-
- getVersion() - Method in class com.parse4cn1.util.ExternalizableParseObject
-