| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
UserProfile |
UserProfile.clone() |
UserProfile |
UserProfile.set(java.lang.String fieldName,
java.lang.Object value) |
UserProfile |
UserProfile.setAccountId(java.lang.Long accountId)
The account ID to which this profile belongs.
|
UserProfile |
UserProfile.setAccountName(java.lang.String accountName)
The account name this profile belongs to.
|
UserProfile |
UserProfile.setEtag(java.lang.String etag)
The eTag of this response for caching purposes.
|
UserProfile |
UserProfile.setKind(java.lang.String kind)
The kind of resource this is, in this case dfareporting#userProfile.
|
UserProfile |
UserProfile.setProfileId(java.lang.Long profileId)
The unique ID of the user profile.
|
UserProfile |
UserProfile.setSubAccountId(java.lang.Long subAccountId)
The sub account ID this profile belongs to if applicable.
|
UserProfile |
UserProfile.setSubAccountName(java.lang.String subAccountName)
The sub account name this profile belongs to if applicable.
|
UserProfile |
UserProfile.setUserName(java.lang.String userName)
The user name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UserProfile> |
UserProfileList.getItems()
The user profiles returned in this response.
|
| Modifier and Type | Method and Description |
|---|---|
UserProfileList |
UserProfileList.setItems(java.util.List<UserProfile> items)
The user profiles returned in this response.
|