Class CDPPersonaInput
- java.lang.Object
-
- org.apache.unomi.graphql.types.input.CDPPersonaInput
-
public class CDPPersonaInput extends Object
-
-
Constructor Summary
Constructors Constructor Description CDPPersonaInput(String id, String cdp_name, String cdp_view, List<CDPProfileIDInput> cdp_profileIDs, Set<String> cdp_segments, List<CDPInterestInput> cdp_interests, List<CDPPersonaConsentInput> cdp_consents)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CDPPersonaConsentInput>
getCdp_consents()
List<CDPInterestInput>
getCdp_interests()
String
getCdp_name()
List<CDPProfileIDInput>
getCdp_profileIDs()
Set<String>
getCdp_segments()
String
getCdp_view()
String
getId()
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CDPPersonaInput
public CDPPersonaInput(String id, String cdp_name, String cdp_view, List<CDPProfileIDInput> cdp_profileIDs, Set<String> cdp_segments, List<CDPInterestInput> cdp_interests, List<CDPPersonaConsentInput> cdp_consents)
-
-
Method Detail
-
getId
public String getId()
-
getCdp_name
public String getCdp_name()
-
getCdp_view
public String getCdp_view()
-
getCdp_profileIDs
public List<CDPProfileIDInput> getCdp_profileIDs()
-
getCdp_interests
public List<CDPInterestInput> getCdp_interests()
-
getCdp_consents
public List<CDPPersonaConsentInput> getCdp_consents()
-
-