public class ContentServiceInterfacegetContentByStatementAndCustomTargetingValue extends Object
ContentPage of Content objects that satisfy the
given Statement.query. Additionally, filters on the given value ID
and key ID that the value belongs to.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
Content.id |
status |
Content.status |
name |
Content.name |
lastModifiedDateTime |
Content#lastModifiedDateTime> |
| Modifier and Type | Field and Description |
|---|---|
protected Long |
customTargetingValueId |
protected Statement |
filterStatement |
| Constructor and Description |
|---|
ContentServiceInterfacegetContentByStatementAndCustomTargetingValue() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCustomTargetingValueId()
Gets the value of the customTargetingValueId property.
|
Statement |
getFilterStatement()
Gets the value of the filterStatement property.
|
void |
setCustomTargetingValueId(Long value)
Sets the value of the customTargetingValueId property.
|
void |
setFilterStatement(Statement value)
Sets the value of the filterStatement property.
|
protected Statement filterStatement
protected Long customTargetingValueId
public ContentServiceInterfacegetContentByStatementAndCustomTargetingValue()
public Statement getFilterStatement()
Statementpublic void setFilterStatement(Statement value)
value - allowed object is
Statementpublic Long getCustomTargetingValueId()
LongCopyright © 2018. All Rights Reserved.