public static interface PropertyValueEntry.Builder extends SdkPojo, CopyableBuilder<PropertyValueEntry.Builder,PropertyValueEntry>
| Modifier and Type | Method and Description |
|---|---|
default PropertyValueEntry.Builder |
entityPropertyReference(Consumer<EntityPropertyReference.Builder> entityPropertyReference)
An object that contains information about the entity that has the property.
|
PropertyValueEntry.Builder |
entityPropertyReference(EntityPropertyReference entityPropertyReference)
An object that contains information about the entity that has the property.
|
PropertyValueEntry.Builder |
propertyValues(Collection<PropertyValue> propertyValues)
A list of objects that specify time series property values.
|
PropertyValueEntry.Builder |
propertyValues(Consumer<PropertyValue.Builder>... propertyValues)
A list of objects that specify time series property values.
|
PropertyValueEntry.Builder |
propertyValues(PropertyValue... propertyValues)
A list of objects that specify time series property values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPropertyValueEntry.Builder entityPropertyReference(EntityPropertyReference entityPropertyReference)
An object that contains information about the entity that has the property.
entityPropertyReference - An object that contains information about the entity that has the property.default PropertyValueEntry.Builder entityPropertyReference(Consumer<EntityPropertyReference.Builder> entityPropertyReference)
An object that contains information about the entity that has the 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)PropertyValueEntry.Builder propertyValues(Collection<PropertyValue> propertyValues)
A list of objects that specify time series property values.
propertyValues - A list of objects that specify time series property values.PropertyValueEntry.Builder propertyValues(PropertyValue... propertyValues)
A list of objects that specify time series property values.
propertyValues - A list of objects that specify time series property values.PropertyValueEntry.Builder propertyValues(Consumer<PropertyValue.Builder>... propertyValues)
A list of objects that specify time series property values.
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 #propertyValues(List) .propertyValues - a consumer that will call methods on List.Builder #propertyValues(List) Copyright © 2022. All rights reserved.