public static interface PropertyDefinitionResponse.Builder extends SdkPojo, CopyableBuilder<PropertyDefinitionResponse.Builder,PropertyDefinitionResponse>
| Modifier and Type | Method and Description |
|---|---|
PropertyDefinitionResponse.Builder |
configuration(Map<String,String> configuration)
A mapping that specifies configuration information about the property.
|
default PropertyDefinitionResponse.Builder |
dataType(Consumer<DataType.Builder> dataType)
An object that contains information about the data type.
|
PropertyDefinitionResponse.Builder |
dataType(DataType dataType)
An object that contains information about the data type.
|
default PropertyDefinitionResponse.Builder |
defaultValue(Consumer<DataValue.Builder> defaultValue)
An object that contains the default value.
|
PropertyDefinitionResponse.Builder |
defaultValue(DataValue defaultValue)
An object that contains the default value.
|
PropertyDefinitionResponse.Builder |
isExternalId(Boolean isExternalId)
A Boolean value that specifies whether the property ID comes from an external data store.
|
PropertyDefinitionResponse.Builder |
isFinal(Boolean isFinal)
A Boolean value that specifies whether the property definition can be updated.
|
PropertyDefinitionResponse.Builder |
isImported(Boolean isImported)
A Boolean value that specifies whether the property definition is imported from an external data store.
|
PropertyDefinitionResponse.Builder |
isInherited(Boolean isInherited)
A Boolean value that specifies whether the property definition is inherited from a parent entity.
|
PropertyDefinitionResponse.Builder |
isRequiredInEntity(Boolean isRequiredInEntity)
A Boolean value that specifies whether the property is required in an entity.
|
PropertyDefinitionResponse.Builder |
isStoredExternally(Boolean isStoredExternally)
A Boolean value that specifies whether the property is stored externally.
|
PropertyDefinitionResponse.Builder |
isTimeSeries(Boolean isTimeSeries)
A Boolean value that specifies whether the property consists of time series data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPropertyDefinitionResponse.Builder configuration(Map<String,String> configuration)
A mapping that specifies configuration information about the property.
configuration - A mapping that specifies configuration information about the property.PropertyDefinitionResponse.Builder dataType(DataType dataType)
An object that contains information about the data type.
dataType - An object that contains information about the data type.default PropertyDefinitionResponse.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)PropertyDefinitionResponse.Builder defaultValue(DataValue defaultValue)
An object that contains the default value.
defaultValue - An object that contains the default value.default PropertyDefinitionResponse.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)PropertyDefinitionResponse.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.PropertyDefinitionResponse.Builder isFinal(Boolean isFinal)
A Boolean value that specifies whether the property definition can be updated.
isFinal - A Boolean value that specifies whether the property definition can be updated.PropertyDefinitionResponse.Builder isImported(Boolean isImported)
A Boolean value that specifies whether the property definition is imported from an external data store.
isImported - A Boolean value that specifies whether the property definition is imported from an external data
store.PropertyDefinitionResponse.Builder isInherited(Boolean isInherited)
A Boolean value that specifies whether the property definition is inherited from a parent entity.
isInherited - A Boolean value that specifies whether the property definition is inherited from a parent entity.PropertyDefinitionResponse.Builder isRequiredInEntity(Boolean isRequiredInEntity)
A Boolean value that specifies whether the property is required in an entity.
isRequiredInEntity - A Boolean value that specifies whether the property is required in an entity.PropertyDefinitionResponse.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.PropertyDefinitionResponse.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.Copyright © 2022. All rights reserved.