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
From class
com.google.android.gms.appsearch.AppSearchSchema.PropertyConfig
int | CARDINALITY_OPTIONAL | Zero or one value [0,1]. |
int | CARDINALITY_REPEATED | Any number of items (including zero) [0...*]. |
int | CARDINALITY_REQUIRED | Exactly one value [1]. |
Inherited Method Summary
From class
com.google.android.gms.appsearch.AppSearchSchema.PropertyConfig
boolean | |
int |
getCardinality()
Returns the cardinality of the property (whether it is optional, required
or repeated).
|
String |
getDescription()
Returns a natural language description of this property.
|
String |
getName()
Returns the name of this property.
|
int |
hashCode()
|
String |
toString()
|