Drive API v2 (revision 47)



com.google.api.services.drive.model
Class App.Icons

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.App.Icons
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>
Enclosing class:
App

public static final class App.Icons
extends GenericJson

Model definition for AppIcons.


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
App.Icons()
           
 
Method Summary
 java.lang.String getCategory()
          Category of the icon.
 java.lang.String getIconUrl()
          URL for the icon.
 java.lang.Integer getSize()
          Size of the icon.
 App.Icons setCategory(java.lang.String category)
          Category of the icon.
 App.Icons setIconUrl(java.lang.String iconUrl)
          URL for the icon.
 App.Icons setSize(java.lang.Integer size)
          Size of the icon.
 
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

App.Icons

public App.Icons()
Method Detail

getCategory

public java.lang.String getCategory()
Category of the icon. Allowed values are: - application - icon for the application - document - icon for a file associated with the app - documentShared - icon for a shared file associated with the app The value returned may be null.


setCategory

public App.Icons setCategory(java.lang.String category)
Category of the icon. Allowed values are: - application - icon for the application - document - icon for a file associated with the app - documentShared - icon for a shared file associated with the app The value set may be null.


getIconUrl

public java.lang.String getIconUrl()
URL for the icon. The value returned may be null.


setIconUrl

public App.Icons setIconUrl(java.lang.String iconUrl)
URL for the icon. The value set may be null.


getSize

public java.lang.Integer getSize()
Size of the icon. Represented as the maximum of the width and height. The value returned may be null.


setSize

public App.Icons setSize(java.lang.Integer size)
Size of the icon. Represented as the maximum of the width and height. The value set may be null.