Package com.sforce.soap.metadata
Class ConversationChannelDefinition
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.ConversationChannelDefinition
-
-
Constructor Summary
Constructors Constructor Description ConversationChannelDefinition()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getConnectedAppOauthLink
public String getConnectedAppOauthLink()
-
setConnectedAppOauthLink
public void setConnectedAppOauthLink(String connectedAppOauthLink)
-
setConnectedAppOauthLink
protected void setConnectedAppOauthLink(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConsentOwner
public ConsentOwner getConsentOwner()
-
setConsentOwner
public void setConsentOwner(ConsentOwner consentOwner)
-
setConsentOwner
protected void setConsentOwner(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConversationVendorInfo
public String getConversationVendorInfo()
-
setConversationVendorInfo
public void setConversationVendorInfo(String conversationVendorInfo)
-
setConversationVendorInfo
protected void setConversationVendorInfo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustomEventPayloadField
public String getCustomEventPayloadField()
-
setCustomEventPayloadField
public void setCustomEventPayloadField(String customEventPayloadField)
-
setCustomEventPayloadField
protected void setCustomEventPayloadField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustomEventTypeField
public String getCustomEventTypeField()
-
setCustomEventTypeField
public void setCustomEventTypeField(String customEventTypeField)
-
setCustomEventTypeField
protected void setCustomEventTypeField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustomIcon
public String getCustomIcon()
-
setCustomIcon
public void setCustomIcon(String customIcon)
-
setCustomIcon
protected void setCustomIcon(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustomPlatformEvent
public String getCustomPlatformEvent()
-
setCustomPlatformEvent
public void setCustomPlatformEvent(String customPlatformEvent)
-
setCustomPlatformEvent
protected void setCustomPlatformEvent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDeveloperName
public String getDeveloperName()
-
setDeveloperName
public void setDeveloperName(String developerName)
-
setDeveloperName
protected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRoutingOwner
public RoutingOwner getRoutingOwner()
-
setRoutingOwner
public void setRoutingOwner(RoutingOwner routingOwner)
-
setRoutingOwner
protected void setRoutingOwner(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSupportsCustomChannelParameters
public boolean getSupportsCustomChannelParameters()
-
isSupportsCustomChannelParameters
public boolean isSupportsCustomChannelParameters()
-
setSupportsCustomChannelParameters
public void setSupportsCustomChannelParameters(boolean supportsCustomChannelParameters)
-
setSupportsCustomChannelParameters
protected void setSupportsCustomChannelParameters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSupportsDoubleOptInConsent
public boolean getSupportsDoubleOptInConsent()
-
isSupportsDoubleOptInConsent
public boolean isSupportsDoubleOptInConsent()
-
setSupportsDoubleOptInConsent
public void setSupportsDoubleOptInConsent(boolean supportsDoubleOptInConsent)
-
setSupportsDoubleOptInConsent
protected void setSupportsDoubleOptInConsent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSupportsExplicitConsent
public boolean getSupportsExplicitConsent()
-
isSupportsExplicitConsent
public boolean isSupportsExplicitConsent()
-
setSupportsExplicitConsent
public void setSupportsExplicitConsent(boolean supportsExplicitConsent)
-
setSupportsExplicitConsent
protected void setSupportsExplicitConsent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSupportsImplicitConsent
public boolean getSupportsImplicitConsent()
-
isSupportsImplicitConsent
public boolean isSupportsImplicitConsent()
-
setSupportsImplicitConsent
public void setSupportsImplicitConsent(boolean supportsImplicitConsent)
-
setSupportsImplicitConsent
protected void setSupportsImplicitConsent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSupportsIsoCountryCode
public boolean getSupportsIsoCountryCode()
-
isSupportsIsoCountryCode
public boolean isSupportsIsoCountryCode()
-
setSupportsIsoCountryCode
public void setSupportsIsoCountryCode(boolean supportsIsoCountryCode)
-
setSupportsIsoCountryCode
protected void setSupportsIsoCountryCode(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSupportsKeywords
public boolean getSupportsKeywords()
-
isSupportsKeywords
public boolean isSupportsKeywords()
-
setSupportsKeywords
public void setSupportsKeywords(boolean supportsKeywords)
-
setSupportsKeywords
protected void setSupportsKeywords(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-