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 Type
    Method
    Description
    element : comments of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : nextApproverIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
    void
    setComments(String comments)
     
    void
    setNextApproverIds(String[] nextApproverIds)
     
  • Method Details

    • 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)