| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201403 |
| 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,
String workflowRequestType,
WorkflowApprovalRequestStatus status) |
WorkflowRequest(Long id,
String workflowRuleName,
Long entityId,
WorkflowEntityType entityType,
String workflowRequestType) |
Copyright © 2014. All Rights Reserved.