com.stackmob.sdkapi
Class SMOrdering

java.lang.Object
  extended by com.stackmob.sdkapi.SMOrdering

public class SMOrdering
extends Object


Constructor Summary
SMOrdering(String field, OrderingDirection direction)
          Create a new ordering for filtering result sets
 
Method Summary
 OrderingDirection getDirection()
           
 String getField()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMOrdering

public SMOrdering(String field,
                  OrderingDirection direction)
Create a new ordering for filtering result sets

Parameters:
field - the field on which to sort results
direction - the direction in which results should be sorted
Method Detail

getField

public String getField()

getDirection

public OrderingDirection getDirection()


Copyright © 2012 StackMob. All Rights Reserved.