com.stackmob.sdkapi
Class SMIn
java.lang.Object
com.stackmob.sdkapi.SMCondition
com.stackmob.sdkapi.SMIn
public class SMIn
- extends SMCondition
An "in" query
SMIn
public SMIn(String field,
List<? extends SMValue> values)
- Creates a new SMIn query
- Parameters:
field - the field to queryvalues - the set of possible values to match
SMIn
public SMIn(String field,
SMList values)
- Creates a new SMIn query
- Parameters:
field - the field to queryvalues - the set of possible values to match
getField
public String getField()
getValues
public List<? extends SMValue> getValues()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 StackMob. All Rights Reserved.