public final class VoiceMisconfiguration
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 Google Workspace Alert Center 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 |
|---|
VoiceMisconfiguration() |
| Modifier and Type | Method and Description |
|---|---|
VoiceMisconfiguration |
clone() |
String |
getEntityName()
Name of the entity whose configuration is now invalid.
|
String |
getEntityType()
Type of the entity whose configuration is now invalid.
|
String |
getFixUri()
Link that the admin can follow to fix the issue.
|
TransferMisconfiguration |
getMembersMisconfiguration()
Issue(s) with members of a ring group.
|
TransferMisconfiguration |
getTransferMisconfiguration()
Issue(s) with transferring or forwarding to an external entity.
|
VoicemailMisconfiguration |
getVoicemailMisconfiguration()
Issue(s) with sending to voicemail.
|
VoiceMisconfiguration |
set(String fieldName,
Object value) |
VoiceMisconfiguration |
setEntityName(String entityName)
Name of the entity whose configuration is now invalid.
|
VoiceMisconfiguration |
setEntityType(String entityType)
Type of the entity whose configuration is now invalid.
|
VoiceMisconfiguration |
setFixUri(String fixUri)
Link that the admin can follow to fix the issue.
|
VoiceMisconfiguration |
setMembersMisconfiguration(TransferMisconfiguration membersMisconfiguration)
Issue(s) with members of a ring group.
|
VoiceMisconfiguration |
setTransferMisconfiguration(TransferMisconfiguration transferMisconfiguration)
Issue(s) with transferring or forwarding to an external entity.
|
VoiceMisconfiguration |
setVoicemailMisconfiguration(VoicemailMisconfiguration voicemailMisconfiguration)
Issue(s) with sending to voicemail.
|
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 getEntityName()
null for nonepublic VoiceMisconfiguration setEntityName(String entityName)
entityName - entityName or null for nonepublic String getEntityType()
null for nonepublic VoiceMisconfiguration setEntityType(String entityType)
entityType - entityType or null for nonepublic String getFixUri()
null for nonepublic VoiceMisconfiguration setFixUri(String fixUri)
fixUri - fixUri or null for nonepublic TransferMisconfiguration getMembersMisconfiguration()
null for nonepublic VoiceMisconfiguration setMembersMisconfiguration(TransferMisconfiguration membersMisconfiguration)
membersMisconfiguration - membersMisconfiguration or null for nonepublic TransferMisconfiguration getTransferMisconfiguration()
null for nonepublic VoiceMisconfiguration setTransferMisconfiguration(TransferMisconfiguration transferMisconfiguration)
transferMisconfiguration - transferMisconfiguration or null for nonepublic VoicemailMisconfiguration getVoicemailMisconfiguration()
null for nonepublic VoiceMisconfiguration setVoicemailMisconfiguration(VoicemailMisconfiguration voicemailMisconfiguration)
voicemailMisconfiguration - voicemailMisconfiguration or null for nonepublic VoiceMisconfiguration set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic VoiceMisconfiguration clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.