Interface IProcessWorkitemRequest

All Superinterfaces:
IProcessRequest
All Known Implementing Classes:
ProcessWorkitemRequest

public interface IProcessWorkitemRequest extends IProcessRequest
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Method Details

    • getAction

      String getAction()
      element : action of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setAction

      void setAction(String action)
    • getWorkitemId

      String getWorkitemId()
      element : workitemId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    • setWorkitemId

      void setWorkitemId(String workitemId)