public static interface PropertyLatestValue.Builder extends SdkPojo, CopyableBuilder<PropertyLatestValue.Builder,PropertyLatestValue>
| Modifier and Type | Method and Description |
|---|---|
default PropertyLatestValue.Builder |
propertyReference(Consumer<EntityPropertyReference.Builder> propertyReference)
An object that specifies information about a property.>
|
PropertyLatestValue.Builder |
propertyReference(EntityPropertyReference propertyReference)
An object that specifies information about a property.>
|
default PropertyLatestValue.Builder |
propertyValue(Consumer<DataValue.Builder> propertyValue)
The value of the property.
|
PropertyLatestValue.Builder |
propertyValue(DataValue propertyValue)
The value of the property.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPropertyLatestValue.Builder propertyReference(EntityPropertyReference propertyReference)
An object that specifies information about a property.>
propertyReference - An object that specifies information about a property.>default PropertyLatestValue.Builder propertyReference(Consumer<EntityPropertyReference.Builder> propertyReference)
An object that specifies information about a 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 propertyReference(EntityPropertyReference).propertyReference - a consumer that will call methods on EntityPropertyReference.BuilderpropertyReference(EntityPropertyReference)PropertyLatestValue.Builder propertyValue(DataValue propertyValue)
The value of the property.
propertyValue - The value of the property.default PropertyLatestValue.Builder propertyValue(Consumer<DataValue.Builder> propertyValue)
The value of the property.
This is a convenience method that creates an instance of theDataValue.Builder avoiding the need to
create one manually via DataValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to propertyValue(DataValue).propertyValue - a consumer that will call methods on DataValue.BuilderpropertyValue(DataValue)Copyright © 2022. All rights reserved.