public final class SortTerm
extends java.lang.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 | 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.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
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 © 2018 Oracle. All rights reserved.