public class WorkflowApprovalRequest extends WorkflowRequest
WorkflowApprovalRequest represents a workflow action unit that requires user approval.
Java class for WorkflowApprovalRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkflowApprovalRequest">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201708}WorkflowRequest">
<sequence>
<element name="status" type="{https://www.google.com/apis/ads/publisher/v201708}WorkflowApprovalRequestStatus" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected WorkflowApprovalRequestStatus |
status |
entityId, entityType, id, type, workflowRuleName| Constructor and Description |
|---|
WorkflowApprovalRequest() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowApprovalRequestStatus |
getStatus()
Gets the value of the status property.
|
void |
setStatus(WorkflowApprovalRequestStatus value)
Sets the value of the status property.
|
getEntityId, getEntityType, getId, getType, getWorkflowRuleName, setEntityId, setEntityType, setId, setType, setWorkflowRuleNameprotected WorkflowApprovalRequestStatus status
public WorkflowApprovalRequestStatus getStatus()
WorkflowApprovalRequestStatuspublic void setStatus(WorkflowApprovalRequestStatus value)
value - allowed object is
WorkflowApprovalRequestStatusCopyright © 2018. All Rights Reserved.