Uses of Class
com.stackmob.sdk.api.StackMobQueryField

Packages that use StackMobQueryField
com.stackmob.sdk.api Classes for communicating directly with StackMob. 
 

Uses of StackMobQueryField in com.stackmob.sdk.api
 

Methods in com.stackmob.sdk.api that return StackMobQueryField
 StackMobQueryField StackMobQueryField.isEqualTo(Boolean val)
          add an equality constraint to the field
 StackMobQueryField StackMobQueryField.isEqualTo(Integer val)
          add an equality constraint to the field
 StackMobQueryField StackMobQueryField.isEqualTo(Long val)
          add an equality constraint to the field
 StackMobQueryField StackMobQueryField.isEqualTo(String val)
          add an equality constraint to the field
 StackMobQueryField StackMobQueryField.isGreaterThan(Boolean val)
          add a greater than constraint to the field
 StackMobQueryField StackMobQueryField.isGreaterThan(Integer val)
          add a greater than constraint to the field
 StackMobQueryField StackMobQueryField.isGreaterThan(Long val)
          add a greater than constraint to the field
 StackMobQueryField StackMobQueryField.isGreaterThan(String val)
          add a greater than constraint to the field
 StackMobQueryField StackMobQueryField.isGreaterThanOrEqualTo(Boolean val)
          add a greater than or equal to constraint to the field
 StackMobQueryField StackMobQueryField.isGreaterThanOrEqualTo(Integer val)
          add a greater than or equal to constraint to the field
 StackMobQueryField StackMobQueryField.isGreaterThanOrEqualTo(Long val)
          add a greater than or equal to constraint to the field
 StackMobQueryField StackMobQueryField.isGreaterThanOrEqualTo(String val)
          add a greater than or equal to constraint to the field
 StackMobQueryField StackMobQueryField.isIn(List<String> values)
          Constrain the field to be in a set of values
 StackMobQueryField StackMobQueryField.isLessThan(Boolean val)
          add a less than constraint to the field
 StackMobQueryField StackMobQueryField.isLessThan(Integer val)
          add a less than constraint to the field
 StackMobQueryField StackMobQueryField.isLessThan(Long val)
          add a less than constraint to the field
 StackMobQueryField StackMobQueryField.isLessThan(String val)
          add a less than constraint to the field
 StackMobQueryField StackMobQueryField.isLessThanOrEqualTo(Boolean val)
          add a less than or equal to constraint to the field
 StackMobQueryField StackMobQueryField.isLessThanOrEqualTo(Integer val)
          add a less than or equal to constraint to the field
 StackMobQueryField StackMobQueryField.isLessThanOrEqualTo(Long val)
          add a less than or equal to constraint to the field
 StackMobQueryField StackMobQueryField.isLessThanOrEqualTo(String val)
          add a less than or equal to constraint to the field
 StackMobQueryField StackMobQueryField.isNear(StackMobGeoPoint point)
          add an constraint that this field, which should be a geopoint, is near to another point
 StackMobQueryField StackMobQueryField.isNearWithinKm(StackMobGeoPoint point, Double maxDistanceKm)
          add an constraint that this field, which should be a geopoint, is within a certain distance of another point
 StackMobQueryField StackMobQueryField.isNearWithinMi(StackMobGeoPoint point, Double maxDistanceMi)
          add an constraint that this field, which should be a geopoint, is within a certain distance of another point
 StackMobQueryField StackMobQueryField.isNotEqualTo(Boolean val)
          add an inequality constraint to the field
 StackMobQueryField StackMobQueryField.isNotEqualTo(Integer val)
          add an inequality constraint to the field
 StackMobQueryField StackMobQueryField.isNotEqualTo(Long val)
          add an inequality constraint to the field
 StackMobQueryField StackMobQueryField.isNotEqualTo(String val)
          add an inequality constraint to the field
 StackMobQueryField StackMobQueryField.isNotNull()
          add an not null constraint to the field
 StackMobQueryField StackMobQueryField.isNull()
          add an null constraint to the field
 StackMobQueryField StackMobQueryField.isOrderedBy(StackMobQuery.Ordering ordering)
          add an ordering on this field
 StackMobQueryField StackMobQueryField.isWithinBox(StackMobGeoPoint lowerLeft, StackMobGeoPoint upperRight)
          add an constraint that this field, which should be a geopoint, is within the box defined by two other points
 StackMobQueryField StackMobQueryField.isWithinKm(StackMobGeoPoint point, Double radiusKm)
          add an constraint that this field, which should be a geopoint, is within a certain distance of another point
 StackMobQueryField StackMobQueryField.isWithinMi(StackMobGeoPoint point, Double radiusMi)
          add an constraint that this field, which should be a geopoint, is within a certain distance of another point
 

Methods in com.stackmob.sdk.api with parameters of type StackMobQueryField
 StackMobQuery StackMobQuery.field(StackMobQueryField field)
          Begin adding constraints to a field via a StackMobQueryField
 



Copyright © 2013 StackMob. All Rights Reserved.