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.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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.GenericJson
public VoiceMisconfiguration clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.