public class

DriveId

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.android.gms.drive.DriveId

Class Overview

A canonical identifier for a Drive resource.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<DriveId> CREATOR
Public Methods
static DriveId decodeFromString(String s)
Decodes the result of encodeToString() back into a DriveId.
int describeContents()
final String encodeToString()
Returns a String representation of this DriveId that can be safely persisted, and from which an equal DriveId can later be reconstructed via decodeFromString(String).
boolean equals(Object obj)
String getResourceId()
Returns the remote Drive resource id associated with the resource.
int hashCode()
String toString()
void writeToParcel(Parcel out, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<DriveId> CREATOR

Public Methods

public static DriveId decodeFromString (String s)

Decodes the result of encodeToString() back into a DriveId.

Throws
IllegalArgumentException if the argument is not a valid result of encodeToString().

public int describeContents ()

public final String encodeToString ()

Returns a String representation of this DriveId that can be safely persisted, and from which an equal DriveId can later be reconstructed via decodeFromString(String).

public boolean equals (Object obj)

public String getResourceId ()

Returns the remote Drive resource id associated with the resource. May be null for local resources that have not yet been synchronized to the Drive service.

public int hashCode ()

public String toString ()

public void writeToParcel (Parcel out, int flags)