Class CDPList
- java.lang.Object
-
- org.apache.unomi.graphql.types.output.CDPList
-
public class CDPList extends Object
-
-
Constructor Summary
Constructors Constructor Description CDPList(org.apache.unomi.api.lists.UserList userList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CDPProfileConnectionactive(Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment)Stringid()CDPProfileConnectioninactive(Integer first, String after, Integer last, String before)Stringname()CDPViewview()
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public String id()
-
view
public CDPView view()
-
name
public String name()
-
active
public CDPProfileConnection active(Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
inactive
public CDPProfileConnection inactive(Integer first, String after, Integer last, String before)
-
-