com.stackmob.sdkapi
Class SMAnd
java.lang.Object
com.stackmob.sdkapi.SMCondition
com.stackmob.sdkapi.SMAnd
public class SMAnd
- extends SMCondition
An "and" query. subclauses will be joined together with "and"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SMAnd
public SMAnd(List<SMCondition> clauses)
- Create a new SMAnd query
- Parameters:
clauses - the clauses to be joined with "and"
getClauses
public List<SMCondition> getClauses()
- get the clauses
- Returns:
Copyright © 2013 StackMob. All Rights Reserved.