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

Packages that use StackMobQuery.Ordering
com.stackmob.sdk.api   
 

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
 StackMobQueryWithField StackMobQueryWithField.isOrderedBy(StackMobQuery.Ordering ordering)
           
 



Copyright © 2011 StackMob. All Rights Reserved.