public static interface People.LoadPeopleResult implements Result Releasable
Information about the set of people that was loaded.
Public Method Summary
abstract String |
getNextPageToken()
Returns the continuation token, which is used to page through large result
sets.
|
abstract PersonBuffer |
getPersonBuffer()
Returns the requested people.
|
Inherited Method Summary
Public Methods
public abstract String getNextPageToken ()
Returns the continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
public abstract PersonBuffer getPersonBuffer ()
Returns the requested people. The listener must close this object when finished.