Package com.sforce.soap.partner
Interface IProcessRequest
-
- All Known Subinterfaces:
IProcessSubmitRequest,IProcessWorkitemRequest
- All Known Implementing Classes:
ProcessRequest,ProcessSubmitRequest,ProcessWorkitemRequest
public interface IProcessRequestThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetComments()element : comments of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringString[]getNextApproverIds()element : nextApproverIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]voidsetComments(String comments)voidsetNextApproverIds(String[] nextApproverIds)
-
-
-
Method Detail
-
getComments
String getComments()
element : comments of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setComments
void setComments(String comments)
-
getNextApproverIds
String[] getNextApproverIds()
element : nextApproverIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
-
setNextApproverIds
void setNextApproverIds(String[] nextApproverIds)
-
-