public class Dfareporting.AccountUserProfiles.List extends DfareportingRequest<AccountUserProfilesListResponse>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Dfareporting.AccountUserProfiles.List(java.lang.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() |
java.lang.Boolean |
getActive()
Select only active user profiles.
|
java.util.List<java.lang.Long> |
getIds()
Select only user profiles with these IDs.
|
java.lang.Integer |
getMaxResults()
Maximum number of results to return.
|
java.lang.String |
getPageToken()
Value of the nextPageToken from the previous result page.
|
java.lang.Long |
getProfileId()
User profile ID associated with this request.
|
java.lang.String |
getSearchString()
Allows searching for objects by name, ID or email.
|
java.lang.String |
getSortField()
Field by which to sort the list.
|
java.lang.String |
getSortOrder()
Order of sorted results.
|
java.lang.Long |
getSubaccountId()
Select only user profiles with the specified subaccount ID.
|
java.lang.Long |
getUserRoleId()
Select only user profiles with the specified user role ID.
|
Dfareporting.AccountUserProfiles.List |
set(java.lang.String parameterName,
java.lang.Object value) |
Dfareporting.AccountUserProfiles.List |
setActive(java.lang.Boolean active)
Select only active user profiles.
|
Dfareporting.AccountUserProfiles.List |
setAlt(java.lang.String alt)
Data format for the response.
|
Dfareporting.AccountUserProfiles.List |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.AccountUserProfiles.List |
setIds(java.util.List<java.lang.Long> ids)
Select only user profiles with these IDs.
|
Dfareporting.AccountUserProfiles.List |
setKey(java.lang.String key)
API key.
|
Dfareporting.AccountUserProfiles.List |
setMaxResults(java.lang.Integer maxResults)
Maximum number of results to return.
|
Dfareporting.AccountUserProfiles.List |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.AccountUserProfiles.List |
setPageToken(java.lang.String pageToken)
Value of the nextPageToken from the previous result page.
|
Dfareporting.AccountUserProfiles.List |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.AccountUserProfiles.List |
setProfileId(java.lang.Long profileId)
User profile ID associated with this request.
|
Dfareporting.AccountUserProfiles.List |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Dfareporting.AccountUserProfiles.List |
setSearchString(java.lang.String searchString)
Allows searching for objects by name, ID or email.
|
Dfareporting.AccountUserProfiles.List |
setSortField(java.lang.String sortField)
Field by which to sort the list.
|
Dfareporting.AccountUserProfiles.List |
setSortOrder(java.lang.String sortOrder)
Order of sorted results.
|
Dfareporting.AccountUserProfiles.List |
setSubaccountId(java.lang.Long subaccountId)
Select only user profiles with the specified subaccount ID.
|
Dfareporting.AccountUserProfiles.List |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
Dfareporting.AccountUserProfiles.List |
setUserRoleId(java.lang.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, setUnknownKeysprotected Dfareporting.AccountUserProfiles.List(java.lang.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 java.io.IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<AccountUserProfilesListResponse>java.io.IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws java.io.IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<AccountUserProfilesListResponse>java.io.IOExceptionpublic Dfareporting.AccountUserProfiles.List setAlt(java.lang.String alt)
DfareportingRequestsetAlt in class DfareportingRequest<AccountUserProfilesListResponse>public Dfareporting.AccountUserProfiles.List setFields(java.lang.String fields)
DfareportingRequestsetFields in class DfareportingRequest<AccountUserProfilesListResponse>public Dfareporting.AccountUserProfiles.List setKey(java.lang.String key)
DfareportingRequestsetKey in class DfareportingRequest<AccountUserProfilesListResponse>public Dfareporting.AccountUserProfiles.List setOauthToken(java.lang.String oauthToken)
DfareportingRequestsetOauthToken in class DfareportingRequest<AccountUserProfilesListResponse>public Dfareporting.AccountUserProfiles.List setPrettyPrint(java.lang.Boolean prettyPrint)
DfareportingRequestsetPrettyPrint in class DfareportingRequest<AccountUserProfilesListResponse>public Dfareporting.AccountUserProfiles.List setQuotaUser(java.lang.String quotaUser)
DfareportingRequestsetQuotaUser in class DfareportingRequest<AccountUserProfilesListResponse>public Dfareporting.AccountUserProfiles.List setUserIp(java.lang.String userIp)
DfareportingRequestsetUserIp in class DfareportingRequest<AccountUserProfilesListResponse>public java.lang.Long getProfileId()
public Dfareporting.AccountUserProfiles.List setProfileId(java.lang.Long profileId)
public java.lang.Boolean getActive()
public Dfareporting.AccountUserProfiles.List setActive(java.lang.Boolean active)
public java.util.List<java.lang.Long> getIds()
public Dfareporting.AccountUserProfiles.List setIds(java.util.List<java.lang.Long> ids)
public java.lang.Integer getMaxResults()
public Dfareporting.AccountUserProfiles.List setMaxResults(java.lang.Integer maxResults)
public java.lang.String getPageToken()
public Dfareporting.AccountUserProfiles.List setPageToken(java.lang.String pageToken)
public java.lang.String getSearchString()
public Dfareporting.AccountUserProfiles.List setSearchString(java.lang.String searchString)
public java.lang.String getSortField()
public Dfareporting.AccountUserProfiles.List setSortField(java.lang.String sortField)
public java.lang.String getSortOrder()
public Dfareporting.AccountUserProfiles.List setSortOrder(java.lang.String sortOrder)
public java.lang.Long getSubaccountId()
public Dfareporting.AccountUserProfiles.List setSubaccountId(java.lang.Long subaccountId)
public java.lang.Long getUserRoleId()
public Dfareporting.AccountUserProfiles.List setUserRoleId(java.lang.Long userRoleId)
public Dfareporting.AccountUserProfiles.List set(java.lang.String parameterName, java.lang.Object value)
set in class DfareportingRequest<AccountUserProfilesListResponse>