| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
ListPopulationTerm |
ListPopulationTerm.clone() |
ListPopulationTerm |
ListPopulationTerm.set(java.lang.String fieldName,
java.lang.Object value) |
ListPopulationTerm |
ListPopulationTerm.setContains(java.lang.Boolean contains)
Will be true if the term should check if the user is in the list and false if the term should
check if the user is not in the list.
|
ListPopulationTerm |
ListPopulationTerm.setNegation(java.lang.Boolean negation)
Whether to negate the comparison result of this term during rule evaluation.
|
ListPopulationTerm |
ListPopulationTerm.setOperator(java.lang.String operator)
Comparison operator of this term.
|
ListPopulationTerm |
ListPopulationTerm.setRemarketingListId(java.lang.Long remarketingListId)
ID of the list in question.
|
ListPopulationTerm |
ListPopulationTerm.setType(java.lang.String type)
List population term type determines the applicable fields in this object.
|
ListPopulationTerm |
ListPopulationTerm.setValue(java.lang.String value)
Literal to compare the variable to.
|
ListPopulationTerm |
ListPopulationTerm.setVariableFriendlyName(java.lang.String variableFriendlyName)
Friendly name of this term's variable.
|
ListPopulationTerm |
ListPopulationTerm.setVariableName(java.lang.String variableName)
Name of the variable (U1, U2, etc.) being compared in this term.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ListPopulationTerm> |
ListPopulationClause.getTerms()
Terms of this list population clause.
|
| Modifier and Type | Method and Description |
|---|---|
ListPopulationClause |
ListPopulationClause.setTerms(java.util.List<ListPopulationTerm> terms)
Terms of this list population clause.
|