AI-generated Key Takeaways
-
GoalsResult is a deprecated class used to represent the result of reading current goals.
-
It contains all of the current goals retrieved from a request.
-
You can use the
getGoals()method to fetch the resulting goals. -
The
getStatus()method can be used to confirm the success of the request.
This class is deprecated.No replacement.
Result of GoalsApi.readCurrentGoals(GoogleApiClient, GoalsReadRequest)
. Contains all of the
current goals. The method getGoals()
can be used to fetch the resulting goals.
The method getStatus()
can be be used to confirm that the request was successful.
Inherited Constant Summary
Field Summary
| public static final Creator < GoalsResult > | CREATOR |
Public Method Summary
| List < Goal > | |
| Status | getStatus
()
|
| void |
Inherited Method Summary
Fields
public static final Creator < GoalsResult > CREATOR
Public Methods
public List < Goal > getGoals ()
Returns all current goals that matched the request. Returns an empty list if no goals are found.

