| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v201805 |
| Modifier and Type | Field and Description |
|---|---|
static WorkflowEntityType |
WorkflowEntityType.PROPOSAL |
static WorkflowEntityType |
WorkflowEntityType.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowEntityType |
WorkflowEntityType.fromString(String value) |
static WorkflowEntityType |
WorkflowEntityType.fromValue(String value) |
WorkflowEntityType |
WorkflowRequest.getEntityType()
Gets the entityType value for this WorkflowRequest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowRequest.setEntityType(WorkflowEntityType entityType)
Sets the entityType value for this WorkflowRequest.
|
| Constructor and Description |
|---|
WorkflowApprovalRequest(Long id,
String workflowRuleName,
Long entityId,
WorkflowEntityType entityType,
WorkflowRequestType type,
WorkflowApprovalRequestStatus status) |
WorkflowExternalConditionRequest(Long id,
String workflowRuleName,
Long entityId,
WorkflowEntityType entityType,
WorkflowRequestType type,
WorkflowEvaluationStatus status) |
WorkflowRequest(Long id,
String workflowRuleName,
Long entityId,
WorkflowEntityType entityType,
WorkflowRequestType type) |
Copyright © 2018. All Rights Reserved.