public class OlmFolder extends Object
Represents folder information in OLM storage.
Modifier and Type | Method and Description |
---|---|
int |
getMessageCount()
Gets the message count.
|
String |
getName()
Gets the folder name.
|
String |
getPath()
Gets the path.
|
List<OlmFolder> |
getSubFolders()
Gets the list of sub-folders.
|
boolean |
hasMessages()
Gets a value indicating whether the current folder has messages.
|
String |
toString()
Returns a
String that represents this instance. |
public final String getName()
Gets the folder name.
Value: The name.public final List<OlmFolder> getSubFolders()
Gets the list of sub-folders.
Value: The list of sub-folders.public final boolean hasMessages()
Gets a value indicating whether the current folder has messages.
public final int getMessageCount()
Gets the message count.
Value: The message count.public final String getPath()
Gets the path.
Value: The folder path.