AppSearchSchema.BooleanPropertyConfig

  • AppSearchSchema.BooleanPropertyConfig is a configuration for a property containing a boolean value.

  • It has a nested class, AppSearchSchema.BooleanPropertyConfig.Builder, for building instances of this configuration.

  • It inherits constants for specifying the cardinality of the property (optional, repeated, or required) from AppSearchSchema.PropertyConfig.

  • It inherits methods for accessing the cardinality, description, name, and other object properties from AppSearchSchema.PropertyConfig and java.lang.Object.

public static final class AppSearchSchema.BooleanPropertyConfig extends AppSearchSchema.PropertyConfig

Configuration for a property containing a boolean.

Nested Class Summary

class AppSearchSchema.BooleanPropertyConfig.Builder Builder for AppSearchSchema.BooleanPropertyConfig

Inherited Constant Summary

Inherited Method Summary