public abstract class BusinessProfilePerformanceRequest<T>
extends com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
BusinessProfilePerformanceRequest(BusinessProfilePerformance client,
String method,
String uriTemplate,
Object content,
Class<T> responseClass) |
Modifier and Type | Method and Description |
---|---|
String |
get$Xgafv()
V1 error format.
|
BusinessProfilePerformance |
getAbstractGoogleClient() |
String |
getAccessToken()
OAuth access token.
|
String |
getAlt()
Data format for response.
|
String |
getCallback()
JSONP
|
String |
getFields()
Selector specifying which fields to include in a partial response.
|
String |
getKey()
API key.
|
String |
getOauthToken()
OAuth 2.0 token for the current user.
|
Boolean |
getPrettyPrint()
Returns response with indentations and line breaks.
|
String |
getQuotaUser()
Available to use for quota purposes for server-side applications.
|
String |
getUploadProtocol()
Upload protocol for media (e.g.
|
String |
getUploadType()
Legacy upload protocol for media (e.g.
|
BusinessProfilePerformanceRequest<T> |
set(String parameterName,
Object value) |
BusinessProfilePerformanceRequest<T> |
set$Xgafv(String $Xgafv)
V1 error format.
|
BusinessProfilePerformanceRequest<T> |
setAccessToken(String accessToken)
OAuth access token.
|
BusinessProfilePerformanceRequest<T> |
setAlt(String alt)
Data format for response.
|
BusinessProfilePerformanceRequest<T> |
setCallback(String callback)
JSONP
|
BusinessProfilePerformanceRequest<T> |
setDisableGZipContent(boolean disableGZipContent) |
BusinessProfilePerformanceRequest<T> |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
BusinessProfilePerformanceRequest<T> |
setKey(String key)
API key.
|
BusinessProfilePerformanceRequest<T> |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
BusinessProfilePerformanceRequest<T> |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
BusinessProfilePerformanceRequest<T> |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
BusinessProfilePerformanceRequest<T> |
setRequestHeaders(com.google.api.client.http.HttpHeaders headers) |
BusinessProfilePerformanceRequest<T> |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
BusinessProfilePerformanceRequest<T> |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
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
public BusinessProfilePerformanceRequest(BusinessProfilePerformance client, String method, String uriTemplate, Object content, Class<T> responseClass)
client
- Google clientmethod
- HTTP MethoduriTemplate
- URI template for the path relative to the base URL. If it starts with a "/"
the base path from the base URL will be stripped out. The URI template can also be a
full URL. URI template expansion is done using
UriTemplate.expand(String, String, Object, boolean)
content
- A POJO that can be serialized into JSON or null
for noneresponseClass
- response class to parse intopublic String get$Xgafv()
public BusinessProfilePerformanceRequest<T> set$Xgafv(String $Xgafv)
public String getAccessToken()
public BusinessProfilePerformanceRequest<T> setAccessToken(String accessToken)
public String getAlt()
public BusinessProfilePerformanceRequest<T> setAlt(String alt)
public String getCallback()
public BusinessProfilePerformanceRequest<T> setCallback(String callback)
public String getFields()
public BusinessProfilePerformanceRequest<T> setFields(String fields)
public String getKey()
public BusinessProfilePerformanceRequest<T> setKey(String key)
public String getOauthToken()
public BusinessProfilePerformanceRequest<T> setOauthToken(String oauthToken)
public Boolean getPrettyPrint()
public BusinessProfilePerformanceRequest<T> setPrettyPrint(Boolean prettyPrint)
public String getQuotaUser()
public BusinessProfilePerformanceRequest<T> setQuotaUser(String quotaUser)
public String getUploadType()
public BusinessProfilePerformanceRequest<T> setUploadType(String uploadType)
public String getUploadProtocol()
public BusinessProfilePerformanceRequest<T> setUploadProtocol(String uploadProtocol)
public final BusinessProfilePerformance getAbstractGoogleClient()
getAbstractGoogleClient
in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
public BusinessProfilePerformanceRequest<T> setDisableGZipContent(boolean disableGZipContent)
setDisableGZipContent
in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
public BusinessProfilePerformanceRequest<T> setRequestHeaders(com.google.api.client.http.HttpHeaders headers)
setRequestHeaders
in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
public BusinessProfilePerformanceRequest<T> set(String parameterName, Object value)
set
in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
Copyright © 2011–2024 Google. All rights reserved.