static PropertyDefinitionResponse.Builder |
PropertyDefinitionResponse.builder() |
|
PropertyDefinitionResponse.Builder |
PropertyDefinitionResponse.Builder.configuration(Map<String,String> configuration) |
A mapping that specifies configuration information about the property.
|
default PropertyDefinitionResponse.Builder |
PropertyDefinitionResponse.Builder.dataType(Consumer<DataType.Builder> dataType) |
An object that contains information about the data type.
|
PropertyDefinitionResponse.Builder |
PropertyDefinitionResponse.Builder.dataType(DataType dataType) |
An object that contains information about the data type.
|
default PropertyDefinitionResponse.Builder |
PropertyDefinitionResponse.Builder.defaultValue(Consumer<DataValue.Builder> defaultValue) |
An object that contains the default value.
|
PropertyDefinitionResponse.Builder |
PropertyDefinitionResponse.Builder.defaultValue(DataValue defaultValue) |
An object that contains the default value.
|
PropertyDefinitionResponse.Builder |
PropertyDefinitionResponse.Builder.displayName(String displayName) |
A friendly name for the property.
|
PropertyDefinitionResponse.Builder |
PropertyDefinitionResponse.Builder.isExternalId(Boolean isExternalId) |
A Boolean value that specifies whether the property ID comes from an external data store.
|
PropertyDefinitionResponse.Builder |
PropertyDefinitionResponse.Builder.isFinal(Boolean isFinal) |
A Boolean value that specifies whether the property definition can be updated.
|
PropertyDefinitionResponse.Builder |
PropertyDefinitionResponse.Builder.isImported(Boolean isImported) |
A Boolean value that specifies whether the property definition is imported from an external data store.
|
PropertyDefinitionResponse.Builder |
PropertyDefinitionResponse.Builder.isInherited(Boolean isInherited) |
A Boolean value that specifies whether the property definition is inherited from a parent entity.
|
PropertyDefinitionResponse.Builder |
PropertyDefinitionResponse.Builder.isRequiredInEntity(Boolean isRequiredInEntity) |
A Boolean value that specifies whether the property is required in an entity.
|
PropertyDefinitionResponse.Builder |
PropertyDefinitionResponse.Builder.isStoredExternally(Boolean isStoredExternally) |
A Boolean value that specifies whether the property is stored externally.
|
PropertyDefinitionResponse.Builder |
PropertyDefinitionResponse.Builder.isTimeSeries(Boolean isTimeSeries) |
A Boolean value that specifies whether the property consists of time series data.
|
PropertyDefinitionResponse.Builder |
PropertyDefinitionResponse.toBuilder() |
|