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

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

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






User.Picture (Drive API v2-rev20180830-1.26.0)












com.google.api.services.drive.model

Class User.Picture

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>
    Enclosing class:
    User


    public static final class User.Picture
    extends com.google.api.client.json.GenericJson
    The user's profile picture.
    • Constructor Detail

      • Picture

        public Picture()
    • Method Detail

      • getUrl

        public String getUrl()
        A URL that points to a profile picture of this user.
        Returns:
        value or null for none
      • setUrl

        public User.Picture setUrl(String url)
        A URL that points to a profile picture of this user.
        Parameters:
        url - url or null for none
      • set

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

        public User.Picture 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