Android APIs
public static final class

Entity.Key

extends Object
implements SafeParcelable
java.lang.Object
   ↳ com.google.android.gms.cloudsave.Entity.Key

Class Overview

A key that maps to a particular Entity instance.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
From interface com.google.android.gms.common.internal.safeparcel.SafeParcelable
Fields
public static final KeyCreator CREATOR
Public Methods
int describeContents()
boolean equals(Object o)
String getKind()
Returns the kind field of the key.
String getName()
Returns the name field of the key.
String getUser()
Returns the user that is represented by this entity key.
String getWorkspace()
Returns the workspace that is represented by this entity key.
int hashCode()
String toString()
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final KeyCreator CREATOR

Public Methods

public int describeContents ()

public boolean equals (Object o)

public String getKind ()

Returns the kind field of the key.

public String getName ()

Returns the name field of the key.

public String getUser ()

Returns the user that is represented by this entity key.

public String getWorkspace ()

Returns the workspace that is represented by this entity key.

public int hashCode ()

public String toString ()

public void writeToParcel (Parcel dest, int flags)