public interface IProcessRequest
| Modifier and Type | Method and Description |
|---|---|
String |
getComments()
element : comments of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String[] |
getNextApproverIds()
element : nextApproverIds of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String[]
|
void |
setComments(String comments) |
void |
setNextApproverIds(String[] nextApproverIds) |
String getComments()
void setComments(String comments)
String[] getNextApproverIds()
void setNextApproverIds(String[] nextApproverIds)
Copyright © 2015. All Rights Reserved.