Class CDPBooleanPropertyInput
- java.lang.Object
-
- org.apache.unomi.graphql.types.input.property.BaseCDPPropertyInput
-
- org.apache.unomi.graphql.types.input.property.CDPBooleanPropertyInput
-
public class CDPBooleanPropertyInput extends BaseCDPPropertyInput
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCDPPropertyType()
Boolean
isDefaultValue()
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
-
isDefaultValue
public Boolean isDefaultValue()
-
getCDPPropertyType
public String getCDPPropertyType()
- Specified by:
getCDPPropertyType
in classBaseCDPPropertyInput
-
updateType
public void updateType(PropertyType type)
- Overrides:
updateType
in classBaseCDPPropertyInput
-
-