com.hs.mail.imap.message.request.ext
Class SortRequest

java.lang.Object
  extended by com.hs.mail.imap.message.request.ImapRequest
      extended by com.hs.mail.imap.message.request.SearchRequest
          extended by com.hs.mail.imap.message.request.ext.SortRequest

public class SortRequest
extends SearchRequest

Since:
31 Oct, 2010
Author:
Won Chul Doh

Constructor Summary
SortRequest(String tag, String command, String charset, SortKey sortKey, SearchKey searchKey, boolean useUID)
           
 
Method Summary
 SortKey getSortKey()
           
 
Methods inherited from class com.hs.mail.imap.message.request.SearchRequest
getCharset, getSearchKey, isUseUID, validForState
 
Methods inherited from class com.hs.mail.imap.message.request.ImapRequest
getCommand, getTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortRequest

public SortRequest(String tag,
                   String command,
                   String charset,
                   SortKey sortKey,
                   SearchKey searchKey,
                   boolean useUID)
Method Detail

getSortKey

public SortKey getSortKey()


Copyright © 2011. All Rights Reserved.