Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
VerificationOption |
VerificationOption.clone() |
VerificationOption |
VerificationOption.set(java.lang.String fieldName,
java.lang.Object value) |
VerificationOption |
VerificationOption.setAddressData(AddressVerificationData addressData)
Set only if the method is MAIL.
|
VerificationOption |
VerificationOption.setEmailData(EmailVerificationData emailData)
Set only if the method is EMAIL.
|
VerificationOption |
VerificationOption.setPhoneData(PhoneVerificationData phoneData)
Set only if the method is PHONE_CALL or SMS.
|
VerificationOption |
VerificationOption.setVerificationMethod(java.lang.String verificationMethod)
Method to verify the location.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<VerificationOption> |
FetchVerificationOptionsResponse.getOptions()
The available verification options.
|
Modifier and Type | Method and Description |
---|---|
FetchVerificationOptionsResponse |
FetchVerificationOptionsResponse.setOptions(java.util.List<VerificationOption> options)
The available verification options.
|
Copyright © 2011-2018 Google. All Rights Reserved.