public class Analytics.Management.WebpropertyUserLinks.Delete extends AnalyticsRequest<Void>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
USER_AGENT_SUFFIX
Modifier | Constructor and Description |
---|---|
protected |
Delete(String accountId,
String webPropertyId,
String linkId)
Removes a user from the given web property.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected Delete(String accountId, String webPropertyId, String linkId)
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 delete the user link for.webPropertyId
- Web Property ID to delete the user link for.linkId
- Link ID to delete the user link for.public Analytics.Management.WebpropertyUserLinks.Delete setAlt(String alt)
AnalyticsRequest
setAlt
in class AnalyticsRequest<Void>
public Analytics.Management.WebpropertyUserLinks.Delete setFields(String fields)
AnalyticsRequest
setFields
in class AnalyticsRequest<Void>
public Analytics.Management.WebpropertyUserLinks.Delete setKey(String key)
AnalyticsRequest
setKey
in class AnalyticsRequest<Void>
public Analytics.Management.WebpropertyUserLinks.Delete setOauthToken(String oauthToken)
AnalyticsRequest
setOauthToken
in class AnalyticsRequest<Void>
public Analytics.Management.WebpropertyUserLinks.Delete setPrettyPrint(Boolean prettyPrint)
AnalyticsRequest
setPrettyPrint
in class AnalyticsRequest<Void>
public Analytics.Management.WebpropertyUserLinks.Delete setQuotaUser(String quotaUser)
AnalyticsRequest
setQuotaUser
in class AnalyticsRequest<Void>
public Analytics.Management.WebpropertyUserLinks.Delete setUserIp(String userIp)
AnalyticsRequest
setUserIp
in class AnalyticsRequest<Void>
public String getAccountId()
public Analytics.Management.WebpropertyUserLinks.Delete setAccountId(String accountId)
public String getWebPropertyId()
public Analytics.Management.WebpropertyUserLinks.Delete setWebPropertyId(String webPropertyId)
public String getLinkId()
public Analytics.Management.WebpropertyUserLinks.Delete setLinkId(String linkId)
public Analytics.Management.WebpropertyUserLinks.Delete set(String parameterName, Object value)
set
in class AnalyticsRequest<Void>
Copyright © 2011–2020 Google. All rights reserved.