Package com.sforce.soap.metadata
Class EmbeddedMessagingChannel
java.lang.Object
com.sforce.soap.metadata.EmbeddedMessagingChannel
- 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 TypeMethodDescriptionintbooleanbooleanbooleanbooleanintbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetAnonymousUserJwtExpirationTime(int anonymousUserJwtExpirationTime) protected voidsetAnonymousUserJwtExpirationTime(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAuthMode(XmlInputStream __in, TypeMapper __typeMapper) voidsetAuthMode(String authMode) protected voidsetConnectedApp(XmlInputStream __in, TypeMapper __typeMapper) voidsetConnectedApp(String connectedApp) voidsetIsAttachmentUploadEnabled(boolean isAttachmentUploadEnabled) protected voidsetIsAttachmentUploadEnabled(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsEstimatedWaitTimeEnabled(boolean isEstimatedWaitTimeEnabled) protected voidsetIsEstimatedWaitTimeEnabled(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsFallbackMessageEnabled(boolean isFallbackMessageEnabled) protected voidsetIsFallbackMessageEnabled(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsSaveTranscriptEnabled(boolean isSaveTranscriptEnabled) protected voidsetIsSaveTranscriptEnabled(XmlInputStream __in, TypeMapper __typeMapper) voidsetMessagingAuthorizations(MessagingAuthorization[] messagingAuthorizations) protected voidsetMessagingAuthorizations(XmlInputStream __in, TypeMapper __typeMapper) voidsetVerifiedUserJwtExpirationTime(int verifiedUserJwtExpirationTime) protected voidsetVerifiedUserJwtExpirationTime(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
EmbeddedMessagingChannel
public EmbeddedMessagingChannel()Constructor
-
-
Method Details
-
getAnonymousUserJwtExpirationTime
public int getAnonymousUserJwtExpirationTime() -
setAnonymousUserJwtExpirationTime
public void setAnonymousUserJwtExpirationTime(int anonymousUserJwtExpirationTime) -
setAnonymousUserJwtExpirationTime
protected void setAnonymousUserJwtExpirationTime(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAuthMode
-
setAuthMode
-
setAuthMode
protected void setAuthMode(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getConnectedApp
-
setConnectedApp
-
setConnectedApp
protected void setConnectedApp(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsAttachmentUploadEnabled
public boolean getIsAttachmentUploadEnabled() -
isIsAttachmentUploadEnabled
public boolean isIsAttachmentUploadEnabled() -
setIsAttachmentUploadEnabled
public void setIsAttachmentUploadEnabled(boolean isAttachmentUploadEnabled) -
setIsAttachmentUploadEnabled
protected void setIsAttachmentUploadEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsEstimatedWaitTimeEnabled
public boolean getIsEstimatedWaitTimeEnabled() -
isIsEstimatedWaitTimeEnabled
public boolean isIsEstimatedWaitTimeEnabled() -
setIsEstimatedWaitTimeEnabled
public void setIsEstimatedWaitTimeEnabled(boolean isEstimatedWaitTimeEnabled) -
setIsEstimatedWaitTimeEnabled
protected void setIsEstimatedWaitTimeEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsFallbackMessageEnabled
public boolean getIsFallbackMessageEnabled() -
isIsFallbackMessageEnabled
public boolean isIsFallbackMessageEnabled() -
setIsFallbackMessageEnabled
public void setIsFallbackMessageEnabled(boolean isFallbackMessageEnabled) -
setIsFallbackMessageEnabled
protected void setIsFallbackMessageEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsSaveTranscriptEnabled
public boolean getIsSaveTranscriptEnabled() -
isIsSaveTranscriptEnabled
public boolean isIsSaveTranscriptEnabled() -
setIsSaveTranscriptEnabled
public void setIsSaveTranscriptEnabled(boolean isSaveTranscriptEnabled) -
setIsSaveTranscriptEnabled
protected void setIsSaveTranscriptEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMessagingAuthorizations
-
setMessagingAuthorizations
-
setMessagingAuthorizations
protected void setMessagingAuthorizations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getVerifiedUserJwtExpirationTime
public int getVerifiedUserJwtExpirationTime() -
setVerifiedUserJwtExpirationTime
public void setVerifiedUserJwtExpirationTime(int verifiedUserJwtExpirationTime) -
setVerifiedUserJwtExpirationTime
protected void setVerifiedUserJwtExpirationTime(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
-