public class MyBusinessLodging.Locations.UpdateLodging extends MyBusinessLodgingRequest<Lodging>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
UpdateLodging(String name,
Lodging content)
Updates the Lodging of a specific location.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, 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 UpdateLodging(String name, Lodging content)
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation. UpdateLodging#initialize(com.google.api.client.googleapis.services.Abstra
ctGoogleClientRequest)
must be called to initialize this instance immediately after invoking
the constructor.
name
- Required. Google identifier for this location in the form: `locations/{location_id}/lodging`content
- the Lodging
public MyBusinessLodging.Locations.UpdateLodging set$Xgafv(String $Xgafv)
MyBusinessLodgingRequest
set$Xgafv
in class MyBusinessLodgingRequest<Lodging>
public MyBusinessLodging.Locations.UpdateLodging setAccessToken(String accessToken)
MyBusinessLodgingRequest
setAccessToken
in class MyBusinessLodgingRequest<Lodging>
public MyBusinessLodging.Locations.UpdateLodging setAlt(String alt)
MyBusinessLodgingRequest
setAlt
in class MyBusinessLodgingRequest<Lodging>
public MyBusinessLodging.Locations.UpdateLodging setCallback(String callback)
MyBusinessLodgingRequest
setCallback
in class MyBusinessLodgingRequest<Lodging>
public MyBusinessLodging.Locations.UpdateLodging setFields(String fields)
MyBusinessLodgingRequest
setFields
in class MyBusinessLodgingRequest<Lodging>
public MyBusinessLodging.Locations.UpdateLodging setKey(String key)
MyBusinessLodgingRequest
setKey
in class MyBusinessLodgingRequest<Lodging>
public MyBusinessLodging.Locations.UpdateLodging setOauthToken(String oauthToken)
MyBusinessLodgingRequest
setOauthToken
in class MyBusinessLodgingRequest<Lodging>
public MyBusinessLodging.Locations.UpdateLodging setPrettyPrint(Boolean prettyPrint)
MyBusinessLodgingRequest
setPrettyPrint
in class MyBusinessLodgingRequest<Lodging>
public MyBusinessLodging.Locations.UpdateLodging setQuotaUser(String quotaUser)
MyBusinessLodgingRequest
setQuotaUser
in class MyBusinessLodgingRequest<Lodging>
public MyBusinessLodging.Locations.UpdateLodging setUploadType(String uploadType)
MyBusinessLodgingRequest
setUploadType
in class MyBusinessLodgingRequest<Lodging>
public MyBusinessLodging.Locations.UpdateLodging setUploadProtocol(String uploadProtocol)
MyBusinessLodgingRequest
setUploadProtocol
in class MyBusinessLodgingRequest<Lodging>
public String getName()
public MyBusinessLodging.Locations.UpdateLodging setName(String name)
public String getUpdateMask()
public MyBusinessLodging.Locations.UpdateLodging setUpdateMask(String updateMask)
public MyBusinessLodging.Locations.UpdateLodging set(String parameterName, Object value)
set
in class MyBusinessLodgingRequest<Lodging>
Copyright © 2011–2024 Google. All rights reserved.