Class CDPGeoPointPropertyInput
- java.lang.Object
-
- org.apache.unomi.graphql.types.input.property.BaseCDPPropertyInput
-
- org.apache.unomi.graphql.types.input.property.CDPGeoPointPropertyInput
-
public class CDPGeoPointPropertyInput extends BaseCDPPropertyInput
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCDPPropertyType()
GeoPoint
getDefaultValue()
void
updateType(PropertyType type)
-
Methods inherited from class org.apache.unomi.graphql.types.input.property.BaseCDPPropertyInput
deleteDefaultNumericRange, getMaxOccurrences, getMinOccurrences, getName, getTags, toPropertyType, updateDefaultNumericRange
-
-
-
-
Method Detail
-
getDefaultValue
public GeoPoint getDefaultValue()
-
getCDPPropertyType
public String getCDPPropertyType()
- Specified by:
getCDPPropertyType
in classBaseCDPPropertyInput
-
updateType
public void updateType(PropertyType type)
- Overrides:
updateType
in classBaseCDPPropertyInput
-
-