public static interface ResponseItem.Builder extends SdkPojo, CopyableBuilder<ResponseItem.Builder,ResponseItem>
| Modifier and Type | Method and Description |
|---|---|
ResponseItem.Builder |
commentMetadata(CommentMetadata commentMetadata)
The comment that matches the query.
|
default ResponseItem.Builder |
commentMetadata(Consumer<CommentMetadata.Builder> commentMetadata)
The comment that matches the query.
|
default ResponseItem.Builder |
documentMetadata(Consumer<DocumentMetadata.Builder> documentMetadata)
The document that matches the query.
|
ResponseItem.Builder |
documentMetadata(DocumentMetadata documentMetadata)
The document that matches the query.
|
default ResponseItem.Builder |
documentVersionMetadata(Consumer<DocumentVersionMetadata.Builder> documentVersionMetadata)
The document version that matches the metadata.
|
ResponseItem.Builder |
documentVersionMetadata(DocumentVersionMetadata documentVersionMetadata)
The document version that matches the metadata.
|
default ResponseItem.Builder |
folderMetadata(Consumer<FolderMetadata.Builder> folderMetadata)
The folder that matches the query.
|
ResponseItem.Builder |
folderMetadata(FolderMetadata folderMetadata)
The folder that matches the query.
|
ResponseItem.Builder |
resourceType(ResponseItemType resourceType)
The type of item being returned.
|
ResponseItem.Builder |
resourceType(String resourceType)
The type of item being returned.
|
ResponseItem.Builder |
webUrl(String webUrl)
The webUrl of the item being returned.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResponseItem.Builder resourceType(String resourceType)
The type of item being returned.
resourceType - The type of item being returned.ResponseItemType,
ResponseItemTypeResponseItem.Builder resourceType(ResponseItemType resourceType)
The type of item being returned.
resourceType - The type of item being returned.ResponseItemType,
ResponseItemTypeResponseItem.Builder webUrl(String webUrl)
The webUrl of the item being returned.
webUrl - The webUrl of the item being returned.ResponseItem.Builder documentMetadata(DocumentMetadata documentMetadata)
The document that matches the query.
documentMetadata - The document that matches the query.default ResponseItem.Builder documentMetadata(Consumer<DocumentMetadata.Builder> documentMetadata)
The document that matches the query.
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 documentMetadata(DocumentMetadata).
documentMetadata - a consumer that will call methods on DocumentMetadata.BuilderdocumentMetadata(DocumentMetadata)ResponseItem.Builder folderMetadata(FolderMetadata folderMetadata)
The folder that matches the query.
folderMetadata - The folder that matches the query.default ResponseItem.Builder folderMetadata(Consumer<FolderMetadata.Builder> folderMetadata)
The folder that matches the query.
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 folderMetadata(FolderMetadata).
folderMetadata - a consumer that will call methods on FolderMetadata.BuilderfolderMetadata(FolderMetadata)ResponseItem.Builder commentMetadata(CommentMetadata commentMetadata)
The comment that matches the query.
commentMetadata - The comment that matches the query.default ResponseItem.Builder commentMetadata(Consumer<CommentMetadata.Builder> commentMetadata)
The comment that matches the query.
This is a convenience method that creates an instance of theCommentMetadata.Builder avoiding the
need to create one manually via CommentMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to commentMetadata(CommentMetadata).
commentMetadata - a consumer that will call methods on CommentMetadata.BuildercommentMetadata(CommentMetadata)ResponseItem.Builder documentVersionMetadata(DocumentVersionMetadata documentVersionMetadata)
The document version that matches the metadata.
documentVersionMetadata - The document version that matches the metadata.default ResponseItem.Builder documentVersionMetadata(Consumer<DocumentVersionMetadata.Builder> documentVersionMetadata)
The document version that matches the metadata.
This is a convenience method that creates an instance of theDocumentVersionMetadata.Builder avoiding
the need to create one manually via DocumentVersionMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to documentVersionMetadata(DocumentVersionMetadata).
documentVersionMetadata - a consumer that will call methods on DocumentVersionMetadata.BuilderdocumentVersionMetadata(DocumentVersionMetadata)Copyright © 2023. All rights reserved.