public static interface SearchResourcesResponse.Builder extends WorkDocsResponse.Builder, SdkPojo, CopyableBuilder<SearchResourcesResponse.Builder,SearchResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchResourcesResponse.Builder |
items(Collection<ResponseItem> items)
List of Documents, Folders, Comments, and Document Versions matching the query.
|
SearchResourcesResponse.Builder |
items(Consumer<ResponseItem.Builder>... items)
List of Documents, Folders, Comments, and Document Versions matching the query.
|
SearchResourcesResponse.Builder |
items(ResponseItem... items)
List of Documents, Folders, Comments, and Document Versions matching the query.
|
SearchResourcesResponse.Builder |
marker(String marker)
The marker to use when requesting the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchResourcesResponse.Builder items(Collection<ResponseItem> items)
List of Documents, Folders, Comments, and Document Versions matching the query.
items - List of Documents, Folders, Comments, and Document Versions matching the query.SearchResourcesResponse.Builder items(ResponseItem... items)
List of Documents, Folders, Comments, and Document Versions matching the query.
items - List of Documents, Folders, Comments, and Document Versions matching the query.SearchResourcesResponse.Builder items(Consumer<ResponseItem.Builder>... items)
List of Documents, Folders, Comments, and Document Versions matching the query.
This is a convenience method that creates an instance of theResponseItem.Builder avoiding the need to create one
manually via ResponseItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #items(List.
items - a consumer that will call methods on
ResponseItem.Builder#items(java.util.Collection) SearchResourcesResponse.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.