com.stackmob.sdkapi
Class SMNin
java.lang.Object
com.stackmob.sdkapi.SMCondition
com.stackmob.sdkapi.SMNin
public class SMNin
- extends SMCondition
A "nin" query
SMNin
public SMNin(String field,
List<? extends SMValue> values)
- Creates a new SMNin query
- Parameters:
field - the field to queryvalues - the set of possible values to match
SMNin
public SMNin(String field,
SMList values)
- Creates a new SMNin 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 © 2013 StackMob. All Rights Reserved.