You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1912,25 +1917,24 @@ public Query whereIn(String key){
1912
1917
/**
1913
1918
* Get entries having values based on referenced fields. This query works the opposite of $in_query and retrieves all entries that does not satisfy query conditions made on referenced fields.
1914
1919
* @param key The key to be constrained
1915
-
* @return {@link Query} object, so you can chain this call.
1920
+
* @param queryObject {@link Query} object, so you can chain this call
1921
+
* @return {@link Query} object, so you can chain this call
1916
1922
*
1917
1923
* <br><br><b>Example :</b><br>
1918
1924
* <pre class="prettyprint">
1919
1925
* //'blt5d4sample2633b' is a dummy Stack API key
1920
1926
* //'blt6d0240b5sample254090d' is dummy access token.
0 commit comments