Interface PropertyVariant
-
- All Superinterfaces:
JsonpSerializable
- All Known Implementing Classes:
AggregateMetricDoubleProperty,BinaryProperty,BooleanProperty,ByteNumberProperty,CompletionProperty,ConstantKeywordProperty,DateNanosProperty,DateProperty,DateRangeProperty,DoubleNumberProperty,DoubleRangeProperty,FieldAliasProperty,FlattenedProperty,FloatNumberProperty,FloatRangeProperty,GeoPointProperty,GeoShapeProperty,HalfFloatNumberProperty,HistogramProperty,IntegerNumberProperty,IntegerRangeProperty,IpProperty,IpRangeProperty,JoinProperty,KeywordProperty,KnnVectorProperty,LongNumberProperty,LongRangeProperty,Murmur3HashProperty,NestedProperty,ObjectProperty,PercolatorProperty,PointProperty,RankFeatureProperty,RankFeaturesProperty,ScaledFloatNumberProperty,SearchAsYouTypeProperty,ShapeProperty,ShortNumberProperty,TextProperty,TokenCountProperty,UnsignedLongNumberProperty,VersionProperty,WildcardProperty
public interface PropertyVariant extends JsonpSerializable
Base interface forPropertyvariants.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Property.Kind_propertyKind()default Property_toProperty()-
Methods inherited from interface org.opensearch.client.json.JsonpSerializable
serialize
-
-
-
-
Method Detail
-
_propertyKind
Property.Kind _propertyKind()
-
_toProperty
default Property _toProperty()
-
-