public class Analytics.Management.ProfileUserLinks.List extends AnalyticsRequest<EntityUserLinks>
GenericData.FlagsAbstractMap.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, 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, valuesprotected 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.profileId - View (Profile) ID to retrieve the profile-user links forpublic HttpResponse executeUsingHead() throws IOException
executeUsingHead in class AbstractGoogleClientRequest<EntityUserLinks>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<EntityUserLinks>IOExceptionpublic Analytics.Management.ProfileUserLinks.List setAlt(String alt)
AnalyticsRequestsetAlt in class AnalyticsRequest<EntityUserLinks>public Analytics.Management.ProfileUserLinks.List setFields(String fields)
AnalyticsRequestsetFields in class AnalyticsRequest<EntityUserLinks>public Analytics.Management.ProfileUserLinks.List setKey(String key)
AnalyticsRequestsetKey in class AnalyticsRequest<EntityUserLinks>public Analytics.Management.ProfileUserLinks.List setOauthToken(String oauthToken)
AnalyticsRequestsetOauthToken in class AnalyticsRequest<EntityUserLinks>public Analytics.Management.ProfileUserLinks.List setPrettyPrint(Boolean prettyPrint)
AnalyticsRequestsetPrettyPrint in class AnalyticsRequest<EntityUserLinks>public Analytics.Management.ProfileUserLinks.List setQuotaUser(String quotaUser)
AnalyticsRequestsetQuotaUser in class AnalyticsRequest<EntityUserLinks>public Analytics.Management.ProfileUserLinks.List setUserIp(String userIp)
AnalyticsRequestsetUserIp 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>