Package com.sforce.soap.metadata
Class EmailTemplate
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.MetadataWithContent
com.sforce.soap.metadata.EmailTemplate
- 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 TypeMethodDescriptiondoubleString[]booleangetName()getStyle()getType()booleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetApiVersion(double apiVersion) protected voidsetApiVersion(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAttachedDocuments(XmlInputStream __in, TypeMapper __typeMapper) voidsetAttachedDocuments(String[] attachedDocuments) voidsetAttachments(Attachment[] attachments) protected voidsetAttachments(XmlInputStream __in, TypeMapper __typeMapper) voidsetAvailable(boolean available) protected voidsetAvailable(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) voidsetEncodingKey(Encoding encodingKey) protected voidsetEncodingKey(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLetterhead(XmlInputStream __in, TypeMapper __typeMapper) voidsetLetterhead(String letterhead) protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetPackageVersions(PackageVersion[] packageVersions) protected voidsetPackageVersions(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetPageDevName(XmlInputStream __in, TypeMapper __typeMapper) voidsetPageDevName(String pageDevName) protected voidsetRelatedEntityType(XmlInputStream __in, TypeMapper __typeMapper) voidsetRelatedEntityType(String relatedEntityType) voidsetStyle(EmailTemplateStyle style) protected voidsetStyle(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetSubject(XmlInputStream __in, TypeMapper __typeMapper) voidsetSubject(String subject) protected voidsetTextOnly(XmlInputStream __in, TypeMapper __typeMapper) voidsetTextOnly(String textOnly) voidsetType(EmailTemplateType type) protected voidsetType(XmlInputStream __in, TypeMapper __typeMapper) voidsetUiType(EmailTemplateUiType uiType) protected voidsetUiType(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.MetadataWithContent
getContent, setContent, setContentMethods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
EmailTemplate
public EmailTemplate()Constructor
-
-
Method Details
-
getApiVersion
public double getApiVersion() -
setApiVersion
public void setApiVersion(double apiVersion) -
setApiVersion
protected void setApiVersion(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAttachedDocuments
-
setAttachedDocuments
-
setAttachedDocuments
protected void setAttachedDocuments(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAttachments
-
setAttachments
-
setAttachments
protected void setAttachments(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAvailable
public boolean getAvailable() -
isAvailable
public boolean isAvailable() -
setAvailable
public void setAvailable(boolean available) -
setAvailable
protected void setAvailable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEncodingKey
-
setEncodingKey
-
setEncodingKey
protected void setEncodingKey(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLetterhead
-
setLetterhead
-
setLetterhead
protected void setLetterhead(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getName
-
setName
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPackageVersions
-
setPackageVersions
-
setPackageVersions
protected void setPackageVersions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPageDevName
-
setPageDevName
-
setPageDevName
protected void setPageDevName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRelatedEntityType
-
setRelatedEntityType
-
setRelatedEntityType
protected void setRelatedEntityType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStyle
-
setStyle
-
setStyle
protected void setStyle(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSubject
-
setSubject
-
setSubject
protected void setSubject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTextOnly
-
setTextOnly
-
setTextOnly
protected void setTextOnly(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getType
-
setType
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUiType
-
setUiType
-
setUiType
protected void setUiType(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 classMetadataWithContent- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classMetadataWithContent- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadataWithContent- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classMetadataWithContent- Throws:
IOExceptionConnectionException
-
toString
- Overrides:
toStringin classMetadataWithContent
-