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

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

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






UserName (Admin SDK API directory_v1-rev20220802-2.0.0)












com.google.api.services.directory.model

Class UserName

    • Constructor Detail

      • UserName

        public UserName()
    • Method Detail

      • getFamilyName

        public String getFamilyName()
        The user's last name. Required when creating a user account.
        Returns:
        value or null for none
      • setFamilyName

        public UserName setFamilyName(String familyName)
        The user's last name. Required when creating a user account.
        Parameters:
        familyName - familyName or null for none
      • getFullName

        public String getFullName()
        The user's full name formed by concatenating the first and last name values.
        Returns:
        value or null for none
      • setFullName

        public UserName setFullName(String fullName)
        The user's full name formed by concatenating the first and last name values.
        Parameters:
        fullName - fullName or null for none
      • getGivenName

        public String getGivenName()
        The user's first name. Required when creating a user account.
        Returns:
        value or null for none
      • setGivenName

        public UserName setGivenName(String givenName)
        The user's first name. Required when creating a user account.
        Parameters:
        givenName - givenName or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy