public final class EntryPoint
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 |
|---|
EntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
EntryPoint |
clone() |
String |
getAccessCode()
The access code to access the conference.
|
List<String> |
getEntryPointFeatures()
Features of the entry point, such as being toll or toll-free.
|
String |
getEntryPointType()
The type of the conference entry point.
|
String |
getLabel()
The label for the URI.
|
String |
getMeetingCode()
The meeting code to access the conference.
|
String |
getPasscode()
The passcode to access the conference.
|
String |
getPassword()
The password to access the conference.
|
String |
getPin()
The PIN to access the conference.
|
String |
getRegionCode()
The CLDR/ISO 3166 region code for the country associated with this phone access.
|
String |
getUri()
The URI of the entry point.
|
EntryPoint |
set(String fieldName,
Object value) |
EntryPoint |
setAccessCode(String accessCode)
The access code to access the conference.
|
EntryPoint |
setEntryPointFeatures(List<String> entryPointFeatures)
Features of the entry point, such as being toll or toll-free.
|
EntryPoint |
setEntryPointType(String entryPointType)
The type of the conference entry point.
|
EntryPoint |
setLabel(String label)
The label for the URI.
|
EntryPoint |
setMeetingCode(String meetingCode)
The meeting code to access the conference.
|
EntryPoint |
setPasscode(String passcode)
The passcode to access the conference.
|
EntryPoint |
setPassword(String password)
The password to access the conference.
|
EntryPoint |
setPin(String pin)
The PIN to access the conference.
|
EntryPoint |
setRegionCode(String regionCode)
The CLDR/ISO 3166 region code for the country associated with this phone access.
|
EntryPoint |
setUri(String uri)
The URI of the entry point.
|
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 getAccessCode()
null for nonepublic EntryPoint setAccessCode(String accessCode)
accessCode - accessCode or null for nonepublic List<String> getEntryPointFeatures()
null for nonepublic EntryPoint setEntryPointFeatures(List<String> entryPointFeatures)
entryPointFeatures - entryPointFeatures or null for nonepublic String getEntryPointType()
null for nonepublic EntryPoint setEntryPointType(String entryPointType)
entryPointType - entryPointType or null for nonepublic String getLabel()
null for nonepublic EntryPoint setLabel(String label)
label - label or null for nonepublic String getMeetingCode()
null for nonepublic EntryPoint setMeetingCode(String meetingCode)
meetingCode - meetingCode or null for nonepublic String getPasscode()
null for nonepublic EntryPoint setPasscode(String passcode)
passcode - passcode or null for nonepublic String getPassword()
null for nonepublic EntryPoint setPassword(String password)
password - password or null for nonepublic String getPin()
null for nonepublic EntryPoint setPin(String pin)
pin - pin or null for nonepublic String getRegionCode()
null for nonepublic EntryPoint setRegionCode(String regionCode)
regionCode - regionCode or null for nonepublic String getUri()
null for nonepublic EntryPoint setUri(String uri)
uri - uri or null for nonepublic EntryPoint set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic EntryPoint clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.