public interface MBFolderInterface
Modifier and Type | Method and Description |
---|---|
int |
getChildFolderCount()
Child folder count
|
java.lang.String |
getDisplayName()
Name
|
java.lang.String |
getFullName()
Full name (path)
|
MBFolderIdInterface |
getId()
Id
|
MBFolderIdInterface |
getParentId()
parentId
|
java.util.List<? extends MBFolderPermissionInterface> |
getPermissions()
Permissions
|
MBFolderIdInterface getId()
java.lang.String getDisplayName()
MBFolderIdInterface getParentId()
int getChildFolderCount()
java.util.List<? extends MBFolderPermissionInterface> getPermissions()
java.lang.String getFullName()