public static interface BatchGetAssetPropertyAggregatesSuccessEntry.Builder extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyAggregatesSuccessEntry.Builder,BatchGetAssetPropertyAggregatesSuccessEntry>
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyAggregatesSuccessEntry.Builder |
aggregatedValues(AggregatedValue... aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
|
BatchGetAssetPropertyAggregatesSuccessEntry.Builder |
aggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
|
BatchGetAssetPropertyAggregatesSuccessEntry.Builder |
aggregatedValues(Consumer<AggregatedValue.Builder>... aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
|
BatchGetAssetPropertyAggregatesSuccessEntry.Builder |
entryId(String entryId)
The ID of the entry.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAssetPropertyAggregatesSuccessEntry.Builder entryId(String entryId)
The ID of the entry.
entryId - The ID of the entry.BatchGetAssetPropertyAggregatesSuccessEntry.Builder aggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
aggregatedValues - The requested aggregated asset property values (for example, average, minimum, and maximum).BatchGetAssetPropertyAggregatesSuccessEntry.Builder aggregatedValues(AggregatedValue... aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
aggregatedValues - The requested aggregated asset property values (for example, average, minimum, and maximum).BatchGetAssetPropertyAggregatesSuccessEntry.Builder aggregatedValues(Consumer<AggregatedValue.Builder>... aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
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 #aggregatedValues(List) .aggregatedValues - a consumer that will call methods on List.Builder #aggregatedValues(List) Copyright © 2022. All rights reserved.