AppSearchSchema.BytesPropertyConfig.Builder

public final class AppSearchSchema.BytesPropertyConfig.Builder


Builder for BytesPropertyConfig.

Summary

Public constructors

Builder(@NonNull String propertyName)

Creates a new BytesPropertyConfig.Builder.

Public methods

@NonNull AppSearchSchema.BytesPropertyConfig

Constructs a new BytesPropertyConfig from the contents of this builder.

@NonNull AppSearchSchema.BytesPropertyConfig.Builder
setCardinality(int cardinality)

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

Public constructors

Builder

Added in 1.1.0-alpha04
public Builder(@NonNull String propertyName)

Creates a new BytesPropertyConfig.Builder.

Public methods

build

Added in 1.1.0-alpha04
public @NonNull AppSearchSchema.BytesPropertyConfig build()

Constructs a new BytesPropertyConfig from the contents of this builder.

setCardinality

Added in 1.1.0-alpha04
public @NonNull AppSearchSchema.BytesPropertyConfig.Builder setCardinality(int cardinality)

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.