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
|
java.lang.String |
getFolderHandle()
Returns this folder's S7 handle
|
java.util.Date |
getLastModified()
Returns the last modified date of this S7 folder
|
java.lang.String |
getPath()
Returns this folder's S7 path
|
java.util.List<Scene7Folder> |
getSubFolders()
Returns the list of sub folders of this S7 folder
|
java.lang.Boolean |
hasSubFolders()
Returns if it has sub folders for this S7 folder
|
java.lang.String getFolderHandle()
String
containing the Scene7 folder handlejava.lang.String getPath()
String
containing the Scene7 folder pathjava.util.Date getLastModified()
Date
object containing the last modified date of this Scene7 folderjava.util.List<Scene7Folder> getSubFolders()
List
containing the Scene7 sub-folders for this folderjava.lang.Boolean hasSubFolders()
Boolean
indicate if it contains sub-folders for this foldervoid addSubFolder(Scene7Folder subFolder)
subFolder
- a Scene7Folder
object"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"