public interface Scene7Folder
| Modifier and Type | Method and Description |
|---|---|
void |
addSubFolder(Scene7Folder subFolder)
Includes the subFolder parameter in the list of sub folders of this S7 folder
|
String |
getFolderHandle()
Returns this folder's S7 handle
|
Date |
getLastModified()
Returns the last modified date of this S7 folder
|
String |
getPath()
Returns this folder's S7 path
|
List<Scene7Folder> |
getSubFolders()
Returns the list of sub folders of this S7 folder
|
Boolean |
hasSubFolders()
Returns if it has sub folders for this S7 folder
|
String getFolderHandle()
String containing the Scene7 folder handleString getPath()
String containing the Scene7 folder pathDate getLastModified()
Date object containing the last modified date of this Scene7 folderList<Scene7Folder> getSubFolders()
List containing the Scene7 sub-folders for this folderBoolean hasSubFolders()
Boolean indicate if it contains sub-folders for this foldervoid addSubFolder(Scene7Folder subFolder)
subFolder - a Scene7Folder objectCopyright © 2010 - 2020 Adobe. All Rights Reserved