public class Analytics.Management.Webproperties.List extends AnalyticsRequest<Void>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Analytics.Management.Webproperties.List(String accountId)
Lists web properties to which the user has access.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
String |
getAccountId()
Account ID to retrieve web properties for.
|
Integer |
getMaxResults()
The maximum number of web properties to include in this response.
|
Integer |
getStartIndex()
An index of the first entity to retrieve.
|
Analytics.Management.Webproperties.List |
setAccountId(String accountId)
Account ID to retrieve web properties for.
|
Analytics.Management.Webproperties.List |
setAlt(String alt)
Data format for the response.
|
Analytics.Management.Webproperties.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Analytics.Management.Webproperties.List |
setKey(String key)
API key.
|
Analytics.Management.Webproperties.List |
setMaxResults(Integer maxResults)
The maximum number of web properties to include in this response.
|
Analytics.Management.Webproperties.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Analytics.Management.Webproperties.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Analytics.Management.Webproperties.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Analytics.Management.Webproperties.List |
setStartIndex(Integer startIndex)
An index of the first entity to retrieve.
|
Analytics.Management.Webproperties.List |
setUserIp(String userIp)
IP address of the site where the request originates.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, 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, set, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesprotected Analytics.Management.Webproperties.List(String accountId)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Analytics.initialize(AbstractGoogleClientRequest) must be called to initialize this instance
immediately after invoking the constructor.
accountId - Account ID to retrieve web properties for. Can either be a specific account ID or '~all', which
refers to all the accounts that user has access to.public HttpResponse executeUsingHead() throws IOException
executeUsingHead in class AbstractGoogleClientRequest<Void>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<Void>IOExceptionpublic Analytics.Management.Webproperties.List setAlt(String alt)
AnalyticsRequestsetAlt in class AnalyticsRequest<Void>public Analytics.Management.Webproperties.List setFields(String fields)
AnalyticsRequestsetFields in class AnalyticsRequest<Void>public Analytics.Management.Webproperties.List setKey(String key)
AnalyticsRequestsetKey in class AnalyticsRequest<Void>public Analytics.Management.Webproperties.List setOauthToken(String oauthToken)
AnalyticsRequestsetOauthToken in class AnalyticsRequest<Void>public Analytics.Management.Webproperties.List setPrettyPrint(Boolean prettyPrint)
AnalyticsRequestsetPrettyPrint in class AnalyticsRequest<Void>public Analytics.Management.Webproperties.List setQuotaUser(String quotaUser)
AnalyticsRequestsetQuotaUser in class AnalyticsRequest<Void>public Analytics.Management.Webproperties.List setUserIp(String userIp)
AnalyticsRequestsetUserIp in class AnalyticsRequest<Void>public String getAccountId()
public Analytics.Management.Webproperties.List setAccountId(String accountId)
public Integer getMaxResults()
public Analytics.Management.Webproperties.List setMaxResults(Integer maxResults)
public Integer getStartIndex()
public Analytics.Management.Webproperties.List setStartIndex(Integer startIndex)