public class Analytics.Management.ProfileFilterLinks.List extends AnalyticsRequest<ProfileFilterLinks>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Analytics.Management.ProfileFilterLinks.List(String accountId,
String webPropertyId,
String profileId)
Lists all profile filter links for a profile.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
String |
getAccountId()
Account ID to retrieve profile filter links for.
|
Integer |
getMaxResults()
The maximum number of profile filter links to include in this response.
|
String |
getProfileId()
Profile ID to retrieve filter links for.
|
Integer |
getStartIndex()
An index of the first entity to retrieve.
|
String |
getWebPropertyId()
Web property Id for profile filter links for.
|
Analytics.Management.ProfileFilterLinks.List |
set(String parameterName,
Object value) |
Analytics.Management.ProfileFilterLinks.List |
setAccountId(String accountId)
Account ID to retrieve profile filter links for.
|
Analytics.Management.ProfileFilterLinks.List |
setAlt(String alt)
Data format for the response.
|
Analytics.Management.ProfileFilterLinks.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Analytics.Management.ProfileFilterLinks.List |
setKey(String key)
API key.
|
Analytics.Management.ProfileFilterLinks.List |
setMaxResults(Integer maxResults)
The maximum number of profile filter links to include in this response.
|
Analytics.Management.ProfileFilterLinks.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Analytics.Management.ProfileFilterLinks.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Analytics.Management.ProfileFilterLinks.List |
setProfileId(String profileId)
Profile ID to retrieve filter links for.
|
Analytics.Management.ProfileFilterLinks.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Analytics.Management.ProfileFilterLinks.List |
setStartIndex(Integer startIndex)
An index of the first entity to retrieve.
|
Analytics.Management.ProfileFilterLinks.List |
setUserIp(String userIp)
IP address of the site where the request originates.
|
Analytics.Management.ProfileFilterLinks.List |
setWebPropertyId(String webPropertyId)
Web property Id for profile filter links for.
|
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.ProfileFilterLinks.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 to retrieve profile filter links for.webPropertyId - Web property Id for profile filter links for. Can either be a specific web property ID or '~all',
which refers to all the web properties that user has access to.profileId - Profile ID to retrieve filter 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<ProfileFilterLinks>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<ProfileFilterLinks>IOExceptionpublic Analytics.Management.ProfileFilterLinks.List setAlt(String alt)
AnalyticsRequestsetAlt in class AnalyticsRequest<ProfileFilterLinks>public Analytics.Management.ProfileFilterLinks.List setFields(String fields)
AnalyticsRequestsetFields in class AnalyticsRequest<ProfileFilterLinks>public Analytics.Management.ProfileFilterLinks.List setKey(String key)
AnalyticsRequestsetKey in class AnalyticsRequest<ProfileFilterLinks>public Analytics.Management.ProfileFilterLinks.List setOauthToken(String oauthToken)
AnalyticsRequestsetOauthToken in class AnalyticsRequest<ProfileFilterLinks>public Analytics.Management.ProfileFilterLinks.List setPrettyPrint(Boolean prettyPrint)
AnalyticsRequestsetPrettyPrint in class AnalyticsRequest<ProfileFilterLinks>public Analytics.Management.ProfileFilterLinks.List setQuotaUser(String quotaUser)
AnalyticsRequestsetQuotaUser in class AnalyticsRequest<ProfileFilterLinks>public Analytics.Management.ProfileFilterLinks.List setUserIp(String userIp)
AnalyticsRequestsetUserIp in class AnalyticsRequest<ProfileFilterLinks>public String getAccountId()
public Analytics.Management.ProfileFilterLinks.List setAccountId(String accountId)
public String getWebPropertyId()
public Analytics.Management.ProfileFilterLinks.List setWebPropertyId(String webPropertyId)
public String getProfileId()
public Analytics.Management.ProfileFilterLinks.List setProfileId(String profileId)
public Integer getMaxResults()
public Analytics.Management.ProfileFilterLinks.List setMaxResults(Integer maxResults)
public Integer getStartIndex()
public Analytics.Management.ProfileFilterLinks.List setStartIndex(Integer startIndex)
public Analytics.Management.ProfileFilterLinks.List set(String parameterName, Object value)
set in class AnalyticsRequest<ProfileFilterLinks>