public class MessagingConfiguration extends APIObject
Java class for MessagingConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessagingConfiguration">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MessagingVendorKind" type="{http://exacttarget.com/wsdl/partnerAPI}MessagingVendorKind"/>
<element name="IsActive" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="UserName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Password" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ProfileID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CallbackUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MediaTypes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
callbackUrl |
protected String |
code |
protected boolean |
isActive |
protected String |
mediaTypes |
protected MessagingVendorKind |
messagingVendorKind |
protected String |
password |
protected String |
profileID |
protected String |
url |
protected String |
userName |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
MessagingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackUrl()
Gets the value of the callbackUrl property.
|
String |
getCode()
Gets the value of the code property.
|
String |
getMediaTypes()
Gets the value of the mediaTypes property.
|
MessagingVendorKind |
getMessagingVendorKind()
Gets the value of the messagingVendorKind property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getProfileID()
Gets the value of the profileID property.
|
String |
getUrl()
Gets the value of the url property.
|
String |
getUserName()
Gets the value of the userName property.
|
boolean |
isIsActive()
Gets the value of the isActive property.
|
void |
setCallbackUrl(String value)
Sets the value of the callbackUrl property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setIsActive(boolean value)
Sets the value of the isActive property.
|
void |
setMediaTypes(String value)
Sets the value of the mediaTypes property.
|
void |
setMessagingVendorKind(MessagingVendorKind value)
Sets the value of the messagingVendorKind property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setProfileID(String value)
Sets the value of the profileID property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setUserName(String value)
Sets the value of the userName 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 code
protected MessagingVendorKind messagingVendorKind
protected boolean isActive
protected String url
protected String userName
protected String password
protected String profileID
protected String callbackUrl
protected String mediaTypes
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic MessagingVendorKind getMessagingVendorKind()
MessagingVendorKindpublic void setMessagingVendorKind(MessagingVendorKind value)
value - allowed object is
MessagingVendorKindpublic boolean isIsActive()
public void setIsActive(boolean value)
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic String getProfileID()
Stringpublic void setProfileID(String value)
value - allowed object is
Stringpublic String getCallbackUrl()
Stringpublic void setCallbackUrl(String value)
value - allowed object is
Stringpublic String getMediaTypes()
Stringpublic void setMediaTypes(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.