public final class VoiceOfMerchantState
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 My Business Verifications 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 |
|---|
VoiceOfMerchantState() |
| Modifier and Type | Method and Description |
|---|---|
VoiceOfMerchantState |
clone() |
ComplyWithGuidelines |
getComplyWithGuidelines()
The location fails to comply with our
[guidelines](https://support.google.com/business/answer/3038177) and requires additional steps
for reinstatement.
|
Boolean |
getHasBusinessAuthority()
Indicates whether the location has the authority (ownership) over the business on Google.
|
Boolean |
getHasVoiceOfMerchant()
Indicates whether the location is in good standing and has control over the business on Google.
|
ResolveOwnershipConflict |
getResolveOwnershipConflict()
This location duplicates another location that is in good standing.
|
Verify |
getVerify()
Start or continue the verification process.
|
WaitForVoiceOfMerchant |
getWaitForVoiceOfMerchant()
Wait to gain Voice of Merchant.
|
VoiceOfMerchantState |
set(String fieldName,
Object value) |
VoiceOfMerchantState |
setComplyWithGuidelines(ComplyWithGuidelines complyWithGuidelines)
The location fails to comply with our
[guidelines](https://support.google.com/business/answer/3038177) and requires additional steps
for reinstatement.
|
VoiceOfMerchantState |
setHasBusinessAuthority(Boolean hasBusinessAuthority)
Indicates whether the location has the authority (ownership) over the business on Google.
|
VoiceOfMerchantState |
setHasVoiceOfMerchant(Boolean hasVoiceOfMerchant)
Indicates whether the location is in good standing and has control over the business on Google.
|
VoiceOfMerchantState |
setResolveOwnershipConflict(ResolveOwnershipConflict resolveOwnershipConflict)
This location duplicates another location that is in good standing.
|
VoiceOfMerchantState |
setVerify(Verify verify)
Start or continue the verification process.
|
VoiceOfMerchantState |
setWaitForVoiceOfMerchant(WaitForVoiceOfMerchant waitForVoiceOfMerchant)
Wait to gain Voice of Merchant.
|
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 ComplyWithGuidelines getComplyWithGuidelines()
null for nonepublic VoiceOfMerchantState setComplyWithGuidelines(ComplyWithGuidelines complyWithGuidelines)
complyWithGuidelines - complyWithGuidelines or null for nonepublic Boolean getHasBusinessAuthority()
null for nonepublic VoiceOfMerchantState setHasBusinessAuthority(Boolean hasBusinessAuthority)
hasBusinessAuthority - hasBusinessAuthority or null for nonepublic Boolean getHasVoiceOfMerchant()
null for nonepublic VoiceOfMerchantState setHasVoiceOfMerchant(Boolean hasVoiceOfMerchant)
hasVoiceOfMerchant - hasVoiceOfMerchant or null for nonepublic ResolveOwnershipConflict getResolveOwnershipConflict()
null for nonepublic VoiceOfMerchantState setResolveOwnershipConflict(ResolveOwnershipConflict resolveOwnershipConflict)
resolveOwnershipConflict - resolveOwnershipConflict or null for nonepublic Verify getVerify()
null for nonepublic VoiceOfMerchantState setVerify(Verify verify)
verify - verify or null for nonepublic WaitForVoiceOfMerchant getWaitForVoiceOfMerchant()
null for nonepublic VoiceOfMerchantState setWaitForVoiceOfMerchant(WaitForVoiceOfMerchant waitForVoiceOfMerchant)
waitForVoiceOfMerchant - waitForVoiceOfMerchant or null for nonepublic VoiceOfMerchantState set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic VoiceOfMerchantState clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.