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

target.apidocs.com.google.api.services.directory.model.VerificationCode.html Maven / Gradle / Ivy

There is a newer version: directory_v1-rev20240709-2.0.0
Show newest version






VerificationCode (Admin SDK API directory_v1-rev20220125-1.32.1)












com.google.api.services.directory.model

Class VerificationCode

    • Constructor Detail

      • VerificationCode

        public VerificationCode()
    • Method Detail

      • getEtag

        public String getEtag()
        ETag of the resource.
        Returns:
        value or null for none
      • setEtag

        public VerificationCode setEtag(String etag)
        ETag of the resource.
        Parameters:
        etag - etag or null for none
      • getKind

        public String getKind()
        The type of the resource. This is always `admin#directory#verificationCode`.
        Returns:
        value or null for none
      • setKind

        public VerificationCode setKind(String kind)
        The type of the resource. This is always `admin#directory#verificationCode`.
        Parameters:
        kind - kind or null for none
      • getUserId

        public String getUserId()
        The obfuscated unique ID of the user.
        Returns:
        value or null for none
      • setUserId

        public VerificationCode setUserId(String userId)
        The obfuscated unique ID of the user.
        Parameters:
        userId - userId or null for none
      • getVerificationCode

        public String getVerificationCode()
        A current verification code for the user. Invalidated or used verification codes are not returned as part of the result.
        Returns:
        value or null for none
      • setVerificationCode

        public VerificationCode setVerificationCode(String verificationCode)
        A current verification code for the user. Invalidated or used verification codes are not returned as part of the result.
        Parameters:
        verificationCode - verificationCode or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy