# Print output for @column tags ?> AppSearchSchema.LongPropertyConfig.Builder - Android SDK | Android Developers

Most visited

Recently visited

AppSearchSchema.LongPropertyConfig.Builder

public static final class AppSearchSchema.LongPropertyConfig.Builder
extends Object

java.lang.Object
   ↳ android.app.appsearch.AppSearchSchema.LongPropertyConfig.Builder


Builder for LongPropertyConfig.

Summary

Public constructors

Builder(String propertyName)

Creates a new LongPropertyConfig.Builder.

Public methods

AppSearchSchema.LongPropertyConfig build()

Constructs a new LongPropertyConfig from the contents of this builder.

AppSearchSchema.LongPropertyConfig.Builder setCardinality(int cardinality)

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

Inherited methods

Public constructors

Builder

public Builder (String propertyName)

Creates a new LongPropertyConfig.Builder.

Parameters
propertyName String: This value cannot be null.

Public methods

build

public AppSearchSchema.LongPropertyConfig build ()

Constructs a new LongPropertyConfig from the contents of this builder.

Returns
AppSearchSchema.LongPropertyConfig This value cannot be null.

setCardinality

public AppSearchSchema.LongPropertyConfig.Builder setCardinality (int cardinality)

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

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

Parameters
cardinality int: Value is AppSearchSchema.PropertyConfig.CARDINALITY_REPEATED, AppSearchSchema.PropertyConfig.CARDINALITY_OPTIONAL, or AppSearchSchema.PropertyConfig.CARDINALITY_REQUIRED

Returns
AppSearchSchema.LongPropertyConfig.Builder This value cannot be null.