- include(String) - Method in class com.parse4cn1.ParseQuery
-
Include nested ParseObjects for the provided key.
- INCORRECT_TYPE - Static variable in exception com.parse4cn1.ParseException
-
- increment(String) - Method in class com.parse4cn1.ParseObject
-
Atomically increments the number field associated with key
by 1.
- increment(String, Object) - Method in class com.parse4cn1.ParseObject
-
Atomically increments the number field associated with key
by the
stated amount
.
- IncrementFieldOperation - Class in com.parse4cn1.operation
-
This class defines an operation to increment or decrement the value of a
field of a ParseObject.
- IncrementFieldOperation(Object) - Constructor for class com.parse4cn1.operation.IncrementFieldOperation
-
- info(String) - Method in class com.parse4cn1.util.Logger
-
Logs an information message.
- initialize(String, String, String) - Method in interface com.parse4cn1.nativeinterface.ParseInstallationNative
-
Initializes the Parse SDK.
- initialize(String, String, String) - Static method in class com.parse4cn1.Parse
-
Authenticates this client as belonging to your application.
- INTERNAL_SERVER_ERROR - Static variable in exception com.parse4cn1.ParseException
-
- internalize(int, DataInputStream) - Method in class com.parse4cn1.ParseFile
-
- internalize(int, DataInputStream) - Method in class com.parse4cn1.ParseGeoPoint
-
- internalize(int, DataInputStream) - Method in class com.parse4cn1.ParseObject
-
Deserializes the contents of the ParseObject in a manner that complies with
the Externalizable
interface.
- internalize(int, DataInputStream) - Method in class com.parse4cn1.ParseRelation
-
- internalize(int, DataInputStream) - Method in class com.parse4cn1.ParseUser
-
Deserializes ParseUser-specific data in addition to regular ParseObject data.
- internalize(int, DataInputStream) - Method in class com.parse4cn1.util.ExternalizableJsonEntity
-
- internalize(int, DataInputStream) - Method in class com.parse4cn1.util.ExternalizableParseObject
-
- INVALID_ACL - Static variable in exception com.parse4cn1.ParseException
-
- INVALID_CHANNEL_NAME - Static variable in exception com.parse4cn1.ParseException
-
- INVALID_CLASS_NAME - Static variable in exception com.parse4cn1.ParseException
-
- INVALID_EMAIL_ADDRESS - Static variable in exception com.parse4cn1.ParseException
-
- INVALID_FILE_NAME - Static variable in exception com.parse4cn1.ParseException
-
- INVALID_JSON - Static variable in exception com.parse4cn1.ParseException
-
- INVALID_KEY_NAME - Static variable in exception com.parse4cn1.ParseException
-
- INVALID_LINKED_SESSION - Static variable in exception com.parse4cn1.ParseException
-
- INVALID_NESTED_KEY - Static variable in exception com.parse4cn1.ParseException
-
- INVALID_POINTER - Static variable in exception com.parse4cn1.ParseException
-
- INVALID_QUERY - Static variable in exception com.parse4cn1.ParseException
-
- INVALID_ROLE_NAME - Static variable in exception com.parse4cn1.ParseException
-
- IParseObjectEncodingStrategy - Interface in com.parse4cn1.encode
-
An interface that specifies a strategy for encoding ParseObject
relationships.
- isAppOpenedViaPushNotification() - Static method in class com.parse4cn1.ParsePush
-
Checks whether the app is being opened via a push notification, e.g., by
clicking the notification in the 'status bar'.
- isAuthenticated() - Method in class com.parse4cn1.ParseUser
-
Checks whether the ParseUser has been authenticated on this device.
- isDataAvailable() - Method in interface com.parse4cn1.Parse.IPersistable
-
Checks whether this persistable object has any data.
- isDataAvailable() - Method in class com.parse4cn1.ParseFile
-
- isDataAvailable() - Method in class com.parse4cn1.ParseObject
-
- isDebugEnabled() - Method in class com.parse4cn1.util.Logger
-
Checks if debug logging is enabled.
- isDirty() - Method in interface com.parse4cn1.Parse.IPersistable
-
An object is dirty if a change has been made to it that requires it
to be persisted.
- isDirty() - Method in class com.parse4cn1.ParseFile
-
- isDirty() - Method in class com.parse4cn1.ParseObject
-
An object is dirty if a change has been made to it that requires it
to be persisted.
- isEmpty(String) - Static method in class com.parse4cn1.Parse
-
- isExternalizableJsonEntity(Object) - Static method in class com.parse4cn1.util.ExternalizableJsonEntity
-
- isFailed() - Method in class com.parse4cn1.command.ParseResponse
-
If true
, the associated ParseCommand failed.
- isInitialized() - Static method in class com.parse4cn1.Parse
-
Checks if the library has been initialized.
- isReservedEndPoint(String) - Static method in class com.parse4cn1.Parse
-
Checks if the provided endPoint
is the name of an in-built Parse
end point, for examples (users and /classes/_User).
- isReservedKey(String) - Static method in class com.parse4cn1.Parse
-
Checks if the provided key
is a key with a special meaning in
Parse, for example objectId
.
- isSucceeded() - Method in class com.parse4cn1.ParseBatch
-
Indicates the status of the batch operation.
- isSupportedNumberType(Object) - Static method in class com.parse4cn1.operation.ParseOperationUtil
-
Check is the provided object is of a supported number type.
- isUnprocessedPushDataAvailable() - Static method in class com.parse4cn1.ParsePush
-
Checks whether there is pending unprocessed push data.
- isValidType(Object) - Static method in class com.parse4cn1.Parse
-
Checks if the provided type is a valid type for a Parse Object or any one
of its fields.