public class Dfareporting.AccountUserProfiles.List extends DfareportingRequest<AccountUserProfilesListResponse>
com.google.api.client.util.GenericData.Flags
AbstractMap.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 |
set$Xgafv(String $Xgafv)
V1 error format.
|
Dfareporting.AccountUserProfiles.List |
setAccessToken(String accessToken)
OAuth access token.
|
Dfareporting.AccountUserProfiles.List |
setActive(Boolean active)
Select only active user profiles.
|
Dfareporting.AccountUserProfiles.List |
setAlt(String alt)
Data format for response.
|
Dfareporting.AccountUserProfiles.List |
setCallback(String callback)
JSONP
|
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)
Available to use for quota purposes for server-side applications.
|
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 |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Dfareporting.AccountUserProfiles.List |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
Dfareporting.AccountUserProfiles.List |
setUserRoleId(Long userRoleId)
Select only user profiles with the specified user role ID.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected 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>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<AccountUserProfilesListResponse>
IOException
public Dfareporting.AccountUserProfiles.List set$Xgafv(String $Xgafv)
DfareportingRequest
set$Xgafv
in class DfareportingRequest<AccountUserProfilesListResponse>
public Dfareporting.AccountUserProfiles.List setAccessToken(String accessToken)
DfareportingRequest
setAccessToken
in class DfareportingRequest<AccountUserProfilesListResponse>
public Dfareporting.AccountUserProfiles.List setAlt(String alt)
DfareportingRequest
setAlt
in class DfareportingRequest<AccountUserProfilesListResponse>
public Dfareporting.AccountUserProfiles.List setCallback(String callback)
DfareportingRequest
setCallback
in class DfareportingRequest<AccountUserProfilesListResponse>
public Dfareporting.AccountUserProfiles.List setFields(String fields)
DfareportingRequest
setFields
in class DfareportingRequest<AccountUserProfilesListResponse>
public Dfareporting.AccountUserProfiles.List setKey(String key)
DfareportingRequest
setKey
in class DfareportingRequest<AccountUserProfilesListResponse>
public Dfareporting.AccountUserProfiles.List setOauthToken(String oauthToken)
DfareportingRequest
setOauthToken
in class DfareportingRequest<AccountUserProfilesListResponse>
public Dfareporting.AccountUserProfiles.List setPrettyPrint(Boolean prettyPrint)
DfareportingRequest
setPrettyPrint
in class DfareportingRequest<AccountUserProfilesListResponse>
public Dfareporting.AccountUserProfiles.List setQuotaUser(String quotaUser)
DfareportingRequest
setQuotaUser
in class DfareportingRequest<AccountUserProfilesListResponse>
public Dfareporting.AccountUserProfiles.List setUploadType(String uploadType)
DfareportingRequest
setUploadType
in class DfareportingRequest<AccountUserProfilesListResponse>
public Dfareporting.AccountUserProfiles.List setUploadProtocol(String uploadProtocol)
DfareportingRequest
setUploadProtocol
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–2025 Google. All rights reserved.