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 String
getId()
String
getName()
CDPProfileFilterInput
getProfiles()
String
getView()
-
-
-
Constructor Detail
-
CDPSegmentInput
public CDPSegmentInput(String id, String view, String name, CDPProfileFilterInput profiles)
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getId
in interfaceBaseSegmentInput
-
getView
public String getView()
- Specified by:
getView
in interfaceBaseSegmentInput
-
getName
public String getName()
- Specified by:
getName
in interfaceBaseSegmentInput
-
getProfiles
public CDPProfileFilterInput getProfiles()
-
-