public final class SortTerm extends Object
getSortedMessages
method.
Multiple sort criteria are specified in an array with the order in
the array specifying the order in which the sort criteria are applied.Modifier and Type | Field and Description |
---|---|
static SortTerm |
ARRIVAL
Sort by message arrival date and time.
|
static SortTerm |
CC
Sort by email address of first Cc recipient.
|
static SortTerm |
DATE
Sort by sent date and time.
|
static SortTerm |
FROM
Sort by first From email address.
|
static SortTerm |
REVERSE
Reverse the sort order of the following item.
|
static SortTerm |
SIZE
Sort by the message size.
|
static SortTerm |
SUBJECT
Sort by the base subject text.
|
static SortTerm |
TO
Sort by email address of first To recipient.
|
public static final SortTerm ARRIVAL
public static final SortTerm CC
public static final SortTerm DATE
public static final SortTerm FROM
public static final SortTerm REVERSE
public static final SortTerm SIZE
public static final SortTerm SUBJECT
public static final SortTerm TO
Copyright © 1996-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.