Uses of Class
com.stackmob.sdk.api.StackMobQuery.Ordering

Packages that use StackMobQuery.Ordering
com.stackmob.sdk.api Classes for communicating directly with StackMob. 
 

Uses of StackMobQuery.Ordering in com.stackmob.sdk.api
 

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

Methods in com.stackmob.sdk.api with parameters of type StackMobQuery.Ordering
 StackMobQuery StackMobQuery.fieldIsOrderedBy(String field, StackMobQuery.Ordering ordering)
          add an "ORDER BY" to your query
 StackMobQueryField StackMobQueryField.isOrderedBy(StackMobQuery.Ordering ordering)
          add an ordering on this field
 



Copyright © 2012 StackMob. All Rights Reserved.