public final class UserProfileList
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 DCM/DFA Reporting And Trafficking 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.Flags| Constructor and Description |
|---|
UserProfileList() |
| Modifier and Type | Method and Description |
|---|---|
UserProfileList |
clone() |
java.lang.String |
getEtag()
The eTag of this response for caching purposes.
|
java.util.List<UserProfile> |
getItems()
The user profiles returned in this response.
|
java.lang.String |
getKind()
The kind of list this is, in this case dfareporting#userProfileList.
|
UserProfileList |
set(java.lang.String fieldName,
java.lang.Object value) |
UserProfileList |
setEtag(java.lang.String etag)
The eTag of this response for caching purposes.
|
UserProfileList |
setItems(java.util.List<UserProfile> items)
The user profiles returned in this response.
|
UserProfileList |
setKind(java.lang.String kind)
The kind of list this is, in this case dfareporting#userProfileList.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getEtag()
null for nonepublic UserProfileList setEtag(java.lang.String etag)
etag - etag or null for nonepublic java.util.List<UserProfile> getItems()
null for nonepublic UserProfileList setItems(java.util.List<UserProfile> items)
items - items or null for nonepublic java.lang.String getKind()
null for nonepublic UserProfileList setKind(java.lang.String kind)
kind - kind or null for nonepublic UserProfileList set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic UserProfileList clone()
clone in class com.google.api.client.json.GenericJson