public interface WorkflowRequestServiceInterface
WorkflowRequest objects
To use this service, you need to have the new sales management solution enabled on your network. If you do not see a "Sales" tab in DoubleClick for Publishers (DFP), you will not be able to use this service. This class was generated by the JAX-WS RI. JAX-WS RI 2.2.9-b130926.1035 Generated source version: 2.1
| Modifier and Type | Method and Description |
|---|---|
WorkflowRequestPage |
getWorkflowRequestsByStatement(Statement filterStatement)
Gets a list of
WorkflowRequest objects that satisfy the given Statement.query. |
UpdateResult |
performWorkflowRequestAction(WorkflowRequestAction action,
Statement filterStatement)
Perform actions on
WorkflowRequest objects that match the given
Statement.query. |
@RequestWrapper(localName="getWorkflowRequestsByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.WorkflowRequestServiceInterfacegetWorkflowRequestsByStatement") @ResponseWrapper(localName="getWorkflowRequestsByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.WorkflowRequestServiceInterfacegetWorkflowRequestsByStatementResponse") WorkflowRequestPage getWorkflowRequestsByStatement(Statement filterStatement) throws ApiException_Exception
WorkflowRequest objects that satisfy the given Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
WorkflowRequest.id |
workflowRuleName |
WorkflowRequest.workflowRuleName |
entityType |
WorkflowRequest.entityType |
entityId |
WorkflowRequest.entityId |
approvalStatus |
WorkflowApprovalRequest.status |
conditionStatus |
WorkflowExternalConditionRequest.status |
type |
WorkflowRequest.type |
The type filter is required in v201705 and earlier.
filterStatement - a Publisher Query Language statement used to filter a set of workflow
requests belonging to an entityfilterStatement - ApiException_Exception@RequestWrapper(localName="performWorkflowRequestAction", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.WorkflowRequestServiceInterfaceperformWorkflowRequestAction") @ResponseWrapper(localName="performWorkflowRequestActionResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.WorkflowRequestServiceInterfaceperformWorkflowRequestActionResponse") UpdateResult performWorkflowRequestAction(WorkflowRequestAction action, Statement filterStatement) throws ApiException_Exception
WorkflowRequest objects that match the given
Statement.query.action - the action to performfilterStatement - a Publisher Query Language statement used to filter a set of workflow
requestsfilterStatement - action - ApiException_ExceptionCopyright © 2018. All Rights Reserved.