- debug(String) - Method in class com.parse4cn1.util.Logger
-
Logs a debug message.
- decode(Object) - Static method in class com.parse4cn1.encode.ParseDecoder
-
- decode(JSONObject) - Static method in class com.parse4cn1.operation.ParseOperationDecoder
-
Decodes the provided Parse operation data based on the
defined in the encoded
object.
- decrement(String) - Method in class com.parse4cn1.ParseObject
-
Atomically decrements the number field associated with key
by 1.
- DefaultParseObjectFactory() - Constructor for class com.parse4cn1.Parse.DefaultParseObjectFactory
-
- delete() - Method in class com.parse4cn1.ParseObject
-
Deletes this object on the server.
- delete() - Method in class com.parse4cn1.ParseUser
-
- DeleteCallback - Class in com.parse4cn1.callback
-
- DeleteCallback() - Constructor for class com.parse4cn1.callback.DeleteCallback
-
- DeleteFieldOperation - Class in com.parse4cn1.operation
-
This class defines an operation to delete a field (key-value pair) from a ParseObject.
- DeleteFieldOperation() - Constructor for class com.parse4cn1.operation.DeleteFieldOperation
-
- distanceInKilometersTo(ParseGeoPoint) - Method in class com.parse4cn1.ParseGeoPoint
-
Get distance between this point and another ParseGeoPoint in kilometers.
- distanceInMilesTo(ParseGeoPoint) - Method in class com.parse4cn1.ParseGeoPoint
-
Get distance between this point and another ParseGeoPoint in miles.
- distanceInRadiansTo(ParseGeoPoint) - Method in class com.parse4cn1.ParseGeoPoint
-
Get distance in radians between this point and another ParseGeoPoint.
- done(Integer, ParseException) - Method in class com.parse4cn1.callback.CountCallback
-
- done(ParseException) - Method in class com.parse4cn1.callback.DeleteCallback
-
- done(List<T>, ParseException) - Method in class com.parse4cn1.callback.FindCallback
-
- done(T, ParseException) - Method in class com.parse4cn1.callback.FunctionCallback
-
- done(T, ParseException) - Method in class com.parse4cn1.callback.GetCallback
-
- done(byte[], ParseException) - Method in class com.parse4cn1.callback.GetDataCallback
-
- done(Integer) - Method in class com.parse4cn1.callback.ProgressCallback
-
- done(ParseException) - Method in class com.parse4cn1.callback.RequestPasswordResetCallback
-
- done(ParseException) - Method in class com.parse4cn1.callback.SaveCallback
-
- done(ParseException) - Method in class com.parse4cn1.callback.SignUpCallback
-
- DUPLICATE_VALUE - Static variable in exception com.parse4cn1.ParseException
-