public class Analytics.Management.ProfileUserLinks.List extends AnalyticsRequest<EntityUserLinks>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Analytics.Management.ProfileUserLinks.List(String accountId,
String webPropertyId,
String profileId)
Lists profile-user links for a given view (profile).
|
Modifier and Type | Method and Description |
---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
String |
getAccountId()
Account ID which the given view (profile) belongs to.
|
Integer |
getMaxResults()
The maximum number of profile-user links to include in this response.
|
String |
getProfileId()
View (Profile) ID to retrieve the profile-user links for.
|
Integer |
getStartIndex()
An index of the first profile-user link to retrieve.
|
String |
getWebPropertyId()
Web Property ID which the given view (profile) belongs to.
|
Analytics.Management.ProfileUserLinks.List |
set(String parameterName,
Object value) |
Analytics.Management.ProfileUserLinks.List |
setAccountId(String accountId)
Account ID which the given view (profile) belongs to.
|
Analytics.Management.ProfileUserLinks.List |
setAlt(String alt)
Data format for the response.
|
Analytics.Management.ProfileUserLinks.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Analytics.Management.ProfileUserLinks.List |
setKey(String key)
API key.
|
Analytics.Management.ProfileUserLinks.List |
setMaxResults(Integer maxResults)
The maximum number of profile-user links to include in this response.
|
Analytics.Management.ProfileUserLinks.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Analytics.Management.ProfileUserLinks.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Analytics.Management.ProfileUserLinks.List |
setProfileId(String profileId)
View (Profile) ID to retrieve the profile-user links for.
|
Analytics.Management.ProfileUserLinks.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Analytics.Management.ProfileUserLinks.List |
setStartIndex(Integer startIndex)
An index of the first profile-user link to retrieve.
|
Analytics.Management.ProfileUserLinks.List |
setUserIp(String userIp)
IP address of the site where the request originates.
|
Analytics.Management.ProfileUserLinks.List |
setWebPropertyId(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
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
protected Analytics.Management.ProfileUserLinks.List(String accountId, String webPropertyId, 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 HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class AbstractGoogleClientRequest<EntityUserLinks>
IOException
public HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class AbstractGoogleClientRequest<EntityUserLinks>
IOException
public Analytics.Management.ProfileUserLinks.List setAlt(String alt)
AnalyticsRequest
setAlt
in class AnalyticsRequest<EntityUserLinks>
public Analytics.Management.ProfileUserLinks.List setFields(String fields)
AnalyticsRequest
setFields
in class AnalyticsRequest<EntityUserLinks>
public Analytics.Management.ProfileUserLinks.List setKey(String key)
AnalyticsRequest
setKey
in class AnalyticsRequest<EntityUserLinks>
public Analytics.Management.ProfileUserLinks.List setOauthToken(String oauthToken)
AnalyticsRequest
setOauthToken
in class AnalyticsRequest<EntityUserLinks>
public Analytics.Management.ProfileUserLinks.List setPrettyPrint(Boolean prettyPrint)
AnalyticsRequest
setPrettyPrint
in class AnalyticsRequest<EntityUserLinks>
public Analytics.Management.ProfileUserLinks.List setQuotaUser(String quotaUser)
AnalyticsRequest
setQuotaUser
in class AnalyticsRequest<EntityUserLinks>
public Analytics.Management.ProfileUserLinks.List setUserIp(String userIp)
AnalyticsRequest
setUserIp
in class AnalyticsRequest<EntityUserLinks>
public String getAccountId()
public Analytics.Management.ProfileUserLinks.List setAccountId(String accountId)
public String getWebPropertyId()
public Analytics.Management.ProfileUserLinks.List setWebPropertyId(String webPropertyId)
public String getProfileId()
public Analytics.Management.ProfileUserLinks.List setProfileId(String profileId)
public Integer getMaxResults()
public Analytics.Management.ProfileUserLinks.List setMaxResults(Integer maxResults)
public Integer getStartIndex()
public Analytics.Management.ProfileUserLinks.List setStartIndex(Integer startIndex)
public Analytics.Management.ProfileUserLinks.List set(String parameterName, Object value)
set
in class AnalyticsRequest<EntityUserLinks>