Class CDPSetPropertyType
- java.lang.Object
-
- org.apache.unomi.graphql.types.output.property.CDPPropertyType
-
- org.apache.unomi.graphql.types.output.property.CDPSetPropertyType
-
- All Implemented Interfaces:
CDPPropertyInterface
public class CDPSetPropertyType extends CDPPropertyType implements CDPPropertyInterface
-
-
Field Summary
Fields Modifier and Type Field Description static String
TYPE_NAME
static String
UNOMI_TYPE
-
Fields inherited from class org.apache.unomi.graphql.types.output.property.CDPPropertyType
type
-
-
Constructor Summary
Constructors Constructor Description CDPSetPropertyType(PropertyType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CDPPropertyInterface>
properties(graphql.schema.DataFetchingEnvironment environment)
-
Methods inherited from class org.apache.unomi.graphql.types.output.property.CDPPropertyType
getDefaultNumericRange, getType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.unomi.graphql.types.output.CDPPropertyInterface
getType, maxOccurrences, minOccurrences, name, tags
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
UNOMI_TYPE
public static final String UNOMI_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CDPSetPropertyType
public CDPSetPropertyType(PropertyType type)
-
-
Method Detail
-
properties
public List<CDPPropertyInterface> properties(graphql.schema.DataFetchingEnvironment environment)
-
-