com.stackmob.sdkapi
Class SMAnd

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

public class SMAnd
extends SMCondition

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


Constructor Summary
SMAnd(List<SMCondition> clauses)
          Create a new SMAnd 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

SMAnd

public SMAnd(List<SMCondition> clauses)
Create a new SMAnd query

Parameters:
clauses - the clauses to be joined with "and"
Method Detail

getClauses

public List<SMCondition> getClauses()
get the clauses

Returns:


Copyright © 2013 StackMob. All Rights Reserved.