public class RequestApprovalProgressAction extends ProgressAction
Java class for RequestApprovalProgressAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestApprovalProgressAction">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201802}ProgressAction">
<sequence>
<element name="approverId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="eligibleApproverUserIds" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="eligibleApproverTeamIds" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="approvalStatus" type="{https://www.google.com/apis/ads/publisher/v201802}WorkflowApprovalRequestStatus" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected WorkflowApprovalRequestStatus |
approvalStatus |
protected Long |
approverId |
protected String |
comment |
protected List<Long> |
eligibleApproverTeamIds |
protected List<Long> |
eligibleApproverUserIds |
evaluationStatus, evaluationTime| Constructor and Description |
|---|
RequestApprovalProgressAction() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowApprovalRequestStatus |
getApprovalStatus()
Gets the value of the approvalStatus property.
|
Long |
getApproverId()
Gets the value of the approverId property.
|
String |
getComment()
Gets the value of the comment property.
|
List<Long> |
getEligibleApproverTeamIds()
Gets the value of the eligibleApproverTeamIds property.
|
List<Long> |
getEligibleApproverUserIds()
Gets the value of the eligibleApproverUserIds property.
|
void |
setApprovalStatus(WorkflowApprovalRequestStatus value)
Sets the value of the approvalStatus property.
|
void |
setApproverId(Long value)
Sets the value of the approverId property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
getEvaluationStatus, getEvaluationTime, setEvaluationStatus, setEvaluationTimeprotected Long approverId
protected String comment
protected WorkflowApprovalRequestStatus approvalStatus
public Long getApproverId()
Longpublic void setApproverId(Long value)
value - allowed object is
Longpublic List<Long> getEligibleApproverUserIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the eligibleApproverUserIds property.
For example, to add a new item, do as follows:
getEligibleApproverUserIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Long> getEligibleApproverTeamIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the eligibleApproverTeamIds property.
For example, to add a new item, do as follows:
getEligibleApproverTeamIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic WorkflowApprovalRequestStatus getApprovalStatus()
WorkflowApprovalRequestStatuspublic void setApprovalStatus(WorkflowApprovalRequestStatus value)
value - allowed object is
WorkflowApprovalRequestStatusCopyright © 2018. All Rights Reserved.