|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.soap.partner.ProcessRequest
com.sforce.soap.partner.ProcessWorkitemRequest
public class ProcessWorkitemRequest
Java class for ProcessWorkitemRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessWorkitemRequest">
<complexContent>
<extension base="{urn:partner.soap.sforce.com}ProcessRequest">
<sequence>
<element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="workitemId" type="{urn:partner.soap.sforce.com}ID"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
action
|
protected String |
workitemId
|
| Fields inherited from class com.sforce.soap.partner.ProcessRequest |
|---|
comments, nextApproverIds |
| Constructor Summary | |
|---|---|
ProcessWorkitemRequest()
|
|
| Method Summary | |
|---|---|
String |
getAction()
Gets the value of the action property. |
String |
getWorkitemId()
Gets the value of the workitemId property. |
void |
setAction(String value)
Sets the value of the action property. |
void |
setWorkitemId(String value)
Sets the value of the workitemId property. |
| Methods inherited from class com.sforce.soap.partner.ProcessRequest |
|---|
getComments, getNextApproverIds, setComments |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String action
protected String workitemId
| Constructor Detail |
|---|
public ProcessWorkitemRequest()
| Method Detail |
|---|
public String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic String getWorkitemId()
Stringpublic void setWorkitemId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||