public class Calendar.Acl.Update extends CalendarRequest<AclRule>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description | 
|---|---|
protected  | 
Update(String calendarId,
      String ruleId,
      AclRule content)
Updates an access control rule. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCalendarId()
Calendar identifier. 
 | 
String | 
getRuleId()
ACL rule identifier. 
 | 
Boolean | 
getSendNotifications()
Whether to send notifications about the calendar sharing change. 
 | 
Calendar.Acl.Update | 
set(String parameterName,
   Object value)  | 
Calendar.Acl.Update | 
setAlt(String alt)
Data format for the response. 
 | 
Calendar.Acl.Update | 
setCalendarId(String calendarId)
Calendar identifier. 
 | 
Calendar.Acl.Update | 
setFields(String fields)
Selector specifying which fields to include in a partial response. 
 | 
Calendar.Acl.Update | 
setKey(String key)
API key. 
 | 
Calendar.Acl.Update | 
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user. 
 | 
Calendar.Acl.Update | 
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks. 
 | 
Calendar.Acl.Update | 
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes. 
 | 
Calendar.Acl.Update | 
setRuleId(String ruleId)
ACL rule identifier. 
 | 
Calendar.Acl.Update | 
setSendNotifications(Boolean sendNotifications)
Whether to send notifications about the calendar sharing change. 
 | 
Calendar.Acl.Update | 
setUserIp(String userIp)
Deprecated. 
 | 
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, 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, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Update(String calendarId, String ruleId, AclRule content)
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. 
calendarId - Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
        access the primary calendar of the currently logged in user, use the "primary" keyword.ruleId - ACL rule identifier.content - the AclRulepublic Calendar.Acl.Update setAlt(String alt)
CalendarRequestsetAlt in class CalendarRequest<AclRule>public Calendar.Acl.Update setFields(String fields)
CalendarRequestsetFields in class CalendarRequest<AclRule>public Calendar.Acl.Update setKey(String key)
CalendarRequestsetKey in class CalendarRequest<AclRule>public Calendar.Acl.Update setOauthToken(String oauthToken)
CalendarRequestsetOauthToken in class CalendarRequest<AclRule>public Calendar.Acl.Update setPrettyPrint(Boolean prettyPrint)
CalendarRequestsetPrettyPrint in class CalendarRequest<AclRule>public Calendar.Acl.Update setQuotaUser(String quotaUser)
CalendarRequestsetQuotaUser in class CalendarRequest<AclRule>public Calendar.Acl.Update setUserIp(String userIp)
CalendarRequestsetUserIp in class CalendarRequest<AclRule>public String getCalendarId()
public Calendar.Acl.Update setCalendarId(String calendarId)
public String getRuleId()
public Calendar.Acl.Update setRuleId(String ruleId)
public Boolean getSendNotifications()
public Calendar.Acl.Update setSendNotifications(Boolean sendNotifications)
public Calendar.Acl.Update set(String parameterName, Object value)
set in class CalendarRequest<AclRule>Copyright © 2011–2025 Google. All rights reserved.