public final class VerifyLocationRequest
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 My Business 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
Constructor and Description |
---|
VerifyLocationRequest() |
Modifier and Type | Method and Description |
---|---|
VerifyLocationRequest |
clone() |
AddressInput |
getAddressInput()
The input for ADDRESS method.
|
EmailInput |
getEmailInput()
The input for EMAIL method.
|
java.lang.String |
getLanguageCode()
The BCP 47 language code representing the language that is to be used for the verification
process.
|
java.lang.String |
getMethod()
Verification method.
|
PhoneInput |
getPhoneInput()
The input for PHONE_CALL/SMS method
|
VerifyLocationRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
VerifyLocationRequest |
setAddressInput(AddressInput addressInput)
The input for ADDRESS method.
|
VerifyLocationRequest |
setEmailInput(EmailInput emailInput)
The input for EMAIL method.
|
VerifyLocationRequest |
setLanguageCode(java.lang.String languageCode)
The BCP 47 language code representing the language that is to be used for the verification
process.
|
VerifyLocationRequest |
setMethod(java.lang.String method)
Verification method.
|
VerifyLocationRequest |
setPhoneInput(PhoneInput phoneInput)
The input for PHONE_CALL/SMS method
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public AddressInput getAddressInput()
null
for nonepublic VerifyLocationRequest setAddressInput(AddressInput addressInput)
addressInput
- addressInput or null
for nonepublic EmailInput getEmailInput()
null
for nonepublic VerifyLocationRequest setEmailInput(EmailInput emailInput)
emailInput
- emailInput or null
for nonepublic java.lang.String getLanguageCode()
null
for nonepublic VerifyLocationRequest setLanguageCode(java.lang.String languageCode)
languageCode
- languageCode or null
for nonepublic java.lang.String getMethod()
null
for nonepublic VerifyLocationRequest setMethod(java.lang.String method)
method
- method or null
for nonepublic PhoneInput getPhoneInput()
null
for nonepublic VerifyLocationRequest setPhoneInput(PhoneInput phoneInput)
phoneInput
- phoneInput or null
for nonepublic VerifyLocationRequest set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public VerifyLocationRequest clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011-2018 Google. All Rights Reserved.