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 Constructor Description PerformQuickActionRequest()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContextId()element : contextId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetQuickActionName()element : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringSObject[]getRecords()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)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getContextId
public String 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
public void setContextId(String contextId)
- Specified by:
setContextIdin interfaceIPerformQuickActionRequest
-
setContextId
protected void setContextId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getQuickActionName
public String 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
public void setQuickActionName(String quickActionName)
- Specified by:
setQuickActionNamein interfaceIPerformQuickActionRequest
-
setQuickActionName
protected void setQuickActionName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecords
public SObject[] 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
public void setRecords(ISObject[] records)
- 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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-