public class CDPPersonaInput extends Object
Constructor and 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) |
Modifier and Type | Method and 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() |
public static final String TYPE_NAME
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)
public String getId()
public String getCdp_name()
public String getCdp_view()
public List<CDPProfileIDInput> getCdp_profileIDs()
public List<CDPInterestInput> getCdp_interests()
public List<CDPPersonaConsentInput> getCdp_consents()
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.