Drive API v2 (revision 47)



Uses of Class
com.google.api.services.drive.model.About.Features

Packages that use About.Features
com.google.api.services.drive.model   
 

Uses of About.Features in com.google.api.services.drive.model
 

Methods in com.google.api.services.drive.model that return About.Features
 About.Features About.Features.setFeatureName(java.lang.String featureName)
          The name of the feature.
 About.Features About.Features.setFeatureRate(java.lang.Double featureRate)
          The request limit rate for this feature, in queries per second.
 

Methods in com.google.api.services.drive.model that return types with arguments of type About.Features
 java.util.List<About.Features> About.getFeatures()
          List of additional features enabled on this account.
 

Method parameters in com.google.api.services.drive.model with type arguments of type About.Features
 About About.setFeatures(java.util.List<About.Features> features)
          List of additional features enabled on this account.