public static interface BatchGetAssetPropertyValueSuccessEntry.Builder extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueSuccessEntry.Builder,BatchGetAssetPropertyValueSuccessEntry>
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueSuccessEntry.Builder |
assetPropertyValue(AssetPropertyValue assetPropertyValue)
Sets the value of the AssetPropertyValue property for this object.
|
default BatchGetAssetPropertyValueSuccessEntry.Builder |
assetPropertyValue(Consumer<AssetPropertyValue.Builder> assetPropertyValue)
Sets the value of the AssetPropertyValue property for this object.
|
BatchGetAssetPropertyValueSuccessEntry.Builder |
entryId(String entryId)
The ID of the entry.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAssetPropertyValueSuccessEntry.Builder entryId(String entryId)
The ID of the entry.
entryId - The ID of the entry.BatchGetAssetPropertyValueSuccessEntry.Builder assetPropertyValue(AssetPropertyValue assetPropertyValue)
assetPropertyValue - The new value for the AssetPropertyValue property for this object.default BatchGetAssetPropertyValueSuccessEntry.Builder assetPropertyValue(Consumer<AssetPropertyValue.Builder> assetPropertyValue)
AssetPropertyValue.Builder avoiding the
need to create one manually via AssetPropertyValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to assetPropertyValue(AssetPropertyValue).
assetPropertyValue - a consumer that will call methods on AssetPropertyValue.BuilderassetPropertyValue(AssetPropertyValue)Copyright © 2023. All rights reserved.