public final class

MetadataChangeSet

extends Object
java.lang.Object
   ↳ com.google.android.gms.drive.MetadataChangeSet

Class Overview

Note: The Google Drive Android API is currently in developer preview. Applications compiled using this version of the API will continue to operate on devices using future versions of Google Play services; however, changes to the API are expected in future releases.

A collection of metadata changes. Any fields with null values will retain their current value.

Summary

Nested Classes
class MetadataChangeSet.Builder A builder for creating a new MetadataChangeSet. 
Public Methods
String getMimeType()
String getTitle()
Boolean isStarred()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getMimeType ()

public String getTitle ()

public Boolean isStarred ()