static PropertyValueHistory.Builder |
PropertyValueHistory.builder() |
|
default PropertyValueHistory.Builder |
PropertyValueHistory.Builder.entityPropertyReference(Consumer<EntityPropertyReference.Builder> entityPropertyReference) |
An object that uniquely identifies an entity property.
|
PropertyValueHistory.Builder |
PropertyValueHistory.Builder.entityPropertyReference(EntityPropertyReference entityPropertyReference) |
An object that uniquely identifies an entity property.
|
PropertyValueHistory.Builder |
PropertyValueHistory.toBuilder() |
|
PropertyValueHistory.Builder |
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 |
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 |
PropertyValueHistory.Builder.values(PropertyValue... values) |
A list of objects that contain information about the values in the history of a time series property.
|