AppSearchSchema.DoublePropertyConfig.Builder

class AppSearchSchema.DoublePropertyConfig.Builder


Builder for DoublePropertyConfig.

Summary

Public constructors

Builder(propertyName: String)

Creates a new DoublePropertyConfig.Builder.

Public functions

AppSearchSchema.DoublePropertyConfig

Constructs a new DoublePropertyConfig from the contents of this builder.

AppSearchSchema.DoublePropertyConfig.Builder
setCardinality(cardinality: Int)

Sets the cardinality of the property (whether it is optional, required or repeated).

Public constructors

Builder

Added in 1.1.0-alpha04
Builder(propertyName: String)

Creates a new DoublePropertyConfig.Builder.

Public functions

build

Added in 1.1.0-alpha04
fun build(): AppSearchSchema.DoublePropertyConfig

Constructs a new DoublePropertyConfig from the contents of this builder.

setCardinality

Added in 1.1.0-alpha04
fun setCardinality(cardinality: Int): AppSearchSchema.DoublePropertyConfig.Builder

Sets the cardinality of the property (whether it is optional, required or repeated).

If this method is not called, the default cardinality is CARDINALITY_OPTIONAL.