|
||||||||||
| 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 java.lang.String |
action
|
protected java.lang.String |
workitemId
|
| Fields inherited from class com.sforce.soap.partner.ProcessRequest |
|---|
comments, nextApproverIds |
| Constructor Summary | |
|---|---|
ProcessWorkitemRequest()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAction()
Gets the value of the action property. |
java.lang.String |
getWorkitemId()
Gets the value of the workitemId property. |
void |
setAction(java.lang.String value)
Sets the value of the action property. |
void |
setWorkitemId(java.lang.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 java.lang.String action
protected java.lang.String workitemId
| Constructor Detail |
|---|
public ProcessWorkitemRequest()
| Method Detail |
|---|
public java.lang.String getAction()
Stringpublic void setAction(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWorkitemId()
Stringpublic void setWorkitemId(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||