public class Sheets.Spreadsheets.SheetsOperations.CopyTo extends SheetsRequest<SheetProperties>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
CopyTo(String spreadsheetId,
Integer sheetId,
CopySheetToAnotherSpreadsheetRequest content)
Copies a single sheet from a spreadsheet to another spreadsheet.
|
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 CopyTo(String spreadsheetId, Integer sheetId, CopySheetToAnotherSpreadsheetRequest content)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation. Sheets.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must
be called to initialize this instance immediately after invoking the constructor.
spreadsheetId
- The ID of the spreadsheet containing the sheet to copy.sheetId
- The ID of the sheet to copy.content
- the CopySheetToAnotherSpreadsheetRequest
public Sheets.Spreadsheets.SheetsOperations.CopyTo set$Xgafv(String $Xgafv)
SheetsRequest
set$Xgafv
in class SheetsRequest<SheetProperties>
public Sheets.Spreadsheets.SheetsOperations.CopyTo setAccessToken(String accessToken)
SheetsRequest
setAccessToken
in class SheetsRequest<SheetProperties>
public Sheets.Spreadsheets.SheetsOperations.CopyTo setAlt(String alt)
SheetsRequest
setAlt
in class SheetsRequest<SheetProperties>
public Sheets.Spreadsheets.SheetsOperations.CopyTo setCallback(String callback)
SheetsRequest
setCallback
in class SheetsRequest<SheetProperties>
public Sheets.Spreadsheets.SheetsOperations.CopyTo setFields(String fields)
SheetsRequest
setFields
in class SheetsRequest<SheetProperties>
public Sheets.Spreadsheets.SheetsOperations.CopyTo setKey(String key)
SheetsRequest
setKey
in class SheetsRequest<SheetProperties>
public Sheets.Spreadsheets.SheetsOperations.CopyTo setOauthToken(String oauthToken)
SheetsRequest
setOauthToken
in class SheetsRequest<SheetProperties>
public Sheets.Spreadsheets.SheetsOperations.CopyTo setPrettyPrint(Boolean prettyPrint)
SheetsRequest
setPrettyPrint
in class SheetsRequest<SheetProperties>
public Sheets.Spreadsheets.SheetsOperations.CopyTo setQuotaUser(String quotaUser)
SheetsRequest
setQuotaUser
in class SheetsRequest<SheetProperties>
public Sheets.Spreadsheets.SheetsOperations.CopyTo setUploadType(String uploadType)
SheetsRequest
setUploadType
in class SheetsRequest<SheetProperties>
public Sheets.Spreadsheets.SheetsOperations.CopyTo setUploadProtocol(String uploadProtocol)
SheetsRequest
setUploadProtocol
in class SheetsRequest<SheetProperties>
public String getSpreadsheetId()
public Sheets.Spreadsheets.SheetsOperations.CopyTo setSpreadsheetId(String spreadsheetId)
public Integer getSheetId()
public Sheets.Spreadsheets.SheetsOperations.CopyTo setSheetId(Integer sheetId)
public Sheets.Spreadsheets.SheetsOperations.CopyTo set(String parameterName, Object value)
set
in class SheetsRequest<SheetProperties>
Copyright © 2011–2024 Google. All rights reserved.