| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201705 |
| Modifier and Type | Field and Description |
|---|---|
static WorkflowRequestType |
WorkflowRequestType.UNKNOWN |
static WorkflowRequestType |
WorkflowRequestType.WORKFLOW_APPROVAL_REQUEST |
static WorkflowRequestType |
WorkflowRequestType.WORKFLOW_EXTERNAL_CONDITION_REQUEST |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowRequestType |
WorkflowRequestType.fromString(String value) |
static WorkflowRequestType |
WorkflowRequestType.fromValue(String value) |
WorkflowRequestType |
WorkflowRequest.getType()
Gets the type value for this WorkflowRequest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowRequest.setType(WorkflowRequestType type)
Sets the type 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.