Skip navigation links
A C D E F G H I J K L M N O P Q R S T U V W 

A

ACCOUNT_ALREADY_LINKED - Static variable in exception com.parse4cn1.ParseException
 
add(T) - Method in class com.parse4cn1.ParseRelation
Adds an object to this relation.
addAllToArrayField(String, Collection<?>) - Method in class com.parse4cn1.ParseObject
Atomically adds the objects contained in values to the end of the array associated with a given key.
addAllUniqueToArrayField(String, Collection<?>) - Method in class com.parse4cn1.ParseObject
Atomically adds the objects contained in values to the array associated with a given key, only if it is not already present in the array.
addArgument(String, String) - Method in class com.parse4cn1.command.ParseCommand
Adds the specified key-value pair as an argument to the HTTP request.
addAscendingOrder(String) - Method in class com.parse4cn1.ParseQuery
Also sorts the results in ascending order by the given key.
addDescendingOrder(String) - Method in class com.parse4cn1.ParseQuery
Also sorts the results in descending order by the given key.
addHeader(String, String) - Method in class com.parse4cn1.command.ParseCommand
Add the HTTP header field associated with the provided key and value.
addJson - Variable in class com.parse4cn1.command.ParseGetCommand
 
addObject(ParseObject, ParseBatch.EBatchOpType) - Method in class com.parse4cn1.ParseBatch
Adds an object to the batch to be executed.
addObjects(Collection<? extends ParseObject>, ParseBatch.EBatchOpType) - Method in class com.parse4cn1.ParseBatch
Adds multiple objects to the batch to be executed.
addToArrayField(String, Object) - Method in class com.parse4cn1.ParseObject
Atomically adds an object to the end of the array associated with a given key.
AddToArrayOperation - Class in com.parse4cn1.operation
This class defines an operation to 'atomically' add objects to an array field of a ParseObject.
AddToArrayOperation(Collection<?>) - Constructor for class com.parse4cn1.operation.AddToArrayOperation
 
AddToArrayOperation(Object) - Constructor for class com.parse4cn1.operation.AddToArrayOperation
 
addUniqueToArrayField(String, Object) - Method in class com.parse4cn1.ParseObject
Atomically adds an object to the array associated with a given key, only if it is not already present in the array.
AddUniqueToArrayOperation - Class in com.parse4cn1.operation
This class defines an operation to 'atomically' add unique objects to an array field of a ParseObject.
AddUniqueToArrayOperation(Collection<?>) - Constructor for class com.parse4cn1.operation.AddUniqueToArrayOperation
 
AddUniqueToArrayOperation(Object) - Constructor for class com.parse4cn1.operation.AddUniqueToArrayOperation
 
apply(Object, ParseObject, String) - Method in class com.parse4cn1.operation.AddToArrayOperation
 
apply(Object, ParseObject, String) - Method in class com.parse4cn1.operation.AddUniqueToArrayOperation
 
apply(Object, ParseObject, String) - Method in class com.parse4cn1.operation.DeleteFieldOperation
 
apply(Object, ParseObject, String) - Method in class com.parse4cn1.operation.IncrementFieldOperation
 
apply(Object, ParseObject, String) - Method in interface com.parse4cn1.operation.ParseOperation
Applies the operation to the specified object.
apply(Object, ParseObject, String) - Method in class com.parse4cn1.operation.RelationOperation
 
apply(Object, ParseObject, String) - Method in class com.parse4cn1.operation.RemoveFromArrayOperation
 
apply(Object, ParseObject, String) - Method in class com.parse4cn1.operation.SetFieldOperation
 
asExternalizable() - Method in class com.parse4cn1.ParseObject
Wraps this ParseObject in a form that can be persisted to storage.
A C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links