public class MyBusinessAccountManagement.Accounts.Get extends MyBusinessAccountManagementRequest<Account>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Get(String name)
Gets the specified account.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, 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 Get(String name)
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation. MyBusinessAccountManagement.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be
called to initialize this instance immediately after invoking the constructor.
name
- Required. The name of the account to fetch.public com.google.api.client.http.HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Account>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Account>
IOException
public MyBusinessAccountManagement.Accounts.Get set$Xgafv(String $Xgafv)
MyBusinessAccountManagementRequest
set$Xgafv
in class MyBusinessAccountManagementRequest<Account>
public MyBusinessAccountManagement.Accounts.Get setAccessToken(String accessToken)
MyBusinessAccountManagementRequest
setAccessToken
in class MyBusinessAccountManagementRequest<Account>
public MyBusinessAccountManagement.Accounts.Get setAlt(String alt)
MyBusinessAccountManagementRequest
setAlt
in class MyBusinessAccountManagementRequest<Account>
public MyBusinessAccountManagement.Accounts.Get setCallback(String callback)
MyBusinessAccountManagementRequest
setCallback
in class MyBusinessAccountManagementRequest<Account>
public MyBusinessAccountManagement.Accounts.Get setFields(String fields)
MyBusinessAccountManagementRequest
setFields
in class MyBusinessAccountManagementRequest<Account>
public MyBusinessAccountManagement.Accounts.Get setKey(String key)
MyBusinessAccountManagementRequest
setKey
in class MyBusinessAccountManagementRequest<Account>
public MyBusinessAccountManagement.Accounts.Get setOauthToken(String oauthToken)
MyBusinessAccountManagementRequest
setOauthToken
in class MyBusinessAccountManagementRequest<Account>
public MyBusinessAccountManagement.Accounts.Get setPrettyPrint(Boolean prettyPrint)
MyBusinessAccountManagementRequest
setPrettyPrint
in class MyBusinessAccountManagementRequest<Account>
public MyBusinessAccountManagement.Accounts.Get setQuotaUser(String quotaUser)
MyBusinessAccountManagementRequest
setQuotaUser
in class MyBusinessAccountManagementRequest<Account>
public MyBusinessAccountManagement.Accounts.Get setUploadType(String uploadType)
MyBusinessAccountManagementRequest
setUploadType
in class MyBusinessAccountManagementRequest<Account>
public MyBusinessAccountManagement.Accounts.Get setUploadProtocol(String uploadProtocol)
MyBusinessAccountManagementRequest
setUploadProtocol
in class MyBusinessAccountManagementRequest<Account>
public String getName()
public MyBusinessAccountManagement.Accounts.Get setName(String name)
public MyBusinessAccountManagement.Accounts.Get set(String parameterName, Object value)
set
in class MyBusinessAccountManagementRequest<Account>
Copyright © 2011–2023 Google. All rights reserved.