|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ListResult
Returned by the list method of MailboxRepository and others
Field Summary | |
---|---|
static ListResult[] |
EMPTY_ARRAY
|
static int |
SELECTABILITY_FLAG_MARKED
Indicates that RFC3501 Selectability is set to \Marked |
static int |
SELECTABILITY_FLAG_NONE
Indicates that no RFC3501 Selectability flag is set |
static int |
SELECTABILITY_FLAG_NOSELECT
Indicates that RFC3501 Selectability is set to \Noselect |
static int |
SELECTABILITY_FLAG_UNMARKED
Indicates that RFC3501 Selectability is set to \Unmarked |
Method Summary | |
---|---|
java.lang.String |
getHierarchyDelimiter()
|
java.lang.String |
getName()
|
int |
getSelectability()
Gets the RFC3501 Selectability flag setting. |
boolean |
isNoInferiors()
Is this mailbox \Noinferiors as per RFC3501. |
Field Detail |
---|
static final int SELECTABILITY_FLAG_NONE
static final int SELECTABILITY_FLAG_MARKED
static final int SELECTABILITY_FLAG_UNMARKED
static final int SELECTABILITY_FLAG_NOSELECT
static final ListResult[] EMPTY_ARRAY
Method Detail |
---|
boolean isNoInferiors()
\Noinferiors
as per RFC3501.
int getSelectability()
SELECTABILITY_FLAG_NONE
,
SELECTABILITY_FLAG_MARKED
,
SELECTABILITY_FLAG_NOSELECT
, or
SELECTABILITY_FLAG_UNMARKED
java.lang.String getHierarchyDelimiter()
java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |