Package com.sforce.soap.metadata
Class PromptVersionTranslation
java.lang.Object
com.sforce.soap.metadata.PromptVersionTranslation
- 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 TypeMethodDescriptiongetBody()getLabel()getName()intgetTitle()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetActionButtonLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetActionButtonLabel(String actionButtonLabel) protected voidsetActionButtonLink(XmlInputStream __in, TypeMapper __typeMapper) voidsetActionButtonLink(String actionButtonLink) protected voidsetBody(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) protected voidsetDismissButtonLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetDismissButtonLabel(String dismissButtonLabel) protected voidsetHeader(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetImageAltText(XmlInputStream __in, TypeMapper __typeMapper) voidsetImageAltText(String imageAltText) protected voidsetImageLink(XmlInputStream __in, TypeMapper __typeMapper) voidsetImageLink(String imageLink) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetName(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetStepNumber(int stepNumber) protected voidsetStepNumber(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetTitle(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetVideoLink(XmlInputStream __in, TypeMapper __typeMapper) voidsetVideoLink(String videoLink) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
PromptVersionTranslation
public PromptVersionTranslation()Constructor
-
-
Method Details
-
getActionButtonLabel
-
setActionButtonLabel
-
setActionButtonLabel
protected void setActionButtonLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getActionButtonLink
-
setActionButtonLink
-
setActionButtonLink
protected void setActionButtonLink(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBody
-
setBody
-
setBody
protected void setBody(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDismissButtonLabel
-
setDismissButtonLabel
-
setDismissButtonLabel
protected void setDismissButtonLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getHeader
-
setHeader
-
setHeader
protected void setHeader(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getImageAltText
-
setImageAltText
-
setImageAltText
protected void setImageAltText(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getImageLink
-
setImageLink
-
setImageLink
protected void setImageLink(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getName
-
setName
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStepNumber
public int getStepNumber() -
setStepNumber
public void setStepNumber(int stepNumber) -
setStepNumber
protected void setStepNumber(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTitle
-
setTitle
-
setTitle
protected void setTitle(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getVideoLink
-
setVideoLink
-
setVideoLink
protected void setVideoLink(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
-