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 

R

refresh() - Method in class com.parse4cn1.ParseConfig
Forces fresh retrieval of the Parse configuration from the server.
registerDefaultDecoders() - Static method in class com.parse4cn1.operation.ParseOperationDecoder
Registers the 'standard' decoders for all known/supported Parse operations.
registerDefaultSubClasses() - Static method in class com.parse4cn1.util.ParseRegistry
Registers predefined Parse classes like _User and _Role so that they can be instantiated when needed.
registerExternalizableClasses() - Static method in class com.parse4cn1.util.ParseRegistry
Registers all externalizable classes defined in the parse4cn1 library.
registerParseFactory(String, Parse.IParseObjectFactory) - Static method in class com.parse4cn1.util.ParseRegistry
Registers the factory to be used to instantiate object of className.
registerSubclass(Class<? extends ParseObject>, String) - Static method in class com.parse4cn1.util.ParseRegistry
Registers the ParseObject subclass associated with a given class name.
RelationConstraint(String, ParseObject) - Constructor for class com.parse4cn1.ParseQuery.RelationConstraint
Constructors a relation constraint with the provided key and object.
RelationOperation<T extends ParseObject> - Class in com.parse4cn1.operation
This class defines an operation to create or remove a relation between ParseObjects.
RelationOperation(Set<T>, RelationOperation.ERelationType) - Constructor for class com.parse4cn1.operation.RelationOperation
 
RelationOperation.ERelationType - Enum in com.parse4cn1.operation
 
remove(String) - Method in class com.parse4cn1.ParseObject
Removes a key from this object's data if it exists.
remove(T) - Method in class com.parse4cn1.ParseRelation
Removes an object from this relation.
remove(String) - Method in class com.parse4cn1.ParseUser
 
removeAllFromArrayField(String, Collection<?>) - Method in class com.parse4cn1.ParseObject
Atomically removes all instances of the objects contained in values from the array associated with a given key.
removeFromArrayField(String, Object) - Method in class com.parse4cn1.ParseObject
Atomically removes an object to the end of the array associated with a given key.
RemoveFromArrayOperation - Class in com.parse4cn1.operation
This class defines an operation to 'atomically' remove objects from an array field of a ParseObject.
RemoveFromArrayOperation(Collection<?>) - Constructor for class com.parse4cn1.operation.RemoveFromArrayOperation
 
RemoveFromArrayOperation(Object) - Constructor for class com.parse4cn1.operation.RemoveFromArrayOperation
 
requestPasswordReset(String) - Static method in class com.parse4cn1.ParseUser
Requests a password reset email to be sent to the specified email address associated with the user account.
RequestPasswordResetCallback - Class in com.parse4cn1.callback
 
RequestPasswordResetCallback() - Constructor for class com.parse4cn1.callback.RequestPasswordResetCallback
 
reset() - Method in class com.parse4cn1.ParseObject
Resets this ParseObject's state.
reset() - Static method in class com.parse4cn1.util.ParseRegistry
Resets all registered class mappings.
resetCurrentInstallation() - Static method in class com.parse4cn1.ParseInstallation
Sets the current installation to null.
resetPushDataUsedToOpenApp() - Static method in class com.parse4cn1.ParsePush
Clears the app open push data.
resetUnprocessedPushData() - Static method in class com.parse4cn1.ParsePush
Clears all unprocessed push data.
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