public final class ConferenceData
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 Calendar 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 | 
|---|
ConferenceData()  | 
| Modifier and Type | Method and Description | 
|---|---|
ConferenceData | 
clone()  | 
String | 
getConferenceId()
The ID of the conference. 
 | 
ConferenceSolution | 
getConferenceSolution()
The conference solution, such as Google Meet. 
 | 
CreateConferenceRequest | 
getCreateRequest()
A request to generate a new conference and attach it to the event. 
 | 
List<EntryPoint> | 
getEntryPoints()
Information about individual conference entry points, such as URLs or phone numbers. 
 | 
String | 
getNotes()
Additional notes (such as instructions from the domain administrator, legal notices) to display
 to the user. 
 | 
ConferenceParameters | 
getParameters()
Additional properties related to a conference. 
 | 
String | 
getSignature()
The signature of the conference data. 
 | 
ConferenceData | 
set(String fieldName,
   Object value)  | 
ConferenceData | 
setConferenceId(String conferenceId)
The ID of the conference. 
 | 
ConferenceData | 
setConferenceSolution(ConferenceSolution conferenceSolution)
The conference solution, such as Google Meet. 
 | 
ConferenceData | 
setCreateRequest(CreateConferenceRequest createRequest)
A request to generate a new conference and attach it to the event. 
 | 
ConferenceData | 
setEntryPoints(List<EntryPoint> entryPoints)
Information about individual conference entry points, such as URLs or phone numbers. 
 | 
ConferenceData | 
setNotes(String notes)
Additional notes (such as instructions from the domain administrator, legal notices) to display
 to the user. 
 | 
ConferenceData | 
setParameters(ConferenceParameters parameters)
Additional properties related to a conference. 
 | 
ConferenceData | 
setSignature(String signature)
The signature of the conference data. 
 | 
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 String getConferenceId()
null for nonepublic ConferenceData setConferenceId(String conferenceId)
conferenceId - conferenceId or null for nonepublic ConferenceSolution getConferenceSolution()
null for nonepublic ConferenceData setConferenceSolution(ConferenceSolution conferenceSolution)
conferenceSolution - conferenceSolution or null for nonepublic CreateConferenceRequest getCreateRequest()
null for nonepublic ConferenceData setCreateRequest(CreateConferenceRequest createRequest)
createRequest - createRequest or null for nonepublic List<EntryPoint> getEntryPoints()
null for nonepublic ConferenceData setEntryPoints(List<EntryPoint> entryPoints)
entryPoints - entryPoints or null for nonepublic String getNotes()
null for nonepublic ConferenceData setNotes(String notes)
notes - notes or null for nonepublic ConferenceParameters getParameters()
null for nonepublic ConferenceData setParameters(ConferenceParameters parameters)
parameters - parameters or null for nonepublic String getSignature()
null for nonepublic ConferenceData setSignature(String signature)
signature - signature or null for nonepublic ConferenceData set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ConferenceData clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.