Package com.sforce.soap.partner
Class PerformQuickActionRequest
java.lang.Object
com.sforce.soap.partner.PerformQuickActionRequest
- All Implemented Interfaces:
IPerformQuickActionRequest,XMLizable
public class PerformQuickActionRequest
extends Object
implements XMLizable, IPerformQuickActionRequest
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 TypeMethodDescriptionelement : contextId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringSObject[]element : records of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject[]voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetContextId(XmlInputStream __in, TypeMapper __typeMapper) voidsetContextId(String contextId) protected voidsetQuickActionName(XmlInputStream __in, TypeMapper __typeMapper) voidsetQuickActionName(String quickActionName) voidsetRecords(ISObject[] records) protected voidsetRecords(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
PerformQuickActionRequest
public PerformQuickActionRequest()Constructor
-
-
Method Details
-
getContextId
Description copied from interface:IPerformQuickActionRequestelement : contextId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getContextIdin interfaceIPerformQuickActionRequest
-
setContextId
- Specified by:
setContextIdin interfaceIPerformQuickActionRequest
-
setContextId
protected void setContextId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getQuickActionName
Description copied from interface:IPerformQuickActionRequestelement : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getQuickActionNamein interfaceIPerformQuickActionRequest
-
setQuickActionName
- Specified by:
setQuickActionNamein interfaceIPerformQuickActionRequest
-
setQuickActionName
protected void setQuickActionName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRecords
Description copied from interface:IPerformQuickActionRequestelement : records of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject[]- Specified by:
getRecordsin interfaceIPerformQuickActionRequest
-
setRecords
- Specified by:
setRecordsin interfaceIPerformQuickActionRequest
-
setRecords
protected void setRecords(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
-