public final class ConferenceProperties
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.Flags| Constructor and Description |
|---|
ConferenceProperties() |
| Modifier and Type | Method and Description |
|---|---|
ConferenceProperties |
clone() |
java.util.List<java.lang.String> |
getAllowedConferenceSolutionTypes()
The types of conference solutions that are supported for this calendar.
|
ConferenceProperties |
set(java.lang.String fieldName,
java.lang.Object value) |
ConferenceProperties |
setAllowedConferenceSolutionTypes(java.util.List<java.lang.String> allowedConferenceSolutionTypes)
The types of conference solutions that are supported for this calendar.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<java.lang.String> getAllowedConferenceSolutionTypes()
null for nonepublic ConferenceProperties setAllowedConferenceSolutionTypes(java.util.List<java.lang.String> allowedConferenceSolutionTypes)
allowedConferenceSolutionTypes - allowedConferenceSolutionTypes or null for nonepublic ConferenceProperties set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ConferenceProperties clone()
clone in class com.google.api.client.json.GenericJson