target.apidocs.com.google.api.services.calendar.Calendar.Calendars.Insert.html Maven / Gradle / Ivy
The newest version!
Calendar.Calendars.Insert (Calendar API v3-rev20241101-2.0.0)
com.google.api.services.calendar
Class Calendar.Calendars.Insert
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
-
- com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
- com.google.api.services.calendar.CalendarRequest<Calendar>
-
- com.google.api.services.calendar.Calendar.Calendars.Insert
-
- Enclosing class:
- Calendar.Calendars
public class Calendar.Calendars.Insert
extends CalendarRequest<Calendar>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Modifier
Constructor and Description
protected
Insert(Calendar content)
Creates a secondary calendar.
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Calendar.Calendars.Insert
set(String parameterName,
Object value)
Calendar.Calendars.Insert
setAlt(String alt)
Data format for the response.
Calendar.Calendars.Insert
setFields(String fields)
Selector specifying which fields to include in a partial response.
Calendar.Calendars.Insert
setKey(String key)
API key.
Calendar.Calendars.Insert
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
Calendar.Calendars.Insert
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
Calendar.Calendars.Insert
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
Calendar.Calendars.Insert
setUserIp(String userIp)
Deprecated.
-
Methods inherited from class com.google.api.services.calendar.CalendarRequest
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
-
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
getJsonContent, newExceptionOnError, queue
-
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
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
-
Methods inherited from class com.google.api.client.util.GenericData
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
Insert
protected Insert(Calendar content)
Creates a secondary calendar.
Create a request for the method "calendars.insert".
This request holds the parameters needed by the the calendar server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
Calendar.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must
be called to initialize this instance immediately after invoking the constructor.
- Parameters:
content
- the Calendar
- Since:
- 1.13
-
Method Detail
-
setAlt
public Calendar.Calendars.Insert setAlt(String alt)
Description copied from class: CalendarRequest
Data format for the response.
- Overrides:
setAlt
in class CalendarRequest<Calendar>
-
setFields
public Calendar.Calendars.Insert setFields(String fields)
Description copied from class: CalendarRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class CalendarRequest<Calendar>
-
setKey
public Calendar.Calendars.Insert setKey(String key)
Description copied from class: CalendarRequest
API key. Your API key identifies your project and provides you with API access, quota, and
reports. Required unless you provide an OAuth 2.0 token.
- Overrides:
setKey
in class CalendarRequest<Calendar>
-
setOauthToken
public Calendar.Calendars.Insert setOauthToken(String oauthToken)
Description copied from class: CalendarRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class CalendarRequest<Calendar>
-
setPrettyPrint
public Calendar.Calendars.Insert setPrettyPrint(Boolean prettyPrint)
Description copied from class: CalendarRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class CalendarRequest<Calendar>
-
setQuotaUser
public Calendar.Calendars.Insert setQuotaUser(String quotaUser)
Description copied from class: CalendarRequest
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
- Overrides:
setQuotaUser
in class CalendarRequest<Calendar>
-
setUserIp
public Calendar.Calendars.Insert setUserIp(String userIp)
Description copied from class: CalendarRequest
Deprecated. Please use quotaUser instead.
- Overrides:
setUserIp
in class CalendarRequest<Calendar>
-
set
public Calendar.Calendars.Insert set(String parameterName,
Object value)
- Overrides:
set
in class CalendarRequest<Calendar>
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy