public static interface PropertyRequest.Builder extends SdkPojo, CopyableBuilder<PropertyRequest.Builder,PropertyRequest>
| Modifier and Type | Method and Description |
|---|---|
default PropertyRequest.Builder |
definition(Consumer<PropertyDefinitionRequest.Builder> definition)
An object that specifies information about a property.
|
PropertyRequest.Builder |
definition(PropertyDefinitionRequest definition)
An object that specifies information about a property.
|
PropertyRequest.Builder |
updateType(PropertyUpdateType updateType)
The update type of the update property request.
|
PropertyRequest.Builder |
updateType(String updateType)
The update type of the update property request.
|
default PropertyRequest.Builder |
value(Consumer<DataValue.Builder> value)
The value of the property.
|
PropertyRequest.Builder |
value(DataValue value)
The value of the property.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPropertyRequest.Builder definition(PropertyDefinitionRequest definition)
An object that specifies information about a property.
definition - An object that specifies information about a property.default PropertyRequest.Builder definition(Consumer<PropertyDefinitionRequest.Builder> definition)
An object that specifies information about a property.
This is a convenience method that creates an instance of thePropertyDefinitionRequest.Builder
avoiding the need to create one manually via PropertyDefinitionRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to definition(PropertyDefinitionRequest).definition - a consumer that will call methods on PropertyDefinitionRequest.Builderdefinition(PropertyDefinitionRequest)PropertyRequest.Builder updateType(String updateType)
The update type of the update property request.
updateType - The update type of the update property request.PropertyUpdateType,
PropertyUpdateTypePropertyRequest.Builder updateType(PropertyUpdateType updateType)
The update type of the update property request.
updateType - The update type of the update property request.PropertyUpdateType,
PropertyUpdateTypePropertyRequest.Builder value(DataValue value)
The value of the property.
value - The value of the property.default PropertyRequest.Builder value(Consumer<DataValue.Builder> value)
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 value(DataValue).value - a consumer that will call methods on DataValue.Buildervalue(DataValue)Copyright © 2022. All rights reserved.