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 theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #assetPropertyValueHistory(List) .assetPropertyValueHistory - a consumer that will call methods on List.Builder #assetPropertyValueHistory(List) Copyright © 2022. All rights reserved.