public class Dfareporting.AccountUserProfiles.List extends DfareportingRequest<AccountUserProfilesListResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List(Long profileId)
Retrieves a list of account user profiles, possibly filtered.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
Boolean |
getActive()
Select only active user profiles.
|
List<Long> |
getIds()
Select only user profiles with these IDs.
|
Integer |
getMaxResults()
Maximum number of results to return.
|
String |
getPageToken()
Value of the nextPageToken from the previous result page.
|
Long |
getProfileId()
User profile ID associated with this request.
|
String |
getSearchString()
Allows searching for objects by name, ID or email.
|
String |
getSortField()
Field by which to sort the list.
|
String |
getSortOrder()
Order of sorted results.
|
Long |
getSubaccountId()
Select only user profiles with the specified subaccount ID.
|
Long |
getUserRoleId()
Select only user profiles with the specified user role ID.
|
Dfareporting.AccountUserProfiles.List |
set(String parameterName,
Object value) |
Dfareporting.AccountUserProfiles.List |
setActive(Boolean active)
Select only active user profiles.
|
Dfareporting.AccountUserProfiles.List |
setAlt(String alt)
Data format for the response.
|
Dfareporting.AccountUserProfiles.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.AccountUserProfiles.List |
setIds(List<Long> ids)
Select only user profiles with these IDs.
|
Dfareporting.AccountUserProfiles.List |
setKey(String key)
API key.
|
Dfareporting.AccountUserProfiles.List |
setMaxResults(Integer maxResults)
Maximum number of results to return.
|
Dfareporting.AccountUserProfiles.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.AccountUserProfiles.List |
setPageToken(String pageToken)
Value of the nextPageToken from the previous result page.
|
Dfareporting.AccountUserProfiles.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.AccountUserProfiles.List |
setProfileId(Long profileId)
User profile ID associated with this request.
|
Dfareporting.AccountUserProfiles.List |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Dfareporting.AccountUserProfiles.List |
setSearchString(String searchString)
Allows searching for objects by name, ID or email.
|
Dfareporting.AccountUserProfiles.List |
setSortField(String sortField)
Field by which to sort the list.
|
Dfareporting.AccountUserProfiles.List |
setSortOrder(String sortOrder)
Order of sorted results.
|
Dfareporting.AccountUserProfiles.List |
setSubaccountId(Long subaccountId)
Select only user profiles with the specified subaccount ID.
|
Dfareporting.AccountUserProfiles.List |
setUserIp(String userIp)
Deprecated.
|
Dfareporting.AccountUserProfiles.List |
setUserRoleId(Long userRoleId)
Select only user profiles with the specified user role ID.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected List(Long profileId)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Dfareporting.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
profileId - User profile ID associated with this request.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<AccountUserProfilesListResponse>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<AccountUserProfilesListResponse>IOExceptionpublic Dfareporting.AccountUserProfiles.List setAlt(String alt)
DfareportingRequestsetAlt in class DfareportingRequest<AccountUserProfilesListResponse>public Dfareporting.AccountUserProfiles.List setFields(String fields)
DfareportingRequestsetFields in class DfareportingRequest<AccountUserProfilesListResponse>public Dfareporting.AccountUserProfiles.List setKey(String key)
DfareportingRequestsetKey in class DfareportingRequest<AccountUserProfilesListResponse>public Dfareporting.AccountUserProfiles.List setOauthToken(String oauthToken)
DfareportingRequestsetOauthToken in class DfareportingRequest<AccountUserProfilesListResponse>public Dfareporting.AccountUserProfiles.List setPrettyPrint(Boolean prettyPrint)
DfareportingRequestsetPrettyPrint in class DfareportingRequest<AccountUserProfilesListResponse>public Dfareporting.AccountUserProfiles.List setQuotaUser(String quotaUser)
DfareportingRequestsetQuotaUser in class DfareportingRequest<AccountUserProfilesListResponse>public Dfareporting.AccountUserProfiles.List setUserIp(String userIp)
DfareportingRequestsetUserIp in class DfareportingRequest<AccountUserProfilesListResponse>public Long getProfileId()
public Dfareporting.AccountUserProfiles.List setProfileId(Long profileId)
public Boolean getActive()
public Dfareporting.AccountUserProfiles.List setActive(Boolean active)
public Dfareporting.AccountUserProfiles.List setIds(List<Long> ids)
public Integer getMaxResults()
public Dfareporting.AccountUserProfiles.List setMaxResults(Integer maxResults)
public String getPageToken()
public Dfareporting.AccountUserProfiles.List setPageToken(String pageToken)
public String getSearchString()
public Dfareporting.AccountUserProfiles.List setSearchString(String searchString)
public String getSortField()
public Dfareporting.AccountUserProfiles.List setSortField(String sortField)
public String getSortOrder()
public Dfareporting.AccountUserProfiles.List setSortOrder(String sortOrder)
public Long getSubaccountId()
public Dfareporting.AccountUserProfiles.List setSubaccountId(Long subaccountId)
public Long getUserRoleId()
public Dfareporting.AccountUserProfiles.List setUserRoleId(Long userRoleId)
public Dfareporting.AccountUserProfiles.List set(String parameterName, Object value)
set in class DfareportingRequest<AccountUserProfilesListResponse>Copyright © 2011–2019 Google. All rights reserved.