OlmFolderInfo
Contents
 [
        
            Hide
        ]
    Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject
public class OlmFolderInfo extends ValueObject
Olm Folder info
Constructors
| Constructor | Description | 
|---|---|
| OlmFolderInfo(String name, int count) | 
Methods
| Method | Description | 
|---|---|
| getName() | Name of the folder | 
| getItemsCount() | Count of the items in the folder | 
| toString() | String representation of personal storage folder info String representation of personal storage folder info in format FolderName (ItemsCount) | 
OlmFolderInfo(String name, int count)
public OlmFolderInfo(String name, int count)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| name | java.lang.String | |
| count | int | 
getName()
public String getName()
Name of the folder
Returns: java.lang.String
getItemsCount()
public int getItemsCount()
Count of the items in the folder
Returns: int
toString()
public String toString()
String representation of personal storage folder info String representation of personal storage folder info in format FolderName (ItemsCount)
Returns: java.lang.String