Android APIs
public static interface

CloudSaveManager.SaveResult.SaveEntityResult

implements Result
com.google.android.gms.cloudsave.CloudSaveManager.SaveResult.SaveEntityResult

Class Overview

Result of a saving a single entity.

Summary

Public Methods
abstract Entity getLatestEntity()
Returns the latest view of the Entity in database.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract Entity getLatestEntity ()

Returns the latest view of the Entity in database. If the save was successful then this value represents the Entity that was just saved. In case the status code returned was DIRTY_READ_ERROR then it returns the latest version of the Entity in the database.