Package com.sforce.soap.metadata
Class ConversationMessageDefinition
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.ConversationMessageDefinition
- 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 TypeMethodDescriptiongetLabel()getType()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetConstants(ConversationMessageConstant[] constants) protected voidsetConstants(XmlInputStream __in, TypeMapper __typeMapper) voidsetContentCategory(ConversationMessageContentCategory contentCategory) protected voidsetContentCategory(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetLanguage(XmlInputStream __in, TypeMapper __typeMapper) voidsetLanguage(String language) voidsetMessageHandlers(ConversationMessageHandler[] messageHandlers) protected voidsetMessageHandlers(XmlInputStream __in, TypeMapper __typeMapper) voidsetMessageLayouts(ConversationMessageLayout[] messageLayouts) protected voidsetMessageLayouts(XmlInputStream __in, TypeMapper __typeMapper) voidsetOptionsParameter(ConversationMessageOptionsParameter optionsParameter) protected voidsetOptionsParameter(XmlInputStream __in, TypeMapper __typeMapper) voidsetParameters(ConversationMessageParameter[] parameters) protected voidsetParameters(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetType(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
ConversationMessageDefinition
public ConversationMessageDefinition()Constructor
-
-
Method Details
-
getConstants
-
setConstants
-
setConstants
protected void setConstants(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getContentCategory
-
setContentCategory
-
setContentCategory
protected void setContentCategory(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLanguage
-
setLanguage
-
setLanguage
protected void setLanguage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMessageHandlers
-
setMessageHandlers
-
setMessageHandlers
protected void setMessageHandlers(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMessageLayouts
-
setMessageLayouts
-
setMessageLayouts
protected void setMessageLayouts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOptionsParameter
-
setOptionsParameter
-
setOptionsParameter
protected void setOptionsParameter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getParameters
-
setParameters
-
setParameters
protected void setParameters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getType
-
setType
-
setType
protected void setType(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
- 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
-
toString
-