public final class

MetadataChangeSet

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

Class Overview

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 getDescription()
Returns the new description for the resource.
String getIndexableText()
Returns the new text to be indexed for the resource.
Date getLastViewedByMeDate()
Returns the date which will be recorded as when the user most recently viewed the resource.
String getMimeType()
Returns the new MIME type for the resource.
String getTitle()
Returns the new title for the resource.
Boolean isPinned()
Returns the new pinned state for the resource.
Boolean isStarred()
Returns the new starred state for the resource.
Boolean isViewed()
Returns the new viewed state for the resource.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getDescription ()

Returns the new description for the resource.

public String getIndexableText ()

Returns the new text to be indexed for the resource.

public Date getLastViewedByMeDate ()

Returns the date which will be recorded as when the user most recently viewed the resource.

public String getMimeType ()

Returns the new MIME type for the resource.

public String getTitle ()

Returns the new title for the resource.

public Boolean isPinned ()

Returns the new pinned state for the resource.

public Boolean isStarred ()

Returns the new starred state for the resource.

public Boolean isViewed ()

Returns the new viewed state for the resource.