public class SaveIndividualContactData extends Object implements Serializable
Java class for saveIndividualContactData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected List<ContactAddressData> |
addresses |
protected List<AuthorizationData> |
authorizations |
protected String |
campaignTracker |
protected List<ContactConnection> |
contactConnections |
protected String |
contactNumber |
protected String |
contactOrigin |
protected List<ExternalContactCriterionData> |
externalContactCriterionData |
protected boolean |
fullAddresses |
protected Boolean |
fullAuthorizations |
protected boolean |
fullContactConnections |
protected boolean |
fullContactCriteria |
protected boolean |
fullSocialConnections |
protected IndividualContactData |
individualContactData |
protected IndividualPhotoData |
individualPhotoData |
protected List<ContactSocialConnection> |
socialConnections |
Constructor and Description |
---|
SaveIndividualContactData() |
Modifier and Type | Method and Description |
---|---|
List<ContactAddressData> |
getAddresses()
Gets the value of the addresses property.
|
List<AuthorizationData> |
getAuthorizations()
Gets the value of the authorizations property.
|
String |
getCampaignTracker()
Gets the value of the campaignTracker property.
|
List<ContactConnection> |
getContactConnections()
Gets the value of the contactConnections property.
|
String |
getContactNumber()
Gets the value of the contactNumber property.
|
String |
getContactOrigin()
Gets the value of the contactOrigin property.
|
List<ExternalContactCriterionData> |
getExternalContactCriterionData()
Gets the value of the externalContactCriterionData property.
|
IndividualContactData |
getIndividualContactData()
Gets the value of the individualContactData property.
|
IndividualPhotoData |
getIndividualPhotoData()
Gets the value of the individualPhotoData property.
|
List<ContactSocialConnection> |
getSocialConnections()
Gets the value of the socialConnections property.
|
boolean |
isFullAddresses()
Gets the value of the fullAddresses property.
|
Boolean |
isFullAuthorizations()
Gets the value of the fullAuthorizations property.
|
boolean |
isFullContactConnections()
Gets the value of the fullContactConnections property.
|
boolean |
isFullContactCriteria()
Gets the value of the fullContactCriteria property.
|
boolean |
isFullSocialConnections()
Gets the value of the fullSocialConnections property.
|
void |
setCampaignTracker(String value)
Sets the value of the campaignTracker property.
|
void |
setContactNumber(String value)
Sets the value of the contactNumber property.
|
void |
setContactOrigin(String value)
Sets the value of the contactOrigin property.
|
void |
setFullAddresses(boolean value)
Sets the value of the fullAddresses property.
|
void |
setFullAuthorizations(Boolean value)
Sets the value of the fullAuthorizations property.
|
void |
setFullContactConnections(boolean value)
Sets the value of the fullContactConnections property.
|
void |
setFullContactCriteria(boolean value)
Sets the value of the fullContactCriteria property.
|
void |
setFullSocialConnections(boolean value)
Sets the value of the fullSocialConnections property.
|
void |
setIndividualContactData(IndividualContactData value)
Sets the value of the individualContactData property.
|
void |
setIndividualPhotoData(IndividualPhotoData value)
Sets the value of the individualPhotoData property.
|
protected String contactNumber
protected IndividualContactData individualContactData
protected List<ContactAddressData> addresses
protected boolean fullAddresses
protected List<AuthorizationData> authorizations
protected Boolean fullAuthorizations
protected List<ExternalContactCriterionData> externalContactCriterionData
protected boolean fullContactCriteria
protected List<ContactConnection> contactConnections
protected boolean fullContactConnections
protected List<ContactSocialConnection> socialConnections
protected boolean fullSocialConnections
protected String campaignTracker
protected IndividualPhotoData individualPhotoData
protected String contactOrigin
public String getContactNumber()
String
public void setContactNumber(String value)
value
- allowed object is
String
public IndividualContactData getIndividualContactData()
IndividualContactData
public void setIndividualContactData(IndividualContactData value)
value
- allowed object is
IndividualContactData
public List<ContactAddressData> getAddresses()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the addresses property.
For example, to add a new item, do as follows:
getAddresses().add(newItem);
Objects of the following type(s) are allowed in the list
ContactAddressData
public boolean isFullAddresses()
public void setFullAddresses(boolean value)
public List<AuthorizationData> getAuthorizations()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the authorizations property.
For example, to add a new item, do as follows:
getAuthorizations().add(newItem);
Objects of the following type(s) are allowed in the list
AuthorizationData
public Boolean isFullAuthorizations()
Boolean
public void setFullAuthorizations(Boolean value)
value
- allowed object is
Boolean
public List<ExternalContactCriterionData> getExternalContactCriterionData()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the externalContactCriterionData property.
For example, to add a new item, do as follows:
getExternalContactCriterionData().add(newItem);
Objects of the following type(s) are allowed in the list
ExternalContactCriterionData
public boolean isFullContactCriteria()
public void setFullContactCriteria(boolean value)
public List<ContactConnection> getContactConnections()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the contactConnections property.
For example, to add a new item, do as follows:
getContactConnections().add(newItem);
Objects of the following type(s) are allowed in the list
ContactConnection
public boolean isFullContactConnections()
public void setFullContactConnections(boolean value)
public List<ContactSocialConnection> getSocialConnections()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the socialConnections property.
For example, to add a new item, do as follows:
getSocialConnections().add(newItem);
Objects of the following type(s) are allowed in the list
ContactSocialConnection
public boolean isFullSocialConnections()
public void setFullSocialConnections(boolean value)
public String getCampaignTracker()
String
public void setCampaignTracker(String value)
value
- allowed object is
String
public IndividualPhotoData getIndividualPhotoData()
IndividualPhotoData
public void setIndividualPhotoData(IndividualPhotoData value)
value
- allowed object is
IndividualPhotoData
public String getContactOrigin()
String
Copyright © 2021. All rights reserved.