com.sforce.soap.partner
Class ProcessWorkitemRequest

java.lang.Object
  extended by com.sforce.soap.partner.ProcessRequest
      extended by com.sforce.soap.partner.ProcessWorkitemRequest

public class ProcessWorkitemRequest
extends ProcessRequest

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

action

protected String action

workitemId

protected String workitemId
Constructor Detail

ProcessWorkitemRequest

public ProcessWorkitemRequest()
Method Detail

getAction

public String getAction()
Gets the value of the action property.

Returns:
possible object is String

setAction

public void setAction(String value)
Sets the value of the action property.

Parameters:
value - allowed object is String

getWorkitemId

public String getWorkitemId()
Gets the value of the workitemId property.

Returns:
possible object is String

setWorkitemId

public void setWorkitemId(String value)
Sets the value of the workitemId property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.