public class CustomTargetingServiceInterfacegetCustomTargetingValuesByStatement extends Object
CustomTargetingValuePage of CustomTargetingValue
objects that satisfy the given Statement.query.
The WHERE clause in the Statement.query must always contain
CustomTargetingValue.customTargetingKeyId as one of its columns in
a way that it is AND'ed with the rest of the query. So, if you want to
retrieve values for a known set of key ids, valid Statement.query
would look like:
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
CustomTargetingValue.id |
customTargetingKeyId |
CustomTargetingValue.customTargetingKeyId |
name |
CustomTargetingValue.name |
displayName |
CustomTargetingValue.displayName |
matchType |
CustomTargetingValue.matchType |
| Modifier and Type | Field and Description |
|---|---|
protected Statement |
filterStatement |
| Constructor and Description |
|---|
CustomTargetingServiceInterfacegetCustomTargetingValuesByStatement() |
| 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 CustomTargetingServiceInterfacegetCustomTargetingValuesByStatement()
Copyright © 2018. All Rights Reserved.