public class ProposalServiceInterfacegetProposalsByStatement extends Object
ProposalPage of Proposal objects that satisfy the given
Statement.query. The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
Proposal.id |
dfpOrderId |
Proposal.dfpOrderId |
name |
Proposal.name |
status |
Proposal.status |
isArchived |
Proposal.isArchived |
approvalStatus
Only applicable for proposals using sales management
|
Proposal.approvalStatus |
lastModifiedDateTime |
Proposal.lastModifiedDateTime |
thirdPartyAdServerId
Only applicable for non-programmatic proposals using sales management
|
Proposal.thirdPartyAdServerId |
customThirdPartyAdServerName
Only applicable for non-programmatic proposals using sales management
|
Proposal.customThirdPartyAdServerName |
hasOfflineErrors |
Proposal.hasOfflineErrors |
isProgrammatic |
Proposal.isProgrammatic |
negotiationStatus
Only applicable for programmatic proposals
|
ProposalMarketplaceInfo.negotiationStatus |
| Modifier and Type | Field and Description |
|---|---|
protected Statement |
filterStatement |
| Constructor and Description |
|---|
ProposalServiceInterfacegetProposalsByStatement() |
| Modifier and Type | Method and Description |
|---|---|
Statement |
getFilterStatement()
Gets the value of the filterStatement property.
|
void |
setFilterStatement(Statement value)
Sets the value of the filterStatement property.
|
protected Statement filterStatement
public ProposalServiceInterfacegetProposalsByStatement()
Copyright © 2018. All Rights Reserved.