public static interface SearchInventoryResultItem.Builder extends SdkPojo, CopyableBuilder<SearchInventoryResultItem.Builder,SearchInventoryResultItem>
| Modifier and Type | Method and Description |
|---|---|
SearchInventoryResultItem.Builder |
assetItem(AssetItem assetItem)
The asset item included in the search results.
|
default SearchInventoryResultItem.Builder |
assetItem(Consumer<AssetItem.Builder> assetItem)
The asset item included in the search results.
|
default SearchInventoryResultItem.Builder |
dataProductItem(Consumer<DataProductSummary.Builder> dataProductItem)
The data product item included in the search results.
|
SearchInventoryResultItem.Builder |
dataProductItem(DataProductSummary dataProductItem)
The data product item included in the search results.
|
default SearchInventoryResultItem.Builder |
glossaryItem(Consumer<GlossaryItem.Builder> glossaryItem)
The glossary item included in the search results.
|
SearchInventoryResultItem.Builder |
glossaryItem(GlossaryItem glossaryItem)
The glossary item included in the search results.
|
default SearchInventoryResultItem.Builder |
glossaryTermItem(Consumer<GlossaryTermItem.Builder> glossaryTermItem)
The glossary term item included in the search results.
|
SearchInventoryResultItem.Builder |
glossaryTermItem(GlossaryTermItem glossaryTermItem)
The glossary term item included in the search results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchInventoryResultItem.Builder assetItem(AssetItem assetItem)
The asset item included in the search results.
assetItem - The asset item included in the search results.default SearchInventoryResultItem.Builder assetItem(Consumer<AssetItem.Builder> assetItem)
The asset item included in the search results.
This is a convenience method that creates an instance of theAssetItem.Builder avoiding the need to
create one manually via AssetItem.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to assetItem(AssetItem).
assetItem - a consumer that will call methods on AssetItem.BuilderassetItem(AssetItem)SearchInventoryResultItem.Builder dataProductItem(DataProductSummary dataProductItem)
The data product item included in the search results.
dataProductItem - The data product item included in the search results.default SearchInventoryResultItem.Builder dataProductItem(Consumer<DataProductSummary.Builder> dataProductItem)
The data product item included in the search results.
This is a convenience method that creates an instance of theDataProductSummary.Builder avoiding the
need to create one manually via DataProductSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dataProductItem(DataProductSummary).
dataProductItem - a consumer that will call methods on DataProductSummary.BuilderdataProductItem(DataProductSummary)SearchInventoryResultItem.Builder glossaryItem(GlossaryItem glossaryItem)
The glossary item included in the search results.
glossaryItem - The glossary item included in the search results.default SearchInventoryResultItem.Builder glossaryItem(Consumer<GlossaryItem.Builder> glossaryItem)
The glossary item included in the search results.
This is a convenience method that creates an instance of theGlossaryItem.Builder avoiding the need
to create one manually via GlossaryItem.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to glossaryItem(GlossaryItem).
glossaryItem - a consumer that will call methods on GlossaryItem.BuilderglossaryItem(GlossaryItem)SearchInventoryResultItem.Builder glossaryTermItem(GlossaryTermItem glossaryTermItem)
The glossary term item included in the search results.
glossaryTermItem - The glossary term item included in the search results.default SearchInventoryResultItem.Builder glossaryTermItem(Consumer<GlossaryTermItem.Builder> glossaryTermItem)
The glossary term item included in the search results.
This is a convenience method that creates an instance of theGlossaryTermItem.Builder avoiding the
need to create one manually via GlossaryTermItem.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to glossaryTermItem(GlossaryTermItem).
glossaryTermItem - a consumer that will call methods on GlossaryTermItem.BuilderglossaryTermItem(GlossaryTermItem)Copyright © 2023. All rights reserved.