Drive API v2 (revision 47)



com.google.api.services.drive.model
Class User.Picture

java.lang.Object
  extended by java.util.AbstractMap<java.lang.String,java.lang.Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by com.google.api.services.drive.model.User.Picture
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>
Enclosing class:
User

public static final class User.Picture
extends GenericJson

The user's profile picture.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
User.Picture()
           
 
Method Summary
 java.lang.String getUrl()
          A URL that points to a profile picture of this user.
 User.Picture setUrl(java.lang.String url)
          A URL that points to a profile picture of this user.
 
Methods inherited from class com.google.api.client.json.GenericJson
clone, getFactory, setFactory, toPrettyString, toString
 
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
 
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

User.Picture

public User.Picture()
Method Detail

getUrl

public java.lang.String getUrl()
A URL that points to a profile picture of this user. The value returned may be null.


setUrl

public User.Picture setUrl(java.lang.String url)
A URL that points to a profile picture of this user. The value set may be null.