| Package | Description |
|---|---|
| com.google.api.services.dfareporting | |
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.AccountUserProfiles.Insert |
Dfareporting.AccountUserProfiles.insert(java.lang.Long profileId,
AccountUserProfile content)
Inserts a new account user profile.
|
Dfareporting.AccountUserProfiles.Patch |
Dfareporting.AccountUserProfiles.patch(java.lang.Long profileId,
java.lang.Long id,
AccountUserProfile content)
Updates an existing account user profile.
|
Dfareporting.AccountUserProfiles.Update |
Dfareporting.AccountUserProfiles.update(java.lang.Long profileId,
AccountUserProfile content)
Updates an existing account user profile.
|
| Constructor and Description |
|---|
Dfareporting.AccountUserProfiles.Insert(java.lang.Long profileId,
AccountUserProfile content)
Inserts a new account user profile.
|
Dfareporting.AccountUserProfiles.Patch(java.lang.Long profileId,
java.lang.Long id,
AccountUserProfile content)
Updates an existing account user profile.
|
Dfareporting.AccountUserProfiles.Update(java.lang.Long profileId,
AccountUserProfile content)
Updates an existing account user profile.
|
| Modifier and Type | Method and Description |
|---|---|
AccountUserProfile |
AccountUserProfile.clone() |
AccountUserProfile |
AccountUserProfile.set(java.lang.String fieldName,
java.lang.Object value) |
AccountUserProfile |
AccountUserProfile.setAccountId(java.lang.Long accountId)
Account ID of the user profile.
|
AccountUserProfile |
AccountUserProfile.setActive(java.lang.Boolean active)
Whether this user profile is active.
|
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.setComments(java.lang.String comments)
Comments for this user profile.
|
AccountUserProfile |
AccountUserProfile.setEmail(java.lang.String email)
Email of the user profile.
|
AccountUserProfile |
AccountUserProfile.setId(java.lang.Long id)
ID of the user profile.
|
AccountUserProfile |
AccountUserProfile.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
AccountUserProfile |
AccountUserProfile.setLocale(java.lang.String locale)
Locale of the user profile.
|
AccountUserProfile |
AccountUserProfile.setName(java.lang.String name)
Name of the user profile.
|
AccountUserProfile |
AccountUserProfile.setSiteFilter(ObjectFilter siteFilter)
Filter that describes which sites are visible to the user profile.
|
AccountUserProfile |
AccountUserProfile.setSubaccountId(java.lang.Long subaccountId)
Subaccount ID of the user profile.
|
AccountUserProfile |
AccountUserProfile.setTraffickerType(java.lang.String traffickerType)
Trafficker type of this user profile.
|
AccountUserProfile |
AccountUserProfile.setUserAccessType(java.lang.String userAccessType)
User type of the user profile.
|
AccountUserProfile |
AccountUserProfile.setUserRoleFilter(ObjectFilter userRoleFilter)
Filter that describes which user roles are visible to the user profile.
|
AccountUserProfile |
AccountUserProfile.setUserRoleId(java.lang.Long userRoleId)
User role ID of the user profile.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AccountUserProfile> |
AccountUserProfilesListResponse.getAccountUserProfiles()
Account user profile collection.
|
| Modifier and Type | Method and Description |
|---|---|
AccountUserProfilesListResponse |
AccountUserProfilesListResponse.setAccountUserProfiles(java.util.List<AccountUserProfile> accountUserProfiles)
Account user profile collection.
|