Drive API v2 (revision 1)
com.google.api.services.drive.model
Class App.Icons
java.lang.Object
java.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.drive.model.App.Icons
- All Implemented Interfaces:
- Cloneable, Map<String,Object>
- Enclosing class:
- App
public static final class App.Icons
- extends GenericJson
Model definition for AppIcons.
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
App.Icons
public App.Icons()
getCategory
public 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(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 String getIconUrl()
- URL for the icon.
The value returned may be
null.
setIconUrl
public App.Icons setIconUrl(String iconUrl)
- URL for the icon.
The value set may be
null.
getSize
public 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(Integer size)
- Size of the icon. Represented as the maximum of the width and height.
The value set may be
null.