| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectFilter |
ObjectFilter.clone() |
ObjectFilter |
AccountUserProfile.getAdvertiserFilter()
Filter that describes which advertisers are visible to the user profile.
|
ObjectFilter |
AccountUserProfile.getCampaignFilter()
Filter that describes which campaigns are visible to the user profile.
|
ObjectFilter |
AccountUserProfile.getSiteFilter()
Filter that describes which sites are visible to the user profile.
|
ObjectFilter |
AccountUserProfile.getUserRoleFilter()
Filter that describes which user roles are visible to the user profile.
|
ObjectFilter |
ObjectFilter.set(java.lang.String fieldName,
java.lang.Object value) |
ObjectFilter |
ObjectFilter.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
ObjectFilter |
ObjectFilter.setObjectIds(java.util.List<java.lang.Long> objectIds)
Applicable when status is ASSIGNED.
|
ObjectFilter |
ObjectFilter.setStatus(java.lang.String status)
Status of the filter.
|
| Modifier and Type | Method and Description |
|---|---|
AccountUserProfile |
AccountUserProfile.setAdvertiserFilter(ObjectFilter advertiserFilter)
Filter that describes which advertisers are visible to the user profile.
|
AccountUserProfile |
AccountUserProfile.setCampaignFilter(ObjectFilter campaignFilter)
Filter that describes which campaigns are visible to the user profile.
|
AccountUserProfile |
AccountUserProfile.setSiteFilter(ObjectFilter siteFilter)
Filter that describes which sites are visible to the user profile.
|
AccountUserProfile |
AccountUserProfile.setUserRoleFilter(ObjectFilter userRoleFilter)
Filter that describes which user roles are visible to the user profile.
|