com.netmera.mobile
Class NetmeraService.SortBy

java.lang.Object
  extended by com.netmera.mobile.NetmeraService.SortBy
Enclosing class:
NetmeraService

public static class NetmeraService.SortBy
extends java.lang.Object


Field Summary
static java.lang.String CREATE_DATE
          Sort by content create date
static java.lang.String NEARBY
          Is used to set sort order of circle and boxsearch
static java.lang.String UPDATE_DATE
          Sort by content update date
 
Constructor Summary
NetmeraService.SortBy()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEARBY

public static final java.lang.String NEARBY
Is used to set sort order of circle and boxsearch

See Also:
Constant Field Values

CREATE_DATE

public static final java.lang.String CREATE_DATE
Sort by content create date

See Also:
Constant Field Values

UPDATE_DATE

public static final java.lang.String UPDATE_DATE
Sort by content update date

See Also:
Constant Field Values
Constructor Detail

NetmeraService.SortBy

public NetmeraService.SortBy()