All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.content.model.RequestPhoneVerificationRequest.html Maven / Gradle / Ivy







RequestPhoneVerificationRequest (Content API for Shopping v2.1-rev20240609-2.0.0)












com.google.api.services.content.model

Class RequestPhoneVerificationRequest

    • Constructor Detail

      • RequestPhoneVerificationRequest

        public RequestPhoneVerificationRequest()
    • Method Detail

      • getLanguageCode

        public String getLanguageCode()
        Language code [IETF BCP 47 syntax](https://tools.ietf.org/html/bcp47) (for example, en-US). Language code is used to provide localized `SMS` and `PHONE_CALL`. Default language used is en- US if not provided.
        Returns:
        value or null for none
      • setLanguageCode

        public RequestPhoneVerificationRequest setLanguageCode(String languageCode)
        Language code [IETF BCP 47 syntax](https://tools.ietf.org/html/bcp47) (for example, en-US). Language code is used to provide localized `SMS` and `PHONE_CALL`. Default language used is en- US if not provided.
        Parameters:
        languageCode - languageCode or null for none
      • getPhoneNumber

        public String getPhoneNumber()
        Phone number to be verified.
        Returns:
        value or null for none
      • getPhoneRegionCode

        public String getPhoneRegionCode()
        Required. Two letter country code for the phone number, for example `CA` for Canadian numbers. See the [ISO 3166-1 alpha-2](https://wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) officially assigned codes.
        Returns:
        value or null for none
      • setPhoneRegionCode

        public RequestPhoneVerificationRequest setPhoneRegionCode(String phoneRegionCode)
        Required. Two letter country code for the phone number, for example `CA` for Canadian numbers. See the [ISO 3166-1 alpha-2](https://wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) officially assigned codes.
        Parameters:
        phoneRegionCode - phoneRegionCode or null for none
      • getPhoneVerificationMethod

        public String getPhoneVerificationMethod()
        Verification method to receive verification code.
        Returns:
        value or null for none
      • setPhoneVerificationMethod

        public RequestPhoneVerificationRequest setPhoneVerificationMethod(String phoneVerificationMethod)
        Verification method to receive verification code.
        Parameters:
        phoneVerificationMethod - phoneVerificationMethod or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy