Package com.sforce.soap.metadata
Class EmbeddedServiceMessagingChannel
java.lang.Object
com.sforce.soap.metadata.EmbeddedServiceMessagingChannel
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetBusinessHours(XmlInputStream __in, TypeMapper __typeMapper) voidsetBusinessHours(String businessHours) voidsetIsEnabled(boolean isEnabled) protected voidsetIsEnabled(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetMessagingChannel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMessagingChannel(String messagingChannel) voidsetShouldShowDeliveryReceipts(boolean shouldShowDeliveryReceipts) protected voidsetShouldShowDeliveryReceipts(XmlInputStream __in, TypeMapper __typeMapper) voidsetShouldShowEmojiSelection(boolean shouldShowEmojiSelection) protected voidsetShouldShowEmojiSelection(XmlInputStream __in, TypeMapper __typeMapper) voidsetShouldShowReadReceipts(boolean shouldShowReadReceipts) protected voidsetShouldShowReadReceipts(XmlInputStream __in, TypeMapper __typeMapper) voidsetShouldShowTypingIndicators(boolean shouldShowTypingIndicators) protected voidsetShouldShowTypingIndicators(XmlInputStream __in, TypeMapper __typeMapper) voidsetShouldStartNewLineOnEnter(boolean shouldStartNewLineOnEnter) protected voidsetShouldStartNewLineOnEnter(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
EmbeddedServiceMessagingChannel
public EmbeddedServiceMessagingChannel()Constructor
-
-
Method Details
-
getBusinessHours
-
setBusinessHours
-
setBusinessHours
protected void setBusinessHours(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsEnabled
public boolean getIsEnabled() -
isIsEnabled
public boolean isIsEnabled() -
setIsEnabled
public void setIsEnabled(boolean isEnabled) -
setIsEnabled
protected void setIsEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMessagingChannel
-
setMessagingChannel
-
setMessagingChannel
protected void setMessagingChannel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getShouldShowDeliveryReceipts
public boolean getShouldShowDeliveryReceipts() -
isShouldShowDeliveryReceipts
public boolean isShouldShowDeliveryReceipts() -
setShouldShowDeliveryReceipts
public void setShouldShowDeliveryReceipts(boolean shouldShowDeliveryReceipts) -
setShouldShowDeliveryReceipts
protected void setShouldShowDeliveryReceipts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getShouldShowEmojiSelection
public boolean getShouldShowEmojiSelection() -
isShouldShowEmojiSelection
public boolean isShouldShowEmojiSelection() -
setShouldShowEmojiSelection
public void setShouldShowEmojiSelection(boolean shouldShowEmojiSelection) -
setShouldShowEmojiSelection
protected void setShouldShowEmojiSelection(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getShouldShowReadReceipts
public boolean getShouldShowReadReceipts() -
isShouldShowReadReceipts
public boolean isShouldShowReadReceipts() -
setShouldShowReadReceipts
public void setShouldShowReadReceipts(boolean shouldShowReadReceipts) -
setShouldShowReadReceipts
protected void setShouldShowReadReceipts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getShouldShowTypingIndicators
public boolean getShouldShowTypingIndicators() -
isShouldShowTypingIndicators
public boolean isShouldShowTypingIndicators() -
setShouldShowTypingIndicators
public void setShouldShowTypingIndicators(boolean shouldShowTypingIndicators) -
setShouldShowTypingIndicators
protected void setShouldShowTypingIndicators(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getShouldStartNewLineOnEnter
public boolean getShouldStartNewLineOnEnter() -
isShouldStartNewLineOnEnter
public boolean isShouldStartNewLineOnEnter() -
setShouldStartNewLineOnEnter
public void setShouldStartNewLineOnEnter(boolean shouldStartNewLineOnEnter) -
setShouldStartNewLineOnEnter
protected void setShouldStartNewLineOnEnter(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- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-