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