| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
ResponseItem |
ResponseItem.clone() |
ResponseItem |
ResponseItem.withCommentMetadata(CommentMetadata commentMetadata)
The comment that matches the query.
|
ResponseItem |
ResponseItem.withDocumentMetadata(DocumentMetadata documentMetadata)
The document that matches the query.
|
ResponseItem |
ResponseItem.withDocumentVersionMetadata(DocumentVersionMetadata documentVersionMetadata)
The document version that matches the metadata.
|
ResponseItem |
ResponseItem.withFolderMetadata(FolderMetadata folderMetadata)
The folder that matches the query.
|
ResponseItem |
ResponseItem.withResourceType(ResponseItemType resourceType)
The type of item being returned.
|
ResponseItem |
ResponseItem.withResourceType(String resourceType)
The type of item being returned.
|
ResponseItem |
ResponseItem.withWebUrl(String webUrl)
The webUrl of the item being returned.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseItem> |
SearchResourcesResult.getItems()
List of Documents, Folders, Comments, and Document Versions matching the query.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResourcesResult |
SearchResourcesResult.withItems(ResponseItem... items)
List of Documents, Folders, Comments, and Document Versions matching the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchResourcesResult.setItems(Collection<ResponseItem> items)
List of Documents, Folders, Comments, and Document Versions matching the query.
|
SearchResourcesResult |
SearchResourcesResult.withItems(Collection<ResponseItem> items)
List of Documents, Folders, Comments, and Document Versions matching the query.
|
Copyright © 2024. All rights reserved.