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