| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201708 |
| Modifier and Type | Class and Description |
|---|---|
class |
WorkflowApprovalRequest
A
WorkflowApprovalRequest represents a workflow action
unit that requires user approval. |
class |
WorkflowExternalConditionRequest
A
WorkflowExternalConditionRequest represents a workflow
condition that requires external
system to determine the result. |
| Modifier and Type | Method and Description |
|---|---|
WorkflowRequest[] |
WorkflowRequestPage.getResults()
Gets the results value for this WorkflowRequestPage.
|
WorkflowRequest |
WorkflowRequestPage.getResults(int i) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<WorkflowRequest> |
WorkflowRequestPage.iterator()
Returns an iterator over this page's
results that:
Will not be null.
Will not support Iterator.remove().
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowRequestPage.setResults(int i,
WorkflowRequest _value) |
void |
WorkflowRequestPage.setResults(WorkflowRequest[] results)
Sets the results value for this WorkflowRequestPage.
|
| Constructor and Description |
|---|
WorkflowRequestPage(WorkflowRequest[] results,
Integer startIndex,
Integer totalResultSetSize) |
Copyright © 2018. All Rights Reserved.