- warn(String) - Method in class com.parse4cn1.util.Logger
-
Logs a warning message.
- whereContainedIn(String, Collection<? extends Object>) - Method in class com.parse4cn1.ParseQuery
-
Add a constraint to the query that requires a particular key's value to
be contained in the provided list of values.
- whereContains(String, String) - Method in class com.parse4cn1.ParseQuery
-
Add a constraint for finding string values that contain a provided
string.
- whereContainsAll(String, Collection<?>) - Method in class com.parse4cn1.ParseQuery
-
Add a constraint to the query that requires a particular key's value to
contain every one of the provided list of values.
- whereDoesNotExist(String) - Method in class com.parse4cn1.ParseQuery
-
Add a constraint for finding objects that do not contain a given key.
- whereDoesNotMatchKeyInQuery(String, String, ParseQuery<?>) - Method in class com.parse4cn1.ParseQuery
-
Add a constraint to the query that requires a particular key's value does
not match any value for a key in the results of another ParseQuery.
- whereDoesNotMatchQuery(String, ParseQuery<?>) - Method in class com.parse4cn1.ParseQuery
-
Add a constraint to the query that requires a particular key's value does
not match another ParseQuery.
- whereEndsWith(String, String) - Method in class com.parse4cn1.ParseQuery
-
Add a constraint for finding string values that end with a provided
string.
- whereEqualTo(String, Object) - Method in class com.parse4cn1.ParseQuery
-
Add a constraint to the query that requires a particular key's value to
be equal to the provided value.
- whereExists(String) - Method in class com.parse4cn1.ParseQuery
-
Add a constraint for finding objects that contain the given key.
- whereGreaterThan(String, Object) - Method in class com.parse4cn1.ParseQuery
-
Add a constraint to the query that requires a particular key's value to
be greater than the provided value.
- whereGreaterThanOrEqualTo(String, Object) - Method in class com.parse4cn1.ParseQuery
-
Add a constraint to the query that requires a particular key's value to
be greater than or equal to the provided value.
- whereLessThan(String, Object) - Method in class com.parse4cn1.ParseQuery
-
Add a constraint to the query that requires a particular key's value to
be less than the provided value.
- whereLessThanOrEqualTo(String, Object) - Method in class com.parse4cn1.ParseQuery
-
Add a constraint to the query that requires a particular key's value to
be less than or equal to the provided value.
- whereMatches(String, String) - Method in class com.parse4cn1.ParseQuery
-
Add a regular expression constraint for finding string values that match
the provided regular expression.
- whereMatches(String, String, String) - Method in class com.parse4cn1.ParseQuery
-
Add a regular expression constraint for finding string values that match
the provided regular expression.
- whereMatchesKeyInQuery(String, String, ParseQuery<?>) - Method in class com.parse4cn1.ParseQuery
-
Add a constraint to the query that requires a particular key's value
matches a value for a key in the results of another ParseQuery.
- whereMatchesQuery(String, ParseQuery<?>) - Method in class com.parse4cn1.ParseQuery
-
Add a constraint to the query that requires a particular key's value
match another ParseQuery.
- whereNear(String, ParseGeoPoint) - Method in class com.parse4cn1.ParseQuery
-
Add a proximity based constraint for finding objects with key point
values near the point given.
- whereNotContainedIn(String, Collection<? extends Object>) - Method in class com.parse4cn1.ParseQuery
-
Add a constraint to the query that requires a particular key's value not
to be contained in the provided list of values.
- whereNotEqualTo(String, Object) - Method in class com.parse4cn1.ParseQuery
-
Add a constraint to the query that requires a particular key's value to
be not equal to the provided value.
- whereRelatedTo(ParseObject, String) - Method in class com.parse4cn1.ParseQuery
-
Add a constraint for finding objects that are related to parent
by the given key
.
- whereStartsWith(String, String) - Method in class com.parse4cn1.ParseQuery
-
Add a constraint for finding string values that start with a provided
string.
- whereWithinGeoBox(String, ParseGeoPoint, ParseGeoPoint) - Method in class com.parse4cn1.ParseQuery
-
Add a constraint to the query that requires a particular key's
coordinates be contained within a given rectangular geographic bounding
box.
- whereWithinKilometers(String, ParseGeoPoint, double) - Method in class com.parse4cn1.ParseQuery
-
Add a proximity-based constraint for finding objects with key point
values near the point given and within the maximum distance given.
- whereWithinMiles(String, ParseGeoPoint, double) - Method in class com.parse4cn1.ParseQuery
-
Add a proximity-based constraint for finding objects with key point
values near the point given and within the maximum distance given.
- whereWithinRadians(String, ParseGeoPoint, double) - Method in class com.parse4cn1.ParseQuery
-
Add a proximity based constraint for finding objects with key point
values near the point given and within the maximum distance given.