GoalsResult

public classGoalsResultextendsObject
implementsParcelableResult

This class is deprecated.
No replacement.

Result of GoalsApi.readCurrentGoals(GoogleApiClient, GoalsReadRequest).Contains all of the current goals. The methodgetGoals() can be used to fetch the resulting goals.

The methodgetStatus() can be be used to confirm that the request was successful.

Inherited Constant Summary

Field Summary

public static finalCreator<GoalsResult> CREATOR

Public Method Summary

List<Goal>
getGoals()
Returns all current goals that matched the request.
Status
void
writeToParcel(Parceldest, int flags)

Inherited Method Summary

Fields

public static finalCreator<GoalsResult> CREATOR

Public Methods

publicList<Goal> getGoals()

Returns all current goals that matched the request. Returns an empty list if no goals are found.

publicStatus getStatus()

public voidwriteToParcel(Parceldest, int flags)