public static interface DescribeFolderContentsResponse.Builder extends WorkDocsResponse.Builder, SdkPojo, CopyableBuilder<DescribeFolderContentsResponse.Builder,DescribeFolderContentsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeFolderContentsResponse.Builder |
documents(Collection<DocumentMetadata> documents)
The documents in the specified folder.
|
DescribeFolderContentsResponse.Builder |
documents(Consumer<DocumentMetadata.Builder>... documents)
The documents in the specified folder.
|
DescribeFolderContentsResponse.Builder |
documents(DocumentMetadata... documents)
The documents in the specified folder.
|
DescribeFolderContentsResponse.Builder |
folders(Collection<FolderMetadata> folders)
The subfolders in the specified folder.
|
DescribeFolderContentsResponse.Builder |
folders(Consumer<FolderMetadata.Builder>... folders)
The subfolders in the specified folder.
|
DescribeFolderContentsResponse.Builder |
folders(FolderMetadata... folders)
The subfolders in the specified folder.
|
DescribeFolderContentsResponse.Builder |
marker(String marker)
The marker to use when requesting the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFolderContentsResponse.Builder folders(Collection<FolderMetadata> folders)
The subfolders in the specified folder.
folders - The subfolders in the specified folder.DescribeFolderContentsResponse.Builder folders(FolderMetadata... folders)
The subfolders in the specified folder.
folders - The subfolders in the specified folder.DescribeFolderContentsResponse.Builder folders(Consumer<FolderMetadata.Builder>... folders)
The subfolders in the specified folder.
This is a convenience method that creates an instance of theFolderMetadata.Builder avoiding the need to create one
manually via FolderMetadata.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #folders(List.
folders - a consumer that will call methods on
FolderMetadata.Builder#folders(java.util.Collection) DescribeFolderContentsResponse.Builder documents(Collection<DocumentMetadata> documents)
The documents in the specified folder.
documents - The documents in the specified folder.DescribeFolderContentsResponse.Builder documents(DocumentMetadata... documents)
The documents in the specified folder.
documents - The documents in the specified folder.DescribeFolderContentsResponse.Builder documents(Consumer<DocumentMetadata.Builder>... documents)
The documents in the specified folder.
This is a convenience method that creates an instance of theDocumentMetadata.Builder avoiding the need to create
one manually via DocumentMetadata.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #documents(List.
documents - a consumer that will call methods on
DocumentMetadata.Builder#documents(java.util.Collection) DescribeFolderContentsResponse.Builder marker(String marker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
marker - The marker to use when requesting the next set of results. If there are no additional results, the
string is empty.Copyright © 2023. All rights reserved.