Drive API v2 (revision 47)



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

Packages that use App.Icons
com.google.api.services.drive.model   
 

Uses of App.Icons in com.google.api.services.drive.model
 

Methods in com.google.api.services.drive.model that return App.Icons
 App.Icons App.Icons.setCategory(java.lang.String category)
          Category of the icon.
 App.Icons App.Icons.setIconUrl(java.lang.String iconUrl)
          URL for the icon.
 App.Icons App.Icons.setSize(java.lang.Integer size)
          Size of the icon.
 

Methods in com.google.api.services.drive.model that return types with arguments of type App.Icons
 java.util.List<App.Icons> App.getIcons()
          The various icons for the app.
 

Method parameters in com.google.api.services.drive.model with type arguments of type App.Icons
 App App.setIcons(java.util.List<App.Icons> icons)
          The various icons for the app.