com.foxinmy.weixin4j.model.paging
Class Sort

java.lang.Object
  extended by com.foxinmy.weixin4j.model.paging.Sort
All Implemented Interfaces:
Serializable

public class Sort
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class Sort.Direction
           
 
Field Summary
static Sort.Direction DEFAULT_DIRECTION
           
 
Constructor Summary
Sort()
           
Sort(Sort.Direction direction, List<String> properties)
           
Sort(Sort.Direction direction, String... properties)
           
Sort(String... properties)
           
 
Method Summary
 Map<Sort.Direction,List<String>> getOrders()
           
 boolean hasSort()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_DIRECTION

public static final Sort.Direction DEFAULT_DIRECTION
Constructor Detail

Sort

public Sort()

Sort

public Sort(String... properties)

Sort

public Sort(Sort.Direction direction,
            String... properties)

Sort

public Sort(Sort.Direction direction,
            List<String> properties)
Method Detail

getOrders

public Map<Sort.Direction,List<String>> getOrders()

hasSort

public boolean hasSort()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.