public final class CalendarOptions
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Vault API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CalendarOptions() |
| Modifier and Type | Method and Description |
|---|---|
CalendarOptions |
clone() |
List<String> |
getLocationQuery()
Matches only those events whose location contains all of the words in the given set.
|
List<String> |
getMinusWords()
Matches only those events that do not contain any of the words in the given set in title,
description, location, or attendees.
|
List<String> |
getPeopleQuery()
Matches only those events whose attendees contain all of the words in the given set.
|
List<String> |
getResponseStatuses()
Matches only events for which the custodian gave one of these responses.
|
String |
getVersionDate()
Search the current version of the Calendar event, but export the contents of the last version
saved before 12:00 AM UTC on the specified date.
|
CalendarOptions |
set(String fieldName,
Object value) |
CalendarOptions |
setLocationQuery(List<String> locationQuery)
Matches only those events whose location contains all of the words in the given set.
|
CalendarOptions |
setMinusWords(List<String> minusWords)
Matches only those events that do not contain any of the words in the given set in title,
description, location, or attendees.
|
CalendarOptions |
setPeopleQuery(List<String> peopleQuery)
Matches only those events whose attendees contain all of the words in the given set.
|
CalendarOptions |
setResponseStatuses(List<String> responseStatuses)
Matches only events for which the custodian gave one of these responses.
|
CalendarOptions |
setVersionDate(String versionDate)
Search the current version of the Calendar event, but export the contents of the last version
saved before 12:00 AM UTC on the specified date.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<String> getLocationQuery()
null for nonepublic CalendarOptions setLocationQuery(List<String> locationQuery)
locationQuery - locationQuery or null for nonepublic List<String> getMinusWords()
null for nonepublic CalendarOptions setMinusWords(List<String> minusWords)
minusWords - minusWords or null for nonepublic List<String> getPeopleQuery()
null for nonepublic CalendarOptions setPeopleQuery(List<String> peopleQuery)
peopleQuery - peopleQuery or null for nonepublic List<String> getResponseStatuses()
null for nonepublic CalendarOptions setResponseStatuses(List<String> responseStatuses)
responseStatuses - responseStatuses or null for nonepublic String getVersionDate()
null for nonepublic CalendarOptions setVersionDate(String versionDate)
versionDate - versionDate or null for nonepublic CalendarOptions set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic CalendarOptions clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.