public class Analytics.Management.ProfileUserLinks.List extends AnalyticsRequest<EntityUserLinks>
com.google.api.client.util.GenericData.Flags
Modifier | Constructor and Description |
---|---|
protected |
Analytics.Management.ProfileUserLinks.List(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId)
Lists profile-user links for a given view (profile).
|
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.String |
getAccountId()
Account ID which the given view (profile) belongs to.
|
java.lang.Integer |
getMaxResults()
The maximum number of profile-user links to include in this response.
|
java.lang.String |
getProfileId()
View (Profile) ID to retrieve the profile-user links for.
|
java.lang.Integer |
getStartIndex()
An index of the first profile-user link to retrieve.
|
java.lang.String |
getWebPropertyId()
Web Property ID which the given view (profile) belongs to.
|
Analytics.Management.ProfileUserLinks.List |
set(java.lang.String parameterName,
java.lang.Object value) |
Analytics.Management.ProfileUserLinks.List |
setAccountId(java.lang.String accountId)
Account ID which the given view (profile) belongs to.
|
Analytics.Management.ProfileUserLinks.List |
setAlt(java.lang.String alt)
Data format for the response.
|
Analytics.Management.ProfileUserLinks.List |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Analytics.Management.ProfileUserLinks.List |
setKey(java.lang.String key)
API key.
|
Analytics.Management.ProfileUserLinks.List |
setMaxResults(java.lang.Integer maxResults)
The maximum number of profile-user links to include in this response.
|
Analytics.Management.ProfileUserLinks.List |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Analytics.Management.ProfileUserLinks.List |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Analytics.Management.ProfileUserLinks.List |
setProfileId(java.lang.String profileId)
View (Profile) ID to retrieve the profile-user links for.
|
Analytics.Management.ProfileUserLinks.List |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Analytics.Management.ProfileUserLinks.List |
setStartIndex(java.lang.Integer startIndex)
An index of the first profile-user link to retrieve.
|
Analytics.Management.ProfileUserLinks.List |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
Analytics.Management.ProfileUserLinks.List |
setWebPropertyId(java.lang.String webPropertyId)
Web Property ID which the given view (profile) belongs to.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, 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, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
protected Analytics.Management.ProfileUserLinks.List(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String profileId)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
Analytics.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
accountId
- Account ID which the given view (profile) belongs to.webPropertyId
- Web Property ID which the given view (profile) belongs to. Can either be a specific web property ID
or '~all', which refers to all the web properties that user has access to.profileId
- View (Profile) ID to retrieve the profile-user links for. Can either be a specific profile ID or
'~all', which refers to all the profiles that user has access to.public com.google.api.client.http.HttpResponse executeUsingHead() throws java.io.IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<EntityUserLinks>
java.io.IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws java.io.IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<EntityUserLinks>
java.io.IOException
public Analytics.Management.ProfileUserLinks.List setAlt(java.lang.String alt)
AnalyticsRequest
setAlt
in class AnalyticsRequest<EntityUserLinks>
public Analytics.Management.ProfileUserLinks.List setFields(java.lang.String fields)
AnalyticsRequest
setFields
in class AnalyticsRequest<EntityUserLinks>
public Analytics.Management.ProfileUserLinks.List setKey(java.lang.String key)
AnalyticsRequest
setKey
in class AnalyticsRequest<EntityUserLinks>
public Analytics.Management.ProfileUserLinks.List setOauthToken(java.lang.String oauthToken)
AnalyticsRequest
setOauthToken
in class AnalyticsRequest<EntityUserLinks>
public Analytics.Management.ProfileUserLinks.List setPrettyPrint(java.lang.Boolean prettyPrint)
AnalyticsRequest
setPrettyPrint
in class AnalyticsRequest<EntityUserLinks>
public Analytics.Management.ProfileUserLinks.List setQuotaUser(java.lang.String quotaUser)
AnalyticsRequest
setQuotaUser
in class AnalyticsRequest<EntityUserLinks>
public Analytics.Management.ProfileUserLinks.List setUserIp(java.lang.String userIp)
AnalyticsRequest
setUserIp
in class AnalyticsRequest<EntityUserLinks>
public java.lang.String getAccountId()
public Analytics.Management.ProfileUserLinks.List setAccountId(java.lang.String accountId)
public java.lang.String getWebPropertyId()
public Analytics.Management.ProfileUserLinks.List setWebPropertyId(java.lang.String webPropertyId)
public java.lang.String getProfileId()
public Analytics.Management.ProfileUserLinks.List setProfileId(java.lang.String profileId)
public java.lang.Integer getMaxResults()
public Analytics.Management.ProfileUserLinks.List setMaxResults(java.lang.Integer maxResults)
public java.lang.Integer getStartIndex()
public Analytics.Management.ProfileUserLinks.List setStartIndex(java.lang.Integer startIndex)
public Analytics.Management.ProfileUserLinks.List set(java.lang.String parameterName, java.lang.Object value)
set
in class AnalyticsRequest<EntityUserLinks>