com.stackmob.sdkapi
Class SMOr

java.lang.Object
  extended by com.stackmob.sdkapi.SMCondition
      extended by com.stackmob.sdkapi.SMOr

public class SMOr
extends SMCondition

An "or" query. subclauses will be joined together with "or"


Constructor Summary
SMOr(List<SMCondition> clauses)
          Create an new SMOr query.
 
Method Summary
 List<SMCondition> getClauses()
          Get the clauses
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMOr

public SMOr(List<SMCondition> clauses)
Create an new SMOr query.

Parameters:
clauses - The clauses to be joined with "or"
Method Detail

getClauses

public List<SMCondition> getClauses()
Get the clauses

Returns:


Copyright © 2013 StackMob. All Rights Reserved.