public static interface BatchGetAssetPropertyValueHistorySuccessEntry.Builder extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueHistorySuccessEntry.Builder,BatchGetAssetPropertyValueHistorySuccessEntry>
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueHistorySuccessEntry.Builder |
assetPropertyValueHistory(AssetPropertyValue... assetPropertyValueHistory)
The requested historical values for the specified asset property.
|
BatchGetAssetPropertyValueHistorySuccessEntry.Builder |
assetPropertyValueHistory(Collection<AssetPropertyValue> assetPropertyValueHistory)
The requested historical values for the specified asset property.
|
BatchGetAssetPropertyValueHistorySuccessEntry.Builder |
assetPropertyValueHistory(Consumer<AssetPropertyValue.Builder>... assetPropertyValueHistory)
The requested historical values for the specified asset property.
|
BatchGetAssetPropertyValueHistorySuccessEntry.Builder |
entryId(String entryId)
The ID of the entry.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAssetPropertyValueHistorySuccessEntry.Builder entryId(String entryId)
The ID of the entry.
entryId - The ID of the entry.BatchGetAssetPropertyValueHistorySuccessEntry.Builder assetPropertyValueHistory(Collection<AssetPropertyValue> assetPropertyValueHistory)
The requested historical values for the specified asset property.
assetPropertyValueHistory - The requested historical values for the specified asset property.BatchGetAssetPropertyValueHistorySuccessEntry.Builder assetPropertyValueHistory(AssetPropertyValue... assetPropertyValueHistory)
The requested historical values for the specified asset property.
assetPropertyValueHistory - The requested historical values for the specified asset property.BatchGetAssetPropertyValueHistorySuccessEntry.Builder assetPropertyValueHistory(Consumer<AssetPropertyValue.Builder>... assetPropertyValueHistory)
The requested historical values for the specified asset property.
This is a convenience method that creates an instance of theAssetPropertyValue.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 #assetPropertyValueHistory(List.
assetPropertyValueHistory - a consumer that will call methods on
AssetPropertyValue.Builder#assetPropertyValueHistory(java.util.Collection) Copyright © 2023. All rights reserved.