Package com.sforce.soap.partner
Class RetrieveMassQuickActionTemplates_element
java.lang.Object
com.sforce.soap.partner.RetrieveMassQuickActionTemplates_element
- All Implemented Interfaces:
IRetrieveMassQuickActionTemplates_element,XMLizable
public class RetrieveMassQuickActionTemplates_element
extends Object
implements XMLizable, IRetrieveMassQuickActionTemplates_element
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 TypeMethodDescriptionString[]element : contextIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]element : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetContextIds(XmlInputStream __in, TypeMapper __typeMapper) voidsetContextIds(String[] contextIds) protected voidsetQuickActionName(XmlInputStream __in, TypeMapper __typeMapper) voidsetQuickActionName(String quickActionName) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
RetrieveMassQuickActionTemplates_element
public RetrieveMassQuickActionTemplates_element()Constructor
-
-
Method Details
-
getQuickActionName
Description copied from interface:IRetrieveMassQuickActionTemplates_elementelement : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getQuickActionNamein interfaceIRetrieveMassQuickActionTemplates_element
-
setQuickActionName
- Specified by:
setQuickActionNamein interfaceIRetrieveMassQuickActionTemplates_element
-
setQuickActionName
protected void setQuickActionName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getContextIds
Description copied from interface:IRetrieveMassQuickActionTemplates_elementelement : contextIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]- Specified by:
getContextIdsin interfaceIRetrieveMassQuickActionTemplates_element
-
setContextIds
- Specified by:
setContextIdsin interfaceIRetrieveMassQuickActionTemplates_element
-
setContextIds
protected void setContextIds(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
-