public static interface SearchTypesResultItem.Builder extends SdkPojo, CopyableBuilder<SearchTypesResultItem.Builder,SearchTypesResultItem>
| Modifier and Type | Method and Description |
|---|---|
SearchTypesResultItem.Builder |
assetTypeItem(AssetTypeItem assetTypeItem)
The asset type included in the results of the
SearchTypes action. |
default SearchTypesResultItem.Builder |
assetTypeItem(Consumer<AssetTypeItem.Builder> assetTypeItem)
The asset type included in the results of the
SearchTypes action. |
default SearchTypesResultItem.Builder |
formTypeItem(Consumer<FormTypeData.Builder> formTypeItem)
The form type included in the results of the
SearchTypes action. |
SearchTypesResultItem.Builder |
formTypeItem(FormTypeData formTypeItem)
The form type included in the results of the
SearchTypes action. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchTypesResultItem.Builder assetTypeItem(AssetTypeItem assetTypeItem)
The asset type included in the results of the SearchTypes action.
assetTypeItem - The asset type included in the results of the SearchTypes action.default SearchTypesResultItem.Builder assetTypeItem(Consumer<AssetTypeItem.Builder> assetTypeItem)
The asset type included in the results of the SearchTypes action.
AssetTypeItem.Builder avoiding the need
to create one manually via AssetTypeItem.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to assetTypeItem(AssetTypeItem).
assetTypeItem - a consumer that will call methods on AssetTypeItem.BuilderassetTypeItem(AssetTypeItem)SearchTypesResultItem.Builder formTypeItem(FormTypeData formTypeItem)
The form type included in the results of the SearchTypes action.
formTypeItem - The form type included in the results of the SearchTypes action.default SearchTypesResultItem.Builder formTypeItem(Consumer<FormTypeData.Builder> formTypeItem)
The form type included in the results of the SearchTypes action.
FormTypeData.Builder avoiding the need
to create one manually via FormTypeData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to formTypeItem(FormTypeData).
formTypeItem - a consumer that will call methods on FormTypeData.BuilderformTypeItem(FormTypeData)Copyright © 2023. All rights reserved.