Uses of Class
com.stackmob.sdkapi.OrderingDirection

Packages that use OrderingDirection
com.stackmob.sdkapi   
 

Uses of OrderingDirection in com.stackmob.sdkapi
 

Methods in com.stackmob.sdkapi that return OrderingDirection
 OrderingDirection SMOrdering.getDirection()
           
static OrderingDirection OrderingDirection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OrderingDirection[] OrderingDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.stackmob.sdkapi with parameters of type OrderingDirection
SMOrdering(String field, OrderingDirection direction)
          Create a new ordering for filtering result sets
 



Copyright © 2012 StackMob. All Rights Reserved.