Class CDPSegmentInput
- java.lang.Object
-
- org.apache.unomi.graphql.types.input.CDPSegmentInput
-
- All Implemented Interfaces:
BaseSegmentInput
public class CDPSegmentInput extends Object implements BaseSegmentInput
-
-
Constructor Summary
Constructors Constructor Description CDPSegmentInput(String id, String view, String name, CDPProfileFilterInput profiles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetName()CDPProfileFilterInputgetProfiles()StringgetView()
-
-
-
Constructor Detail
-
CDPSegmentInput
public CDPSegmentInput(String id, String view, String name, CDPProfileFilterInput profiles)
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceBaseSegmentInput
-
getView
public String getView()
- Specified by:
getViewin interfaceBaseSegmentInput
-
getName
public String getName()
- Specified by:
getNamein interfaceBaseSegmentInput
-
getProfiles
public CDPProfileFilterInput getProfiles()
-
-