public static interface PropertyDefinitionRequest.Builder extends SdkPojo, CopyableBuilder<PropertyDefinitionRequest.Builder,PropertyDefinitionRequest>
| Modifier and Type | Method and Description |
|---|---|
PropertyDefinitionRequest.Builder |
configuration(Map<String,String> configuration)
A mapping that specifies configuration information about the property.
|
default PropertyDefinitionRequest.Builder |
dataType(Consumer<DataType.Builder> dataType)
An object that contains information about the data type.
|
PropertyDefinitionRequest.Builder |
dataType(DataType dataType)
An object that contains information about the data type.
|
default PropertyDefinitionRequest.Builder |
defaultValue(Consumer<DataValue.Builder> defaultValue)
An object that contains the default value.
|
PropertyDefinitionRequest.Builder |
defaultValue(DataValue defaultValue)
An object that contains the default value.
|
PropertyDefinitionRequest.Builder |
displayName(String displayName)
A friendly name for the property.
|
PropertyDefinitionRequest.Builder |
isExternalId(Boolean isExternalId)
A Boolean value that specifies whether the property ID comes from an external data store.
|
PropertyDefinitionRequest.Builder |
isRequiredInEntity(Boolean isRequiredInEntity)
A Boolean value that specifies whether the property is required.
|
PropertyDefinitionRequest.Builder |
isStoredExternally(Boolean isStoredExternally)
A Boolean value that specifies whether the property is stored externally.
|
PropertyDefinitionRequest.Builder |
isTimeSeries(Boolean isTimeSeries)
A Boolean value that specifies whether the property consists of time series data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPropertyDefinitionRequest.Builder dataType(DataType dataType)
An object that contains information about the data type.
dataType - An object that contains information about the data type.default PropertyDefinitionRequest.Builder dataType(Consumer<DataType.Builder> dataType)
An object that contains information about the data type.
This is a convenience method that creates an instance of theDataType.Builder avoiding the need to
create one manually via DataType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to dataType(DataType).
dataType - a consumer that will call methods on DataType.BuilderdataType(DataType)PropertyDefinitionRequest.Builder isRequiredInEntity(Boolean isRequiredInEntity)
A Boolean value that specifies whether the property is required.
isRequiredInEntity - A Boolean value that specifies whether the property is required.PropertyDefinitionRequest.Builder isExternalId(Boolean isExternalId)
A Boolean value that specifies whether the property ID comes from an external data store.
isExternalId - A Boolean value that specifies whether the property ID comes from an external data store.PropertyDefinitionRequest.Builder isStoredExternally(Boolean isStoredExternally)
A Boolean value that specifies whether the property is stored externally.
isStoredExternally - A Boolean value that specifies whether the property is stored externally.PropertyDefinitionRequest.Builder isTimeSeries(Boolean isTimeSeries)
A Boolean value that specifies whether the property consists of time series data.
isTimeSeries - A Boolean value that specifies whether the property consists of time series data.PropertyDefinitionRequest.Builder defaultValue(DataValue defaultValue)
An object that contains the default value.
defaultValue - An object that contains the default value.default PropertyDefinitionRequest.Builder defaultValue(Consumer<DataValue.Builder> defaultValue)
An object that contains the default value.
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 defaultValue(DataValue).
defaultValue - a consumer that will call methods on DataValue.BuilderdefaultValue(DataValue)PropertyDefinitionRequest.Builder configuration(Map<String,String> configuration)
A mapping that specifies configuration information about the property. Use this field to specify information that you read from and write to an external source.
configuration - A mapping that specifies configuration information about the property. Use this field to specify
information that you read from and write to an external source.PropertyDefinitionRequest.Builder displayName(String displayName)
A friendly name for the property.
displayName - A friendly name for the property.Copyright © 2023. All rights reserved.