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

target.apidocs.com.google.api.services.drive.model.User.html Maven / Gradle / Ivy







User (Drive API v2-rev20180830-1.26.0)












com.google.api.services.drive.model

Class User

    • Constructor Detail

      • User

        public User()
    • Method Detail

      • getDisplayName

        public String getDisplayName()
        A plain text displayable name for this user.
        Returns:
        value or null for none
      • setDisplayName

        public User setDisplayName(String displayName)
        A plain text displayable name for this user.
        Parameters:
        displayName - displayName or null for none
      • getEmailAddress

        public String getEmailAddress()
        The email address of the user.
        Returns:
        value or null for none
      • setEmailAddress

        public User setEmailAddress(String emailAddress)
        The email address of the user.
        Parameters:
        emailAddress - emailAddress or null for none
      • getIsAuthenticatedUser

        public Boolean getIsAuthenticatedUser()
        Whether this user is the same as the authenticated user for whom the request was made.
        Returns:
        value or null for none
      • setIsAuthenticatedUser

        public User setIsAuthenticatedUser(Boolean isAuthenticatedUser)
        Whether this user is the same as the authenticated user for whom the request was made.
        Parameters:
        isAuthenticatedUser - isAuthenticatedUser or null for none
      • getKind

        public String getKind()
        This is always drive#user.
        Returns:
        value or null for none
      • setKind

        public User setKind(String kind)
        This is always drive#user.
        Parameters:
        kind - kind or null for none
      • getPermissionId

        public String getPermissionId()
        The user's ID as visible in the permissions collection.
        Returns:
        value or null for none
      • setPermissionId

        public User setPermissionId(String permissionId)
        The user's ID as visible in the permissions collection.
        Parameters:
        permissionId - permissionId or null for none
      • getPicture

        public User.Picture getPicture()
        The user's profile picture.
        Returns:
        value or null for none
      • setPicture

        public User setPicture(User.Picture picture)
        The user's profile picture.
        Parameters:
        picture - picture or null for none
      • set

        public User set(String fieldName,
                        Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public User clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2018 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy