com.stackmob.sdkapi
Class SMOrdering
java.lang.Object
com.stackmob.sdkapi.SMOrdering
public class SMOrdering
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SMOrdering
public SMOrdering(String field,
OrderingDirection direction)
- Create a new ordering for filtering result sets
- Parameters:
field - the field on which to sort resultsdirection - the direction in which results should be sorted
getField
public String getField()
getDirection
public OrderingDirection getDirection()
Copyright © 2012 StackMob. All Rights Reserved.