OlmFolderInfo
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject
public class OlmFolderInfo extends ValueObject
Olm Folder info
| Constructor | Description |
|---|---|
| OlmFolderInfo(String name, int count) |
| 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) |
public OlmFolderInfo(String name, int count)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String | |
| count | int |
public String getName()
Name of the folder
Returns: java.lang.String
public int getItemsCount()
Count of the items in the folder
Returns: int
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
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.