public static interface PropertyValueHistory.Builder extends SdkPojo, CopyableBuilder<PropertyValueHistory.Builder,PropertyValueHistory>
| Modifier and Type | Method and Description |
|---|---|
default PropertyValueHistory.Builder |
entityPropertyReference(Consumer<EntityPropertyReference.Builder> entityPropertyReference)
An object that uniquely identifies an entity property.
|
PropertyValueHistory.Builder |
entityPropertyReference(EntityPropertyReference entityPropertyReference)
An object that uniquely identifies an entity property.
|
PropertyValueHistory.Builder |
values(Collection<PropertyValue> values)
A list of objects that contain information about the values in the history of a time series property.
|
PropertyValueHistory.Builder |
values(Consumer<PropertyValue.Builder>... values)
A list of objects that contain information about the values in the history of a time series property.
|
PropertyValueHistory.Builder |
values(PropertyValue... values)
A list of objects that contain information about the values in the history of a time series property.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPropertyValueHistory.Builder entityPropertyReference(EntityPropertyReference entityPropertyReference)
An object that uniquely identifies an entity property.
entityPropertyReference - An object that uniquely identifies an entity property.default PropertyValueHistory.Builder entityPropertyReference(Consumer<EntityPropertyReference.Builder> entityPropertyReference)
An object that uniquely identifies an entity property.
This is a convenience method that creates an instance of theEntityPropertyReference.Builder avoiding
the need to create one manually via EntityPropertyReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to entityPropertyReference(EntityPropertyReference).entityPropertyReference - a consumer that will call methods on EntityPropertyReference.BuilderentityPropertyReference(EntityPropertyReference)PropertyValueHistory.Builder values(Collection<PropertyValue> values)
A list of objects that contain information about the values in the history of a time series property.
values - A list of objects that contain information about the values in the history of a time series property.PropertyValueHistory.Builder values(PropertyValue... values)
A list of objects that contain information about the values in the history of a time series property.
values - A list of objects that contain information about the values in the history of a time series property.PropertyValueHistory.Builder values(Consumer<PropertyValue.Builder>... values)
A list of objects that contain information about the values in the history of a time series 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 #values(List) .values - a consumer that will call methods on List.Builder #values(List) Copyright © 2022. All rights reserved.