Package | Description |
---|---|
com.google.api.services.content | |
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
ShoppingContent.Accounts.Requestphoneverification |
ShoppingContent.Accounts.requestphoneverification(Long merchantId,
Long accountId,
RequestPhoneVerificationRequest content)
Request verification code to start phone verification.
|
Constructor and Description |
---|
Requestphoneverification(Long merchantId,
Long accountId,
RequestPhoneVerificationRequest content)
Request verification code to start phone verification.
|
Modifier and Type | Method and Description |
---|---|
RequestPhoneVerificationRequest |
RequestPhoneVerificationRequest.clone() |
RequestPhoneVerificationRequest |
RequestPhoneVerificationRequest.set(String fieldName,
Object value) |
RequestPhoneVerificationRequest |
RequestPhoneVerificationRequest.setLanguageCode(String languageCode)
Language code [IETF BCP 47 syntax](https://tools.ietf.org/html/bcp47) (for example, en-US).
|
RequestPhoneVerificationRequest |
RequestPhoneVerificationRequest.setPhoneNumber(String phoneNumber)
Phone number to be verified.
|
RequestPhoneVerificationRequest |
RequestPhoneVerificationRequest.setPhoneRegionCode(String phoneRegionCode)
Required.
|
RequestPhoneVerificationRequest |
RequestPhoneVerificationRequest.setPhoneVerificationMethod(String phoneVerificationMethod)
Verification method to receive verification code.
|
Copyright © 2011–2024 Google. All rights reserved.