public final class BusinessCallsSettings extends 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 My Business Business Calls API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BusinessCallsSettings() |
| Modifier and Type | Method and Description |
|---|---|
BusinessCallsSettings |
clone() |
String |
getCallsState()
Required.
|
String |
getConsentTime()
Input only.
|
String |
getName()
Required.
|
BusinessCallsSettings |
set(String fieldName,
Object value) |
BusinessCallsSettings |
setCallsState(String callsState)
Required.
|
BusinessCallsSettings |
setConsentTime(String consentTime)
Input only.
|
BusinessCallsSettings |
setName(String name)
Required.
|
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 getCallsState()
null for nonepublic BusinessCallsSettings setCallsState(String callsState)
callsState - callsState or null for nonepublic String getConsentTime()
null for nonepublic BusinessCallsSettings setConsentTime(String consentTime)
consentTime - consentTime or null for nonepublic String getName()
null for nonepublic BusinessCallsSettings setName(String name)
name - name or null for nonepublic BusinessCallsSettings set(String fieldName, Object value)
set in class GenericJsonpublic BusinessCallsSettings clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.