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

There is a newer version: v3-rev20241027-2.0.0
Show newest version






User (Google Drive API v3-rev20240903-2.0.0)












com.google.api.services.drive.model

Class User

    • Constructor Detail

      • User

        public User()
    • Method Detail

      • getDisplayName

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

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

        public String getEmailAddress()
        Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
        Returns:
        value or null for none
      • setEmailAddress

        public User setEmailAddress(String emailAddress)
        Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
        Parameters:
        emailAddress - emailAddress or null for none
      • getKind

        public String getKind()
        Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`.
        Returns:
        value or null for none
      • setKind

        public User setKind(String kind)
        Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`.
        Parameters:
        kind - kind or null for none
      • getMe

        public Boolean getMe()
        Output only. Whether this user is the requesting user.
        Returns:
        value or null for none
      • setMe

        public User setMe(Boolean me)
        Output only. Whether this user is the requesting user.
        Parameters:
        me - me or null for none
      • getPermissionId

        public String getPermissionId()
        Output only. The user's ID as visible in Permission resources.
        Returns:
        value or null for none
      • setPermissionId

        public User setPermissionId(String permissionId)
        Output only. The user's ID as visible in Permission resources.
        Parameters:
        permissionId - permissionId or null for none
      • getPhotoLink

        public String getPhotoLink()
        Output only. A link to the user's profile photo, if available.
        Returns:
        value or null for none
      • setPhotoLink

        public User setPhotoLink(String photoLink)
        Output only. A link to the user's profile photo, if available.
        Parameters:
        photoLink - photoLink 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–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy