Class CDPSetPropertyInput
- java.lang.Object
-
- org.apache.unomi.graphql.types.input.property.BaseCDPPropertyInput
-
- org.apache.unomi.graphql.types.input.property.CDPSetPropertyInput
-
public class CDPSetPropertyInput extends BaseCDPPropertyInput
-
-
Constructor Summary
Constructors Constructor Description CDPSetPropertyInput(String name, Integer minOccurrences, Integer maxOccurrences, List<String> tags, List<CDPPropertyInput> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCDPPropertyType()
List<CDPPropertyInput>
getProperties()
-
Methods inherited from class org.apache.unomi.graphql.types.input.property.BaseCDPPropertyInput
deleteDefaultNumericRange, getMaxOccurrences, getMinOccurrences, getName, getTags, toPropertyType, updateDefaultNumericRange, updateType
-
-
-
-
Method Detail
-
getProperties
public List<CDPPropertyInput> getProperties()
-
getCDPPropertyType
public String getCDPPropertyType()
- Specified by:
getCDPPropertyType
in classBaseCDPPropertyInput
-
-