Drive API v2 (revision 47)
com.google.api.services.drive.model
Class App.Icons
java.lang.Object
java.util.AbstractMap<java.lang.String,java.lang.Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
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 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> |
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 |
App.Icons
public App.Icons()
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
.