public class IntegrationProfile extends APIObject
Java class for IntegrationProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IntegrationProfile">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="ProfileID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SubscriberKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ExternalID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ExternalType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
externalID |
protected String |
externalType |
protected String |
profileID |
protected String |
subscriberKey |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
IntegrationProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalID()
Gets the value of the externalID property.
|
String |
getExternalType()
Gets the value of the externalType property.
|
String |
getProfileID()
Gets the value of the profileID property.
|
String |
getSubscriberKey()
Gets the value of the subscriberKey property.
|
void |
setExternalID(String value)
Sets the value of the externalID property.
|
void |
setExternalType(String value)
Sets the value of the externalType property.
|
void |
setProfileID(String value)
Sets the value of the profileID property.
|
void |
setSubscriberKey(String value)
Sets the value of the subscriberKey property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected String profileID
protected String subscriberKey
protected String externalID
protected String externalType
public String getProfileID()
Stringpublic void setProfileID(String value)
value - allowed object is
Stringpublic String getSubscriberKey()
Stringpublic void setSubscriberKey(String value)
value - allowed object is
Stringpublic String getExternalID()
Stringpublic void setExternalID(String value)
value - allowed object is
Stringpublic String getExternalType()
Stringpublic void setExternalType(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.