com.sforce.soap.partner
Class ProcessSubmitRequest
java.lang.Object
com.sforce.soap.partner.ProcessRequest
com.sforce.soap.partner.ProcessSubmitRequest
public class ProcessSubmitRequest
- extends ProcessRequest
Java class for ProcessSubmitRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessSubmitRequest">
<complexContent>
<extension base="{urn:partner.soap.sforce.com}ProcessRequest">
<sequence>
<element name="objectId" type="{urn:partner.soap.sforce.com}ID"/>
</sequence>
</extension>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objectId
protected String objectId
ProcessSubmitRequest
public ProcessSubmitRequest()
getObjectId
public String getObjectId()
- Gets the value of the objectId property.
- Returns:
- possible object is
String
setObjectId
public void setObjectId(String value)
- Sets the value of the objectId property.
- Parameters:
value
- allowed object is
String
Copyright © 2012. All Rights Reserved.