public final class ConferenceSolution
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 |
|---|
ConferenceSolution() |
| Modifier and Type | Method and Description |
|---|---|
ConferenceSolution |
clone() |
String |
getIconUri()
The user-visible icon for this solution.
|
ConferenceSolutionKey |
getKey()
The key which can uniquely identify the conference solution for this event.
|
String |
getName()
The user-visible name of this solution.
|
ConferenceSolution |
set(String fieldName,
Object value) |
ConferenceSolution |
setIconUri(String iconUri)
The user-visible icon for this solution.
|
ConferenceSolution |
setKey(ConferenceSolutionKey key)
The key which can uniquely identify the conference solution for this event.
|
ConferenceSolution |
setName(String name)
The user-visible name of this solution.
|
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 getIconUri()
null for nonepublic ConferenceSolution setIconUri(String iconUri)
iconUri - iconUri or null for nonepublic ConferenceSolutionKey getKey()
null for nonepublic ConferenceSolution setKey(ConferenceSolutionKey key)
key - key or null for nonepublic String getName()
null for nonepublic ConferenceSolution setName(String name)
name - name or null for nonepublic ConferenceSolution set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ConferenceSolution clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.