public abstract class AbstractListingResponse extends Object
LIST and LSUB return identical data.| Constructor and Description |
|---|
AbstractListingResponse(boolean noInferiors,
boolean noSelect,
boolean marked,
boolean unmarked,
boolean hasChildren,
boolean hasNoChildren,
String name,
char hierarchyDelimiter,
MailboxType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
char |
getHierarchyDelimiter()
Gets hierarchy delimiter.
|
String |
getName()
Gets the listed name.
|
MailboxType |
getType()
returns type of the mailbox
|
boolean |
hasChildren()
Is the
HasChildren name attribute set? |
int |
hashCode() |
boolean |
hasNoChildren()
Is the
HasNoChildren name attribute set? |
boolean |
isMarked()
Is
Marked name attribute set? |
boolean |
isNameAttributed()
Are any name attributes set?
|
boolean |
isNoInferiors()
Is
Noinferiors name attribute set? |
boolean |
isNoSelect()
Is
Noselect name attribute set? |
boolean |
isUnmarked()
Is
Unmarked name attribute set? |
String |
toString()
Renders object as a string suitable for logging.
|
public AbstractListingResponse(boolean noInferiors,
boolean noSelect,
boolean marked,
boolean unmarked,
boolean hasChildren,
boolean hasNoChildren,
String name,
char hierarchyDelimiter,
MailboxType type)
public final char getHierarchyDelimiter()
public final boolean isMarked()
Marked name attribute set?Marked, false otherwisepublic final String getName()
public final boolean isNoInferiors()
Noinferiors name attribute set?Noinferiors, false otherwisepublic final boolean isNoSelect()
Noselect name attribute set?Noselect, false otherwisepublic final boolean isUnmarked()
Unmarked name attribute set?Unmarked, false otherwisepublic boolean hasNoChildren()
HasNoChildren name attribute set?HasNoChildren, false otherwisepublic boolean hasChildren()
HasChildren name attribute set?HasChildren, false otherwisepublic MailboxType getType()
public final boolean isNameAttributed()
isNoInferiors(), isNoSelect(),
isMarked() or isUnmarked()Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.