| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v201808 |
| Modifier and Type | Field and Description |
|---|---|
static WorkflowEvaluationStatus |
WorkflowEvaluationStatus.CANCELLED |
static WorkflowEvaluationStatus |
WorkflowEvaluationStatus.NOT_TRIGGERED |
static WorkflowEvaluationStatus |
WorkflowEvaluationStatus.PENDING |
static WorkflowEvaluationStatus |
WorkflowEvaluationStatus.TRIGGERED |
static WorkflowEvaluationStatus |
WorkflowEvaluationStatus.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowEvaluationStatus |
WorkflowEvaluationStatus.fromString(String value) |
static WorkflowEvaluationStatus |
WorkflowEvaluationStatus.fromValue(String value) |
WorkflowEvaluationStatus |
ProgressRule.getEvaluationStatus()
Gets the evaluationStatus value for this ProgressRule.
|
WorkflowEvaluationStatus |
WorkflowExternalConditionRequest.getStatus()
Gets the status value for this WorkflowExternalConditionRequest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProgressRule.setEvaluationStatus(WorkflowEvaluationStatus evaluationStatus)
Sets the evaluationStatus value for this ProgressRule.
|
void |
WorkflowExternalConditionRequest.setStatus(WorkflowEvaluationStatus status)
Sets the status value for this WorkflowExternalConditionRequest.
|
| Constructor and Description |
|---|
ProgressRule(ProgressAction[] actions,
String name,
WorkflowEvaluationStatus evaluationStatus,
DateTime evaluationTime,
Boolean isExternal) |
WorkflowExternalConditionRequest(Long id,
String workflowRuleName,
Long entityId,
WorkflowEntityType entityType,
WorkflowRequestType type,
WorkflowEvaluationStatus status) |
Copyright © 2018. All Rights Reserved.