| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
static FolderQueryTraversal |
FolderQueryTraversal.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FolderQueryTraversal[] |
FolderQueryTraversal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderShape folderShape,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderShape folderShape,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderShape folderShape,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderShape folderShape,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderShape folderShape,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderShape folderShape,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderShape folderShape,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderShape folderShape,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|