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