public final class AccountUserProfile
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Campaign Manager 360 API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
AccountUserProfile()  | 
| Modifier and Type | Method and Description | 
|---|---|
AccountUserProfile | 
clone()  | 
Long | 
getAccountId()
Account ID of the user profile. 
 | 
Boolean | 
getActive()
Whether this user profile is active. 
 | 
ObjectFilter | 
getAdvertiserFilter()
Filter that describes which advertisers are visible to the user profile. 
 | 
ObjectFilter | 
getCampaignFilter()
Filter that describes which campaigns are visible to the user profile. 
 | 
String | 
getComments()
Comments for this user profile. 
 | 
String | 
getEmail()
Email of the user profile. 
 | 
Long | 
getId()
ID of the user profile. 
 | 
String | 
getKind()
Identifies what kind of resource this is. 
 | 
String | 
getLocale()
Locale of the user profile. 
 | 
String | 
getName()
Name of the user profile. 
 | 
ObjectFilter | 
getSiteFilter()
Filter that describes which sites are visible to the user profile. 
 | 
Long | 
getSubaccountId()
Subaccount ID of the user profile. 
 | 
String | 
getTraffickerType()
Trafficker type of this user profile. 
 | 
String | 
getUserAccessType()
User type of the user profile. 
 | 
ObjectFilter | 
getUserRoleFilter()
Filter that describes which user roles are visible to the user profile. 
 | 
Long | 
getUserRoleId()
User role ID of the user profile. 
 | 
AccountUserProfile | 
set(String fieldName,
   Object value)  | 
AccountUserProfile | 
setAccountId(Long accountId)
Account ID of the user profile. 
 | 
AccountUserProfile | 
setActive(Boolean active)
Whether this user profile is active. 
 | 
AccountUserProfile | 
setAdvertiserFilter(ObjectFilter advertiserFilter)
Filter that describes which advertisers are visible to the user profile. 
 | 
AccountUserProfile | 
setCampaignFilter(ObjectFilter campaignFilter)
Filter that describes which campaigns are visible to the user profile. 
 | 
AccountUserProfile | 
setComments(String comments)
Comments for this user profile. 
 | 
AccountUserProfile | 
setEmail(String email)
Email of the user profile. 
 | 
AccountUserProfile | 
setId(Long id)
ID of the user profile. 
 | 
AccountUserProfile | 
setKind(String kind)
Identifies what kind of resource this is. 
 | 
AccountUserProfile | 
setLocale(String locale)
Locale of the user profile. 
 | 
AccountUserProfile | 
setName(String name)
Name of the user profile. 
 | 
AccountUserProfile | 
setSiteFilter(ObjectFilter siteFilter)
Filter that describes which sites are visible to the user profile. 
 | 
AccountUserProfile | 
setSubaccountId(Long subaccountId)
Subaccount ID of the user profile. 
 | 
AccountUserProfile | 
setTraffickerType(String traffickerType)
Trafficker type of this user profile. 
 | 
AccountUserProfile | 
setUserAccessType(String userAccessType)
User type of the user profile. 
 | 
AccountUserProfile | 
setUserRoleFilter(ObjectFilter userRoleFilter)
Filter that describes which user roles are visible to the user profile. 
 | 
AccountUserProfile | 
setUserRoleId(Long userRoleId)
User role ID of the user profile. 
 | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Long getAccountId()
null for nonepublic AccountUserProfile setAccountId(Long accountId)
accountId - accountId or null for nonepublic Boolean getActive()
null for nonepublic AccountUserProfile setActive(Boolean active)
active - active or null for nonepublic ObjectFilter getAdvertiserFilter()
null for nonepublic AccountUserProfile setAdvertiserFilter(ObjectFilter advertiserFilter)
advertiserFilter - advertiserFilter or null for nonepublic ObjectFilter getCampaignFilter()
null for nonepublic AccountUserProfile setCampaignFilter(ObjectFilter campaignFilter)
campaignFilter - campaignFilter or null for nonepublic String getComments()
null for nonepublic AccountUserProfile setComments(String comments)
comments - comments or null for nonepublic String getEmail()
null for nonepublic AccountUserProfile setEmail(String email)
email - email or null for nonepublic Long getId()
null for nonepublic AccountUserProfile setId(Long id)
id - id or null for nonepublic String getKind()
null for nonepublic AccountUserProfile setKind(String kind)
kind - kind or null for nonepublic String getLocale()
null for nonepublic AccountUserProfile setLocale(String locale)
locale - locale or null for nonepublic String getName()
null for nonepublic AccountUserProfile setName(String name)
name - name or null for nonepublic ObjectFilter getSiteFilter()
null for nonepublic AccountUserProfile setSiteFilter(ObjectFilter siteFilter)
siteFilter - siteFilter or null for nonepublic Long getSubaccountId()
null for nonepublic AccountUserProfile setSubaccountId(Long subaccountId)
subaccountId - subaccountId or null for nonepublic String getTraffickerType()
null for nonepublic AccountUserProfile setTraffickerType(String traffickerType)
traffickerType - traffickerType or null for nonepublic String getUserAccessType()
null for nonepublic AccountUserProfile setUserAccessType(String userAccessType)
userAccessType - userAccessType or null for nonepublic ObjectFilter getUserRoleFilter()
null for nonepublic AccountUserProfile setUserRoleFilter(ObjectFilter userRoleFilter)
userRoleFilter - userRoleFilter or null for nonepublic Long getUserRoleId()
null for nonepublic AccountUserProfile setUserRoleId(Long userRoleId)
userRoleId - userRoleId or null for nonepublic AccountUserProfile set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AccountUserProfile clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.