public static interface FeaturedDocumentWithMetadata.Builder extends SdkPojo, CopyableBuilder<FeaturedDocumentWithMetadata.Builder,FeaturedDocumentWithMetadata>
| Modifier and Type | Method and Description |
|---|---|
FeaturedDocumentWithMetadata.Builder |
id(String id)
The identifier of the featured document with its metadata.
|
FeaturedDocumentWithMetadata.Builder |
title(String title)
The main title of the featured document.
|
FeaturedDocumentWithMetadata.Builder |
uri(String uri)
The source URI location of the featured document.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFeaturedDocumentWithMetadata.Builder id(String id)
The identifier of the featured document with its metadata. You can use the Query API to search for specific documents with their document IDs included in the result items, or you can use the console.
id - The identifier of the featured document with its metadata. You can use the Query API to search for
specific documents with their document IDs included in the result items, or you can use the console.FeaturedDocumentWithMetadata.Builder title(String title)
The main title of the featured document.
title - The main title of the featured document.FeaturedDocumentWithMetadata.Builder uri(String uri)
The source URI location of the featured document.
uri - The source URI location of the featured document.Copyright © 2023. All rights reserved.