Package | Description |
---|---|
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
UserProfile |
UserProfile.clone() |
UserProfile |
UserProfile.set(String fieldName,
Object value) |
UserProfile |
UserProfile.setAccountId(Long accountId)
The account ID to which this profile belongs.
|
UserProfile |
UserProfile.setAccountName(String accountName)
The account name this profile belongs to.
|
UserProfile |
UserProfile.setEtag(String etag)
Etag of this resource.
|
UserProfile |
UserProfile.setKind(String kind)
Identifies what kind of resource this is.
|
UserProfile |
UserProfile.setProfileId(Long profileId)
The unique ID of the user profile.
|
UserProfile |
UserProfile.setSubAccountId(Long subAccountId)
The sub account ID this profile belongs to if applicable.
|
UserProfile |
UserProfile.setSubAccountName(String subAccountName)
The sub account name this profile belongs to if applicable.
|
UserProfile |
UserProfile.setUserName(String userName)
The user name.
|
Modifier and Type | Method and Description |
---|---|
List<UserProfile> |
UserProfileList.getItems()
The user profiles returned in this response.
|
Modifier and Type | Method and Description |
---|---|
UserProfileList |
UserProfileList.setItems(List<UserProfile> items)
The user profiles returned in this response.
|
Copyright © 2011–2025 Google. All rights reserved.